Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libsdl-image: fix S!=B error
@ 2014-05-26 18:58 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2014-05-26 18:58 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <TicoTimo@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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-26 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 18:58 [meta-oe][PATCH] libsdl-image: fix S!=B error Tim Orling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox