mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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:
16
meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch
Normal file
16
meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch
Normal 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")
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user