summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-31 17:00:33 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-08-02 11:34:38 +0800
commit060e2779783a8e581cdace77bf833e4b80f63279 (patch)
tree35257ae00eb03f6185bc111248969362752af051
parent7a0f93fca7d69c2d34d75229d42caf37a8e9aaae (diff)
downloadmeta-fsl-ppc-060e2779783a8e581cdace77bf833e4b80f63279.tar.gz
cryptodev: set CLEANBROKEN
Fix the below error: DEBUG: Executing shell function do_configure NOTE: make -e MAKEFLAGS= clean make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=`pwd` clean make[1]: *** /lib/modules/3.16.0-4-amd64/build: No such file or directory. Stop. Makefile:39: recipe for target 'clean' failed make: *** [clean] Error 2 ERROR: oe_runmake failed This aligns with the cryptodev recipe in Poky. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/cryptodev/cryptodev_1.7.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev_1.7.inc b/recipes-kernel/cryptodev/cryptodev_1.7.inc
index 6b65f72..31b23a7 100644
--- a/recipes-kernel/cryptodev/cryptodev_1.7.inc
+++ b/recipes-kernel/cryptodev/cryptodev_1.7.inc
@@ -45,3 +45,5 @@ file://0020-fix-uninitialized-variable-compiler-warning.patch \
45SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" 45SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}"
46 46
47S = "${WORKDIR}/cryptodev-linux-${PV}" 47S = "${WORKDIR}/cryptodev-linux-${PV}"
48
49CLEANBROKEN = "1"