[oe-commits] Robert Yang : alsa-tools: set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Thu May 14 10:37:57 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 4f3b7f75e7338dee8fca22ea27f625c3928f4809
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4f3b7f75e7338dee8fca22ea27f625c3928f4809

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon May 11 01:44:03 2015 -0700

alsa-tools: set CLEANBROKEN

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>
Signed-off-by: Ross Burton <ross.burton at intel.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)}"



More information about the Openembedded-commits mailing list