diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:15:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 11:58:25 +0100 |
commit | 35a1a419f56d032ae3828e54c183d2d43789f6e3 (patch) | |
tree | 99b3dda106d2f61399818f4624d8380db4e61296 | |
parent | fbcba3a0954721f706ac4ad959f56d33f2b83e6a (diff) | |
download | openembedded-core-35a1a419f56d032ae3828e54c183d2d43789f6e3.tar.gz openembedded-core-35a1a419f56d032ae3828e54c183d2d43789f6e3.tar.bz2 openembedded-core-35a1a419f56d032ae3828e54c183d2d43789f6e3.zip |
python-gst: Add missing files to the -dbg package
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.21.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-gst_0.10.21.bb b/meta/recipes-devtools/python/python-gst_0.10.21.bb index dd1ad5f0e8..888002c8a7 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.21.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.21.bb @@ -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/" |