diff options
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/" | ||