[oe-commits] Florian Boor : starling: Work around bitbake issue making a dependency from a RRECOMMEND statement.

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 15:24:28 UTC 2012


Module: openembedded.git
Branch: master
Commit: 5ac637998e557bb0292531d4ac2f223e3a0d76f0
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=5ac637998e557bb0292531d4ac2f223e3a0d76f0

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sun Dec 11 12:16:56 2011 +0100

starling: Work around bitbake issue making a dependency from a RRECOMMEND statement.

     Since we get a hard dependency for a RRECOMMEND statement with some bitbake releases
     a hard dependency on the MAD player playe breaks staring for enterprise distributions.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/starling/starling_0.9.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/starling/starling_0.9.bb b/recipes/starling/starling_0.9.bb
index 5a9c676..2dfe752 100644
--- a/recipes/starling/starling_0.9.bb
+++ b/recipes/starling/starling_0.9.bb
@@ -18,11 +18,11 @@ RDEPENDS_${PN} = "\
   gst-plugin-volume \
 "
 RRECOMMENDS_${PN} = "\
-  gst-plugin-mad \
   gst-plugin-modplug \
   gst-plugin-ivorbisdec \
   gst-plugin-tcp \
 "
+#  gst-plugin-mad \
 
 SRC_URI[md5sum] = "1c9cab1e49819dbe4e876c3be26cca6b"
 SRC_URI[sha256sum] = "63ed3e239c79a5913e9542b7023586c51a592e33d2ec0256dafa34cbae20c497"





More information about the Openembedded-commits mailing list