Dont forget staging in control panel and add missing recipes
[oespirit1] / hildon-notify_0.0.2.bb
diff --git a/hildon-notify_0.0.2.bb b/hildon-notify_0.0.2.bb
new file mode 100644 (file)
index 0000000..192051e
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Wrapper for supporting dbus callbacks in notification actions"
+HOMEPAGE = "http://maemo.org "
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "libs"
+DEPENDS = "libnotify"
+PR = "r1"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1-recomp1.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}-1"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}