summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-11 01:44:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-28 09:44:07 +0100
commit7d88afbdfd462efc7faca4db14ce38b188d5e3b6 (patch)
tree8a5b8ba8b12d303df54cd2273f6be5a58856eff6 /meta/recipes-multimedia
parent08a09c34104eaf54cb46e48227f022e895d4e39a (diff)
downloadast2050-yocto-poky-7d88afbdfd462efc7faca4db14ce38b188d5e3b6.zip
ast2050-yocto-poky-7d88afbdfd462efc7faca4db14ce38b188d5e3b6.tar.gz
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. (From OE-Core rev: 8ccc47c37765487b535c4d6a8b43c2b6365ff000) (From OE-Core rev: 4ff4bca025277fd19f11a6ba86102fca8563a1ff) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb2
1 files changed, 2 insertions, 0 deletions
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)}"
OpenPOWER on IntegriCloud