Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] alsa-tools: set CLEANBROKEN
@ 2015-05-11  8:44 Robert Yang
  2015-05-11  8:44 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2015-05-11  8:44 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e:

  license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/alsa
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/alsa

Robert Yang (1):
  alsa-tools: set CLEANBROKEN

 meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb |    2 ++
 1 file changed, 2 insertions(+)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] alsa-tools: set CLEANBROKEN
  2015-05-11  8:44 [PATCH 0/1] alsa-tools: set CLEANBROKEN Robert Yang
@ 2015-05-11  8:44 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-05-11  8:44 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-11  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11  8:44 [PATCH 0/1] alsa-tools: set CLEANBROKEN Robert Yang
2015-05-11  8:44 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox