]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-gst: Add missing files to the -dbg package
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:15:22 +0000 (13:15 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:58:25 +0000 (11:58 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-devtools/python/python-gst_0.10.21.bb

index dd1ad5f0e853dfd82df37bdb91216d49a3893a06..888002c8a76d13b96c4c126dbfaf4d2b5fa3787e 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 DEPENDS = "gstreamer gst-plugins-base python-pygobject"
 RDEPENDS_${PN} += "python-pygtk"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
            file://python-path.patch"
@@ -20,4 +20,4 @@ EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
 
 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}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/"