blob: 04ec84e4e2c1f5b4b9c24e07a62f0d1b7ca8c1c6 (
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
|
LICENSE = "LGPL"
DESCRIPTION = "Nokia osso-ic library"
DEPENDS = "dbus-glib glib-2.0 libosso"
PR = "r1"
# No sources for that Maemo revision any more.
SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}.tar.gz \
file://dbus-api-update.patch;patch=1 "
inherit autotools pkgconfig lib_package
do_configure_prepend() {
# remove Werror from OSSO_CFLAGS
sed -i s:-Werror::g configure.ac
}
PARALLEL_MAKE = ""
do_stage() {
autotools_stage_all
}
|