aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo3/libosso_1.20.bb
blob: d5489c7e95231f77b9e9145bdca4162a7c7a80e9 (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 library"

DEPENDS = "hildon-1 dbus-glib glib-2.0 outo"

PR = "r1"

SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-1.tar.gz"

inherit autotools pkgconfig lib_package


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

do_stage() {
        autotools_stage_all
}