git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4046c8
)
libsdl-image: convert to new style staging
author
Koen Kooi
<koen@openembedded.org>
Sat, 8 May 2010 16:08:42 +0000
(18:08 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 8 May 2010 16:08:42 +0000
(18:08 +0200)
recipes/libsdl/libsdl-image.inc
patch
|
blob
|
history
diff --git
a/recipes/libsdl/libsdl-image.inc
b/recipes/libsdl/libsdl-image.inc
index
014dca4
..
4379fe0
100644
(file)
--- a/
recipes/libsdl/libsdl-image.inc
+++ b/
recipes/libsdl/libsdl-image.inc
@@
-4,7
+4,7
@@
PRIORITY = "optional"
DEPENDS = "zlib libpng jpeg virtual/libsdl"
LICENSE = "LGPL"
-INC_PR = "r
4
"
+INC_PR = "r
5
"
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
@@
-14,8
+14,3
@@
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
- install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h
-}