diff options
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.1.oe | 11 | ||||
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.oe | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.1.oe b/gpe-bluetooth/gpe-bluetooth_0.36.1.oe index e69de29bb2..7259ee9863 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.1.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.1.oe @@ -0,0 +1,11 @@ +inherit gpe + +DESCRIPTION = "GPE bluetooth support" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + +FILES_${PN} += ' ${datadir}/gpe ${datadir}/bluez-pin' + +SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz" diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.oe b/gpe-bluetooth/gpe-bluetooth_0.36.oe index ff7c08f388..15af6fbe79 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.oe @@ -1,7 +1,7 @@ inherit gpe DESCRIPTION = "GPE bluetooth support" -DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs bluez-sdp sqlite dbus libglade" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" |