summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@openembedded.org>2008-10-17 13:27:33 +0200
committerRobert Schuster <thebohemian@openembedded.org>2008-10-17 13:27:33 +0200
commitc6a02df9feb64fc077c5a195de03a875cd3d0c02 (patch)
tree68c71f5273940a653f1a6a7b30534db0735d3ab2
parent71cfc3966ebaf9e1e7f092377fee554ad6a8d1fd (diff)
libsdl-image: Moved export of SDL_CONFIG location into inc, fixes #4728.
-rw-r--r--packages/libsdl/libsdl-image.inc2
-rw-r--r--packages/libsdl/libsdl-image_1.2.3.bb2
2 files changed, 2 insertions, 2 deletions
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() {