mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02: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:
@@ -1,12 +1,11 @@
|
||||
DESCRIPTION = "Python Gstreamer bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "gstreamer python-pygobject"
|
||||
PR = "r1"
|
||||
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
|
||||
PR = "ml1"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||
file://python-path.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/gst-python-${PV}"
|
||||
|
||||
inherit autotools distutils-base pkgconfig
|
||||
@@ -22,4 +21,6 @@ do_stage() {
|
||||
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