trustfence-cst-native: coding style, no functional change

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-03-22 12:07:23 +01:00
parent 846f07b7ac
commit 165f58e9df
1 changed files with 13 additions and 12 deletions

View File

@ -1,14 +1,11 @@
SUMMARY = "NXP Code signing Tool for the High Assurance Boot library" SUMMARY = "NXP Code signing Tool for the High Assurance Boot library"
DESCRIPTION = "Provides software code signing support designed for use with i.MX processors that integrate the HAB library in the internal boot ROM." DESCRIPTION = "Provides software code signing support designed for use with \
i.MX processors that integrate the HAB library in the internal boot ROM."
HOMEPAGE = "https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL" HOMEPAGE = "https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL"
LICENSE = "CLOSED" LICENSE = "CLOSED"
DEPENDS = "openssl-native" DEPENDS = "openssl-native"
S = "${WORKDIR}/cst-${PV}"
inherit native
SRC_URI = " \ SRC_URI = " \
${@base_conditional('TRUSTFENCE_SIGN', '1', 'file://cst-${PV}.tar.gz', '', d)} \ ${@base_conditional('TRUSTFENCE_SIGN', '1', 'file://cst-${PV}.tar.gz', '', d)} \
file://0001-gen_auth_encrypted_data-reuse-existing-DEK-file.patch \ file://0001-gen_auth_encrypted_data-reuse-existing-DEK-file.patch \
@ -18,6 +15,10 @@ SRC_URI = " \
file://Makefile \ file://Makefile \
" "
S = "${WORKDIR}/cst-${PV}"
inherit native
do_configure() { do_configure() {
cp -f ${WORKDIR}/Makefile . cp -f ${WORKDIR}/Makefile .
} }