repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cornucopia: bump SRCREV
[openembedded.git]
/
recipes
/
maemo4
/
hildon-thumbnail.inc
blob
0a77708eac3ebc6c78526cba9b2fa0ca8632a190
1
LICENSE = "LGPL"
2
DESCRIPTION = "Nokia hildon thumbnail library"
3
4
DEPENDS = "libhildonmime"
5
6
inherit autotools pkgconfig lib_package
7
8
do_configure_prepend() {
9
# remove Werror from OSSO_CFLAGS
10
sed -i s:-Werror::g configure.ac
11
12
touch gtk-doc.make
13
}
14