summaryrefslogtreecommitdiff
path: root/packages/maemo3/osso-gwconnect_1.0.8.bb
blob: 66b47ebac21396645e627cb9dae007d2590b4bb9 (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 connection library"

DEPENDS = "hildon-1 libosso"

PR = "r1"

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

inherit autotools pkgconfig 


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

do_stage() {
        autotools_stage_all
}