Skip to content

Commit

Permalink
base: lmp-device-register: bump to 263d11e
Browse files Browse the repository at this point in the history
Relevant changes:
- 263d11e main: refactor lmp-device-register

This version does not depend on pkcs11-tool for pkcs11 initialization
and key creation, using libp11 directly instead.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed May 9, 2023
1 parent 7476123 commit 2f81b31
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ SUMMARY = "Linux microPlatform OSF OTA+ device registration tool"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=838c366f69b72c5df05c96dff79b35f2"

DEPENDS = "boost curl glib-2.0"
DEPENDS = "boost curl glib-2.0 libp11 openssl"

SRCREV = "848bcbbba886320b13b11ac04826be0361288619"
SRCREV = "263d11e77d0489e0daa8ed515eb5b4f2a6ad835d"

SRC_URI = "git://github.com/foundriesio/lmp-device-register.git;protocol=https;branch=main"

Expand All @@ -18,7 +18,7 @@ S = "${WORKDIR}/git"

inherit cmake pkgconfig

RDEPENDS:${PN} += "openssl-bin ${SOTA_CLIENT}"
RDEPENDS:${PN} += "${SOTA_CLIENT}"

EXTRA_OECMAKE += "\
-DGIT_COMMIT=${SRCREV} \
Expand Down

0 comments on commit 2f81b31

Please sign in to comment.