[oe-commits] Michael 'Mickey' Lauer : gst-plugins-ugly-sid 0.10.7: don' t include gst-plugins-ugly, otherwise we might already be skipped ; )

GIT User account git at amethyst.openembedded.net
Tue Nov 18 14:09:35 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 150d20c784ccdef3d1e7fd60b0940bb645480c46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=150d20c784ccdef3d1e7fd60b0940bb645480c46

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Nov 18 15:08:38 2008 +0100

gst-plugins-ugly-sid 0.10.7: don't include gst-plugins-ugly, otherwise we might already be skipped ;)

---

 packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb b/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
index 573fbd6..0e1b5b1 100644
--- a/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
+++ b/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
@@ -1,6 +1,7 @@
-require gst-plugins-ugly_${PV}.bb
-DEPENDS += "libsidplay"
-PROVIDES = "gst-plugin-sid"
+require gst-plugins.inc
+DEPENDS += "gst-plugins-base libsidplay"
+PROVIDES += "gst-plugin-sid"
+PR = "r2"
 
 SRC_URI = "\
   http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.bz2 \
@@ -11,7 +12,6 @@ S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 python() {
 	# Don't build, if we are building an ENTERPRISE distro
 	enterprise = bb.data.getVar("ENTERPRISE_DISTRO", d, 1)
-	if enterprise == "0":
-		raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO != 0")
+	if enterprise != "1":
+		raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO == 1")
 }
-





More information about the Openembedded-commits mailing list