summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 12:09:46 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 12:09:46 +0000
commit06312eba71432aa2d9e0ed64ebacefd09b12b245 (patch)
tree0392c185c64658ab1edea11dcad0a375a507352e /packages
parent2b08254beae049c1bdffaf56c62daa2b7ffb6fe2 (diff)
parentfb42c31e81c2d2a21272a0cef6dd92c0664c7cfc (diff)
merge of '2c34202b0dfd11794a79da2cd891a88adbfcea48'
and 'fd02aa1602a7d21248a66f67a25e6435c8443a48'
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-gst_0.10.10.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/python/python-gst_0.10.10.bb b/packages/python/python-gst_0.10.10.bb
index cc1a19574e..59cc6ad268 100644
--- a/packages/python/python-gst_0.10.10.bb
+++ b/packages/python/python-gst_0.10.10.bb
@@ -2,7 +2,7 @@ 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,6 +21,12 @@ do_stage() {
autotools_stage_all
}
+PACKAGES =+ "${PN}-examples"
+
FILES_${PN} += "${datadir}/gst-python"
-FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs"
+FILES_${PN}-dev += "\
+ ${datadir}/gst-python/0.10/defs \
+ ${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/*.la \
+"
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/"
+FILES_${PN}-examples = "${datadir}/gst-python/0.10/examples"