[oe-commits] org.oe.dev python-gst: fixed debug packaging (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Thu Jun 7 08:45:27 UTC 2007


python-gst: fixed debug packaging (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: dee39bbcfc556c59ed7aa4c721376f8d5fa1705a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dee39bbcfc556c59ed7aa4c721376f8d5fa1705a
Files:
1
packages/python/python-gst_0.10.7.bb
Diffs:

#
# mt diff -r89f1b9c8b8f25df13d621c78ec017942479171a5 -rdee39bbcfc556c59ed7aa4c721376f8d5fa1705a
#
# 
# 
# patch "packages/python/python-gst_0.10.7.bb"
#  from [76b263d53f52575128191f4cecf75716c3132314]
#    to [e533e39909a739ef843c00c1c244aaf27670136f]
# 
============================================================
--- packages/python/python-gst_0.10.7.bb	76b263d53f52575128191f4cecf75716c3132314
+++ packages/python/python-gst_0.10.7.bb	e533e39909a739ef843c00c1c244aaf27670136f
@@ -1,7 +1,8 @@ LICENSE = "LGPL"
 DESCRIPTION = "Python Gstreamer bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "gstreamer"
+DEPENDS = "gstreamer python-pygobject"
+PR = "r1"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
            file://python-path.patch;patch=1"
@@ -20,3 +21,5 @@ do_stage() {
 do_stage() {
 	autotools_stage_all
 }
+
+FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/"






More information about the Openembedded-commits mailing list