diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:24:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:24:06 +0000 |
commit | ad621cb19a3c1440d9446fe1dbba7951bd58491f (patch) | |
tree | cf311d1973837f2b9587f044580cb1e6cc3be6ce /meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb | |
parent | 19f05c671aa6afe568239d129f4913d3f97b2917 (diff) | |
download | openembedded-core-ad621cb19a3c1440d9446fe1dbba7951bd58491f.tar.gz openembedded-core-ad621cb19a3c1440d9446fe1dbba7951bd58491f.tar.bz2 openembedded-core-ad621cb19a3c1440d9446fe1dbba7951bd58491f.zip |
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
Diffstat (limited to 'meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb index 6d19d0d996..1ffffc4919 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" |