mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 07:17:59 +00:00
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
This commit is contained in:
parent
950e912915
commit
6a40f09c82
@ -5,7 +5,7 @@ PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.gstreamer.net/"
|
||||
DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@ -29,3 +29,4 @@ do_stage() {
|
||||
|
||||
FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
|
||||
FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
|
||||
FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user