trustfence-sign-tools: add missing dependency
util-linux is needed as the scripts use 'hexdump'. In previous versions of Yocto the tool from the host was used, but this has been fixed in Yocto 2.3 Also fix the other dependencies: the -native suffix is not needed nor correct, as the native and nativesdk classes already map packages in the DEPENDS variable to the corresponding packages. Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
518ccf11ac
commit
b112f0510e
|
|
@ -3,7 +3,7 @@ SUMMARY = "TrustFence signing and encryption scripts"
|
|||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
DEPENDS = "trustfence-cst-native coreutils-native"
|
||||
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||
|
||||
SRCBRANCH = "v2015.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue