Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / libxsp_1.2.3.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 = "X11 Xomap custom library."
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "unknown"
7 SECTION = "base"
8 DEPENDS = "x11proto-xsp quilt libx11 libxext"
9 PR = "r4"
10
11 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/libx/${PN}/${PN}_${PV}-4.1.tar.gz"
12
13 inherit autotools pkgconfig
14
15 do_stage(){
16     autotools_stage_all
17 }
18