[oe] [meta-oe][PATCH] libsdl-image: fix S!=B error

Tim Orling ticotimo at gmail.com
Mon May 26 18:58:32 UTC 2014


From: Tim Orling <TicoTimo at gmail.com>

Fixes:
| libtool: Version mismatch error.  This is libtool 2.4.2, but the
| libtool: definition of this LT_INIT comes from libtool 2.2.6.
| libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
| libtool: and run autoconf again.

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
---
 meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
index ef78927..23f2a37 100644
--- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
+++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a8
 
 S = "${WORKDIR}/SDL_image-${PV}"
 
-inherit autotools
+inherit autotools-brokensep
 
 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list