trustfence-sign-tools: convert DEPENDS to RDEPENDS
Dependencies of this recipe are run-time dependencies, not build-time. While on it, move them to specific native/nativesdk recipe. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
dda629e968
commit
090c4f6616
|
|
@ -2,3 +2,5 @@
|
||||||
|
|
||||||
require trustfence-sign-tools.inc
|
require trustfence-sign-tools.inc
|
||||||
inherit nativesdk
|
inherit nativesdk
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "nativesdk-trustfence-cst"
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,6 @@
|
||||||
|
|
||||||
require trustfence-sign-tools.inc
|
require trustfence-sign-tools.inc
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "trustfence-cst-native coreutils-native util-linux-native"
|
||||||
|
RDEPENDS:${PN} += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage-native', '', d)}"
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,6 @@ SUMMARY = "TrustFence signing and encryption scripts"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
DEPENDS = "trustfence-cst-native coreutils-native util-linux-native"
|
|
||||||
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage-native', '', d)}"
|
|
||||||
|
|
||||||
SRCBRANCH = "v2020.04/master"
|
SRCBRANCH = "v2020.04/master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue