aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/osso-ic-oss_1.0.4.bb
blob: 5f07e22b9b81f6aa6da5bd0ca3c1c503f3bf28cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 "

inherit autotools pkgconfig lib_package

do_configure_prepend() {
	# remove Werror from OSSO_CFLAGS
	sed -i s:-Werror::g configure.ac
}

PARALLEL_MAKE = ""

SRC_URI[md5sum] = "6868cbd4dfc78abd7c651428d517e723"
SRC_URI[sha256sum] = "16a0da4d947bd9c64379870646bf321853c7627d7894843a9e394182ae70315e"