From ad621cb19a3c1440d9446fe1dbba7951bd58491f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Mar 2008 23:24:06 +0000 Subject: gst-ffmpeg: Run autoreconf instead of a broken custom do_configure 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 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'meta') diff --git a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb index 6d19d0d99..1ffffc491 100644 --- a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb +++ b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb @@ -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" -- cgit v1.2.3