blob: afc3f5e765756bf0398430e57942fb975ed45f03 (
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
|
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
}
SRC_URI[md5sum] = "6868cbd4dfc78abd7c651428d517e723"
SRC_URI[sha256sum] = "16a0da4d947bd9c64379870646bf321853c7627d7894843a9e394182ae70315e"
|