Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / osso-gwobex_0.62.bb
1 # Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
2 # Released under the MIT license (see COPYING.MIT for the terms)
3
4 DESCRIPTION = "Wrapper library for openobex"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "GNU Lesser General Public License-version 2.1"
7 SECTION = "base"
8 DEPENDS = "glib-2.0 libopenobex1"
9 PR = "r0"
10
11 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/o/${PN}/${PN}_${PV}+0m5.tar.gz"
12 S="${WORKDIR}/${PN}-${PV}+0m5"
13
14 inherit autotools pkgconfig
15
16 do_stage(){
17     autotools_stage_all
18 }
19