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:
a4a5808
)
libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool...
author
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 15 Oct 2010 07:46:46 +0000
(09:46 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 15 Oct 2010 07:46:46 +0000
(09:46 +0200)
* there is patch only for libtool-2.4
* it expects libtool-2.2.6
recipes/libsdl/libsdl-ttf_2.0.10.bb
patch
|
blob
|
history
diff --git
a/recipes/libsdl/libsdl-ttf_2.0.10.bb
b/recipes/libsdl/libsdl-ttf_2.0.10.bb
index
a573328
..
d18c648
100644
(file)
--- a/
recipes/libsdl/libsdl-ttf_2.0.10.bb
+++ b/
recipes/libsdl/libsdl-ttf_2.0.10.bb
@@
-4,6
+4,9
@@
PRIORITY = "optional"
DEPENDS = "virtual/libsdl freetype"
LICENSE = "LGPL"
+# works only with libtool-2.4 and needs another libtool-update for 2.2.6b
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
${@['','file://libtool-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
"