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 12:07:35 +0100 |
commit | f011f608698126ac743cf43054fe4d055c3b304c (patch) | |
tree | e28782761917703efeb87c6c2f9626b9ea6d2068 /meta | |
parent | f0bff52a2b34c1a68a3272643b12b18b2bb77fa7 (diff) | |
download | poky-f011f608698126ac743cf43054fe4d055c3b304c.tar.gz |
python-gst: Add missing files to the -dbg package
(From OE-Core rev: 35a1a419f56d032ae3828e54c183d2d43789f6e3)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
5 | RDEPENDS_${PN} += "python-pygtk" | 5 | RDEPENDS_${PN} += "python-pygtk" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
9 | file://python-path.patch" | 9 | file://python-path.patch" |
@@ -20,4 +20,4 @@ EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | |||
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/gst-python" | 21 | FILES_${PN} += "${datadir}/gst-python" |
22 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | 22 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" |
23 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" | 23 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" |