diff options
Diffstat (limited to 'recipes/maemo/osso-bttools_0.25.1.bb')
-rw-r--r-- | recipes/maemo/osso-bttools_0.25.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/maemo/osso-bttools_0.25.1.bb b/recipes/maemo/osso-bttools_0.25.1.bb new file mode 100644 index 0000000000..9bb31ea205 --- /dev/null +++ b/recipes/maemo/osso-bttools_0.25.1.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" + +DEPENDS = "dbus glib-2.0 libosso bluez-libs" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-bttools/osso-bttools_${PV}.tar.gz" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/dbus-1.0/services/" |