aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-gwconnect_0.70.1.bb
blob: 9d5626d375e0578c3020b2082f651d45b5552444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = 	""

DEPENDS =	"dbus gconf glib-2.0 libosso bluez-libs"

SRC_URI = 	"http://repository.maemo.org/pool/maemo/ossw/source/o/osso-gwconnect/osso-gwconnect_${PV}.tar.gz \
			file://osso-gwconnect-stdio.patch;patch=1"

EXTRA_OECONF = 	"--disable-mce"

FILES_${PN} += "${libdir}/dbus-1.0/services/"

inherit pkgconfig autotools

do_stage() {
    install -d ${STAGING_INCDIR}
    install -m 644 src/*.h ${STAGING_INCDIR}
}