blob: de1bb3d9e347d1aefadded40bc9b50e4d973eba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
LICENSE = "LGPL"
DESCRIPTION = "Nokia hildon filemanager library"
DEPENDS = "hildon-thumbnail mce-dev libhildonmime osso-gwconnect hildon-libs osso-thumbnail"
PR = "r0"
SRC_URI = "http://repository.maemo.org/pool/sardine/main/source/libh/libhildonfm/libhildonfm_${PV}.tar.gz \
file://hildonfm-ifdef-maemogtk.diff;patch=1 \
"
inherit autotools pkgconfig lib_package
S = "${WORKDIR}/1_${PV}"
do_configure_prepend() {
# remove Werror from OSSO_CFLAGS
sed -i s:-Werror::g configure.ac
touch gtk-doc.make
}
PARALLEL_MAKE = ""
do_stage() {
autotools_stage_all
}
|