blob: 4c88d322ffc163ac750cfc145643f4800b235042 (
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
|
LICENSE = "LGPL"
DESCRIPTION = "Nokia hildon librares"
DEPENDS = "gtk-doc-native libosso libmatchbox"
PR = "r0"
SRC_URI = "http://launchpadlibrarian.net/7598381/hildon-libs_0.15.1-1ubuntu2.tar.gz"
inherit autotools pkgconfig lib_package
S = "${WORKDIR}/${PN}"
do_configure_prepend() {
# remove Werror from OSSO_CFLAGS
sed -i s:-Werror::g configure.ac
touch gtk-doc.make
}
do_stage() {
autotools_stage_all
}
FILES_${PN} += "${libdir}/hildon-widgets/*"
|