1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

gstreamer: use autotools_stage_all so libtool files will be mangled properly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3159 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-11-14 11:11:33 +00:00
parent ded27188e2
commit 4e19a8db7e
+2 -7
View File
@@ -5,6 +5,7 @@ PRIORITY = "optional"
LICENSE = "LGPL" LICENSE = "LGPL"
HOMEPAGE = "http://www.gstreamer.net/" HOMEPAGE = "http://www.gstreamer.net/"
DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native" DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native"
PR = "r1"
inherit autotools pkgconfig inherit autotools pkgconfig
@@ -20,14 +21,8 @@ EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=
#} #}
do_stage() { do_stage() {
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ autotools_stage_all
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
mandir=${STAGING_DIR_HOST}${layout_mandir}
} }
FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"