diff options
Diffstat (limited to 'recipes/maemo/osso-app-killer_0.4-3.bb')
-rw-r--r-- | recipes/maemo/osso-app-killer_0.4-3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/maemo/osso-app-killer_0.4-3.bb b/recipes/maemo/osso-app-killer_0.4-3.bb new file mode 100644 index 0000000000..96de1cd03a --- /dev/null +++ b/recipes/maemo/osso-app-killer_0.4-3.bb @@ -0,0 +1,13 @@ +PR = "r0" +LICENSE = "GPL" + +DEPENDS = "libosso" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" + +S = "${WORKDIR}/${PN}-0.4" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/dbus-1.0" + |