blob: 38011800c982f83264fb157166e2340e9b845c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "LGPL"
DEPENDS = "glib-2.0 openobex dbus libxml2 osso-gwconnect"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-gwobex/osso-gwobex_${PV}.tar.gz"
inherit autotools pkgconfig
do_stage() {
install -d ${STAGING_INCDIR}
install -d ${STAGING_LIBDIR}
install -m 644 src/*.h ${STAGING_INCDIR}
install -m 755 src/.libs/*.so* ${STAGING_LIBDIR}
}
|