Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / hildon-notify_0.0.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 = "Wrapper for supporting dbus callbacks in notification actions"
5 HOMEPAGE = "http://maemo.org "
6 LICENSE = "GNU Lesser General Public License-version 2.1"
7 SECTION = "libs"
8 DEPENDS = "libnotify"
9 PR = "r1"
10
11 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/h/${PN}/${PN}_${PV}-1-recomp1.tar.gz"
12
13 S = "${WORKDIR}/${PN}-${PV}-1"
14
15 inherit autotools pkgconfig
16
17 do_stage(){
18     autotools_stage_all
19 }