From: Robert Schuster Date: Fri, 17 Oct 2008 11:27:33 +0000 (+0200) Subject: libsdl-image: Moved export of SDL_CONFIG location into inc, fixes #4728. X-Git-Tag: Release-2010-05/1~5736 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a02df9feb64fc077c5a195de03a875cd3d0c02;p=openembedded.git libsdl-image: Moved export of SDL_CONFIG location into inc, fixes #4728. --- diff --git a/packages/libsdl/libsdl-image.inc b/packages/libsdl/libsdl-image.inc index 1212e9cfa6..b52db71511 100644 --- a/packages/libsdl/libsdl-image.inc +++ b/packages/libsdl/libsdl-image.inc @@ -10,6 +10,8 @@ S = "${WORKDIR}/SDL_image-${PV}" inherit autotools +export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" + do_stage() { oe_libinstall -so libSDL_image ${STAGING_LIBDIR} ln -sf libSDL_image.so ${STAGING_LIBDIR}/libSDL_image-1.2.so diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb index 81bb7504e6..199945e4bc 100644 --- a/packages/libsdl/libsdl-image_1.2.3.bb +++ b/packages/libsdl/libsdl-image_1.2.3.bb @@ -6,8 +6,6 @@ SRC_URI += "\ file://autotools.patch;patch=1 \ " -export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" - inherit autotools do_stage() {