Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / x11proto-xsp_1.2.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 XSP extension wire protocol"
5 HOMEPAGE = "unknown"
6 LICENSE = "Nokia copyright"
7 #No deps.
8 DEPENDS = ""
9 SECTION = "x11"
10 PR = "r1"
11
12 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/x/${PN}/${PN}_${PV}-1.tar.gz"
13
14 inherit autotools pkgconfig
15
16 do_stage(){
17     autotools_stage_all
18 }
19