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:
8b5e3f5
)
libsdl-image: remove the integrated stupid sdl.m4 packages
author
woglinde
<heinold@inf.fu-berlin.de>
Sat, 18 Oct 2008 20:00:31 +0000
(22:00 +0200)
committer
woglinde
<heinold@inf.fu-berlin.de>
Sat, 18 Oct 2008 20:32:39 +0000
(22:32 +0200)
* remove the old sdl.m4 likewise the libtool.m4 file
* bump PR
packages/libsdl/libsdl-image_1.2.6.bb
patch
|
blob
|
history
diff --git
a/packages/libsdl/libsdl-image_1.2.6.bb
b/packages/libsdl/libsdl-image_1.2.6.bb
index
27b5aa7
..
b458e19
100644
(file)
--- a/
packages/libsdl/libsdl-image_1.2.6.bb
+++ b/
packages/libsdl/libsdl-image_1.2.6.bb
@@
-1,8
+1,12
@@
require libsdl-image.inc
+FILE_PR= "r1"
+
+DEPENDS += "tiff"
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