blob: ac8f381a262c3da59b823f5546c7abccc8ed36dd (
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"
FILE_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
}
|