[oe-commits] org.oe.dev gstreamer: add depends on directfb (should fix #2802)

koen commit openembedded-commits at lists.openembedded.org
Thu Aug 23 07:38:52 UTC 2007


gstreamer: add depends on directfb (should fix #2802)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ee306d87b084a62b47af382ce110703a41e51db4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ee306d87b084a62b47af382ce110703a41e51db4
Files:
1
packages/gstreamer/gst-common.inc
packages/gstreamer/gst-plugins-bad_0.10.5.bb
packages/gstreamer/gst-plugins.inc
Diffs:

#
# mt diff -r62e56b404898398f0fb5ed19de4f15aec1ef88e6 -ree306d87b084a62b47af382ce110703a41e51db4
#
# 
# 
# patch "packages/gstreamer/gst-common.inc"
#  from [27ceb74f764523f7d0708087bd16ae8a3627c39e]
#    to [860249c91df6da7ad81a6dffba9d5529cc114c67]
# 
# patch "packages/gstreamer/gst-plugins-bad_0.10.5.bb"
#  from [f7278fed1af9fcc35b052a8c231322246a53e65e]
#    to [75bf6241ad32f530a27b0904e7a6c3053c231c9d]
# 
# patch "packages/gstreamer/gst-plugins.inc"
#  from [6293327f294676ab88b8ec6b36906d0113b3566a]
#    to [5dc5a74a21bc2ea4d9870acdac9615b821137cec]
# 
============================================================
--- packages/gstreamer/gst-common.inc	27ceb74f764523f7d0708087bd16ae8a3627c39e
+++ packages/gstreamer/gst-common.inc	860249c91df6da7ad81a6dffba9d5529cc114c67
@@ -7,6 +7,9 @@ inherit autotools pkgconfig
 
 inherit autotools pkgconfig
 
+OE_LT_RPATH_ALLOW = "any"
+OE_LT_RPATH_ALLOW[export]="1"
+
 do_stage() {
     rm -rf ${STAGE_TEMP}
     mkdir -p ${STAGE_TEMP}
============================================================
--- packages/gstreamer/gst-plugins-bad_0.10.5.bb	f7278fed1af9fcc35b052a8c231322246a53e65e
+++ packages/gstreamer/gst-plugins-bad_0.10.5.bb	75bf6241ad32f530a27b0904e7a6c3053c231c9d
@@ -1,11 +1,11 @@ SRC_URI += "file://vorbisenc.h file://vo
 require gst-plugins.inc
 
 SRC_URI += "file://vorbisenc.h file://vorbisdec.h"
-DEPENDS += "gst-plugins-base"
+DEPENDS += "gst-plugins-base directfb"
 
 do_compile_prepend() {
 	# work around missing files in upstream tarball (upstream bug #454078)
 	install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/
 }
 
+PR = "r1"
-PR = "r0"
============================================================
--- packages/gstreamer/gst-plugins.inc	6293327f294676ab88b8ec6b36906d0113b3566a
+++ packages/gstreamer/gst-plugins.inc	5dc5a74a21bc2ea4d9870acdac9615b821137cec
@@ -10,6 +10,9 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
+OE_LT_RPATH_ALLOW = "any"
+OE_LT_RPATH_ALLOW[export]="1"
+
 LIBV = "0.10"
 
 python populate_packages_prepend () {






More information about the Openembedded-commits mailing list