diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-23 17:36:58 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-23 17:36:58 +0000 |
commit | 8fc5afd475c8c2a1fd4de81937cd736c5931bb7c (patch) | |
tree | 8b53326ea45d8b5d735eccf7b19587598e116df1 /packages/gpe-bluetooth/gpe-bluetooth.inc | |
parent | c6184de917b17e4192105fd362ff9352c6daf4a9 (diff) |
gpe-bluetooth: unify
Diffstat (limited to 'packages/gpe-bluetooth/gpe-bluetooth.inc')
-rw-r--r-- | packages/gpe-bluetooth/gpe-bluetooth.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth.inc b/packages/gpe-bluetooth/gpe-bluetooth.inc new file mode 100644 index 0000000000..c258832c8b --- /dev/null +++ b/packages/gpe-bluetooth/gpe-bluetooth.inc @@ -0,0 +1,11 @@ +DESCRIPTION = "GPE bluetooth support user interface tool." +SECTION = "gpe" +LICENSE = "GPL" +PRIORITY = "optional" +DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus" +RDEPENDS = "bluez-utils-dbus blueprobe" + +GPE_TARBALL_SUFFIX= "bz2" +inherit gpe autotools + +FILES_${PN} += '${datadir}/bluez-pin' |