]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-fluendo: Run autoreconf to fix configure's libtool and unbreak the packages
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:11:24 +0000 (23:11 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:11:24 +0000 (23:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4090 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch [new file with mode: 0644]
meta/packages/gstreamer/gst-fluendo-mp3_0.10.2.bb
meta/packages/gstreamer/gst-fluendo.inc

diff --git a/meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch b/meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch
new file mode 100644 (file)
index 0000000..d8b213b
--- /dev/null
@@ -0,0 +1,16 @@
+Index: gst-fluendo-mp3-0.10.2/configure.ac
+===================================================================
+--- gst-fluendo-mp3-0.10.2.orig/configure.ac   2008-03-19 23:00:15.000000000 +0000
++++ gst-fluendo-mp3-0.10.2/configure.ac        2008-03-19 23:00:31.000000000 +0000
+@@ -19,10 +19,9 @@
+ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
+ dnl check for tools
+-AS_LIBTOOL_TAGS
+ AM_PROG_LIBTOOL
+ dnl AC_PROG_CC
+-dnl AC_PROG_LIBTOOL
++AC_PROG_LIBTOOL
+ dnl decide on error flags
+ AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
index 184de384cb40d4fbb6e811efe3ecf895ed521dad..9e33b3082419f3f8b92cc891e917b798f6f74ff6 100644 (file)
@@ -1,2 +1,9 @@
 require gst-fluendo.inc
+
+acpaths = "-I ${S}/common/m4 -I ${S}/m4"
+
+SRC_URI += "file://configure_fix.patch;patch=1"
+
+PR = "r1"
+
 DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in"
index 86fc295f7e37475ab3b8a59d61f9fa9acdf15355..76b76c2b020710158b81fd6e9bfedf6d5003d58d 100644 (file)
@@ -18,8 +18,3 @@ EXTRA_OECONF = "--disable-debug --disable-valgrind"
 # Hack to get STAGING_LIBDIR into the linker path when building
 CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"
 
-do_configure () {
-        cd ${S}
-        oe_runconf
-}
-