diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-16 22:00:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-16 22:00:49 +0000 |
commit | 7bdd71dae3a5d998445edc4fd6f1ee81614cf7ae (patch) | |
tree | 1c04cd6271825388a40efbd0e469b9e18c66c219 /gpe-bluetooth | |
parent | 09b1ed3222e8e919f775c66460d9aecdc4317490 (diff) |
enable gpe-bluetooth 0.37 as default
BKrev: 41719a11DXdEpGaB9BhbDRpN8eMLrg
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.37.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index e69de29bb2..eccf1e36ee 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -0,0 +1,12 @@ +inherit gpe + +DESCRIPTION = "GPE bluetooth support" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe" +RDEPENDS = "bluez-utils blueprobe" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" + +FILES_${PN} += '${datadir}/bluez-pin' + |