From 0af9b554774fa5421e07748b433e202695954565 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 31 Jul 2015 17:00:33 +0800 Subject: 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 Acked-by: Otavio Salvador --- recipes-kernel/cryptodev/cryptodev_1.7.inc | 2 ++ 1 file changed, 2 insertions(+) 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 \ SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" S = "${WORKDIR}/cryptodev-linux-${PV}" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf