diff options
-rw-r--r-- | packages/gpe-bluetooth/gpe-bluetooth_0.38.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.38.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.38.bb index e69de29bb2..80076dab01 100644 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.38.bb +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.38.bb @@ -0,0 +1,13 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE bluetooth support" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe bluez-utils-dbus" +RDEPENDS = "bluez-utils-dbus blueprobe" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" + +FILES_${PN} += '${datadir}/bluez-pin' + |