]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-ffmpeg: Run autoreconf instead of a broken custom do_configure
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:24:06 +0000 (23:24 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:24:06 +0000 (23:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4091 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb

index 6d19d0d996094a30b1153b77c736a7533af7525a..1ffffc4919fbb84264a0971cc0973c3808a8c5ad 100644 (file)
@@ -4,11 +4,12 @@ PRIORITY = "optional"
 LICENSE = "LGPL"
 HOMEPAGE = "http://www.gstreamer.net/"
 DEPENDS = "gstreamer zlib gst-plugins-base"
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig
 
-SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
+           file://configure_fix.patch;patch=1"
 
 FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
 FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
@@ -27,8 +28,4 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"
 
-do_configure () {
-        cd ${S}
-        oe_runconf
-}
-
+acpaths = "-I ${S}/common/m4"