mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
python-gst: update to 0.10.8 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3178 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+5
-4
@@ -1,12 +1,11 @@
|
|||||||
DESCRIPTION = "Python Gstreamer bindings"
|
DESCRIPTION = "Python Gstreamer bindings"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
DEPENDS = "gstreamer python-pygobject"
|
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
|
||||||
PR = "r1"
|
PR = "ml1"
|
||||||
|
|
||||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||||
file://python-path.patch;patch=1"
|
file://python-path.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/gst-python-${PV}"
|
S = "${WORKDIR}/gst-python-${PV}"
|
||||||
|
|
||||||
inherit autotools distutils-base pkgconfig
|
inherit autotools distutils-base pkgconfig
|
||||||
@@ -22,4 +21,6 @@ do_stage() {
|
|||||||
autotools_stage_all
|
autotools_stage_all
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/"
|
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/"
|
||||||
Reference in New Issue
Block a user