[OE-core] [PATCH 1/1] alsa-tools: set CLEANBROKEN

Robert Yang liezhi.yang at windriver.com
Mon May 11 08:44:03 UTC 2015


Fixed:
make[1]: Entering directory `alsa-tools-1.0.28/envy24control'
make[1]: *** No rule to make target `clean'.  Stop.

There is no "make clean" in envy24control when DISTRO_FEATURES is
changed from no-x11 to x11.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
index 4b9509e..d684225 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "76e59711c6d0f39cbddce83ce1ed8da00bad112fee021f94fa990d8685
 
 inherit autotools-brokensep pkgconfig
 
+CLEANBROKEN = "1"
+
 EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}'"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}"
-- 
1.7.9.5




More information about the Openembedded-core mailing list