Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / clinkc-av_1.0.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 = "Cyberlink for C AV library"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "Nokia copyright"
7 #Hack to stop incorrect package naming
8 SECTION = "misc"
9 DEPENDS = "clinkc"
10 PR = "r15"
11
12 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/c/${PN}/${PN}_${PV}-15.tar.gz"
13
14 inherit autotools pkgconfig
15
16 do_stage(){
17     autotools_stage_all
18 }