diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-07 15:34:20 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-07 15:34:20 +0000 |
commit | 6a40f09c8212a017b1acf3cc5327617d1a084b71 (patch) | |
tree | 46de90d032977577d20691a8f0816e4b8c749224 /meta | |
parent | 950e91291562946b276ef7725ddf3df216e6fb3c (diff) | |
download | poky-6a40f09c8212a017b1acf3cc5327617d1a084b71.tar.gz |
gstreamer: package the debug symbols for the core elements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3700 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.17.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gstreamer_0.10.17.bb b/meta/packages/gstreamer/gstreamer_0.10.17.bb index ee857fdb21..40f861af44 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.17.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.17.bb | |||
@@ -5,7 +5,7 @@ PRIORITY = "optional" | |||
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | HOMEPAGE = "http://www.gstreamer.net/" | 6 | HOMEPAGE = "http://www.gstreamer.net/" |
7 | DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native" | 7 | DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
@@ -29,3 +29,4 @@ do_stage() { | |||
29 | 29 | ||
30 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" | 30 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" |
31 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | 31 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" |
32 | FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/" | ||