[oe-commits] Denis 'GNUtoo' Carikli : gst-plugins-bad 0.10.18 : also depend on orc and bump PR

git version control git at git.openembedded.org
Sat Apr 3 15:02:38 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Mar 29 20:20:18 2010 +0200

gst-plugins-bad 0.10.18 : also depend on orc and bump PR

If we depend only on orc-native and not also on orc
  (and orc is not installed):
*it won't be able to find orc/orc.h
*orcc will be detected correctly,which will cause the following code:
"
do_configure_append() {
	for i in $(find ${S} -name "Makefile") ; do
		sed -i -e s:/usr/bin/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i
	done
}
"
that is in gst-plugins.inc to sed the /usr/bin/orcc in
  STAGING_BINDIR_NATIVE}/orcc with STAGING_BINDIR_NATIVE}/orcc
roughly a path like:
${TMPDIR}/staging/i686-linux/usr/bin/orcc
will result in
${TMPDIR}/staging/i686-linux/${TMPDIR}/staging/i686-linux/usr/bin/orcc:

---

 recipes/gstreamer/gst-plugins-bad_0.10.18.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.18.bb b/recipes/gstreamer/gst-plugins-bad_0.10.18.bb
index 82710c7..a4ab2de 100644
--- a/recipes/gstreamer/gst-plugins-bad_0.10.18.bb
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.18.bb
@@ -3,7 +3,9 @@ require gst-plugins.inc
 SRC_URI[archive.md5sum] = "84838893b447e774d401a698ff812b32"
 SRC_URI[archive.sha256sum] = "2f800127e00da0f157358f87b06563b3de23cbc630fbf6295b43405e52e02070"
 
-DEPENDS += "orc-native gst-plugins-base openssl directfb"
+DEPENDS += "orc-native orc gst-plugins-base openssl directfb"
+
+PR = "${INC_PR}.0"
 
 # We don't have vdpau headers in OE and it creates crosscompile badness
 EXTRA_OECONF_append = " --disable-vdpau "





More information about the Openembedded-commits mailing list