gst-fluendo: Run autoreconf to fix configure's libtool and unbreak the packages

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4090 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-03-19 23:11:24 +00:00
parent 4647fc8816
commit 19f05c671a
3 changed files with 23 additions and 5 deletions

View File

@@ -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")

View 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"

View 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
}