[oe-commits] org.oe.dev python-gst: fix packaging -- NEVER EVER use python2.4 directly, use ${PYTHON_DIR}

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Nov 12 16:04:54 UTC 2007


python-gst: fix packaging -- NEVER EVER use python2.4 directly, use ${PYTHON_DIR}

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1eb5618e7a9c615ad27d9d1ed9285311c3a0e2cc
ViewMTN: http://monotone.openembedded.org/revision/info/1eb5618e7a9c615ad27d9d1ed9285311c3a0e2cc
Files:
1
packages/python/python-gst_0.10.8.bb
Diffs:

#
# mt diff -r92e89c675baa20bee692b407433ec72eabc93a87 -r1eb5618e7a9c615ad27d9d1ed9285311c3a0e2cc
#
# 
# 
# patch "packages/python/python-gst_0.10.8.bb"
#  from [71eb392f58cb009c9be3ce8878d3320a22c37a0d]
#    to [bfb2e80bf7941825e00221fb6bec64e8791e4a26]
# 
============================================================
--- packages/python/python-gst_0.10.8.bb	71eb392f58cb009c9be3ce8878d3320a22c37a0d
+++ packages/python/python-gst_0.10.8.bb	bfb2e80bf7941825e00221fb6bec64e8791e4a26
@@ -1,8 +1,8 @@ DEPENDS = "gstreamer gst-plugins-base py
 DESCRIPTION = "Python Gstreamer bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
 DEPENDS = "gstreamer gst-plugins-base python-pygobject"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
            file://python-path.patch;patch=1"
@@ -21,4 +21,6 @@ do_stage() {
 	autotools_stage_all
 }
 
+FILES_${PN} += "${datadir}/gst-python"
+FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs"
+FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/"
-FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/"






More information about the Openembedded-commits mailing list