diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-10 13:47:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:54 +0100 |
commit | 08463df7fe4a5eebe30c66b4d75c87be494372c5 (patch) | |
tree | d2b8083f27ed2283681d0066c07a0e1be7f67189 /recipes/libsdl/libsdl-image_1.2.10.bb | |
parent | f08219813b234ee0678fab3adc64b6e6896dd1c2 (diff) |
libsdl-image: Add 1.2.10 and checksum and cleanup recipe and add INC_PR.
* Add INC_PR to include and seed higher than highest r4 in existing recipes.
Diffstat (limited to 'recipes/libsdl/libsdl-image_1.2.10.bb')
-rw-r--r-- | recipes/libsdl/libsdl-image_1.2.10.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-image_1.2.10.bb b/recipes/libsdl/libsdl-image_1.2.10.bb new file mode 100644 index 0000000000..bda06456b3 --- /dev/null +++ b/recipes/libsdl/libsdl-image_1.2.10.bb @@ -0,0 +1,16 @@ +require libsdl-image.inc + +PR = "${INC_PR}.1" + +DEPENDS += "tiff" + +# Disable the run-time loading of the libs and bring back the soname dependencies. +EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" + +do_unpackpost() { + # Removing this file fixes a libtool version mismatch. + rm acinclude/libtool.m4 + rm acinclude/sdl.m4 +} + +addtask unpackpost after do_unpack before do_patch |