gpe-bluetooth: add blueprobe to DEPENDS; set RDEPENDS="bluez-utils blueprobe"; add...
authorRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 14:37:12 +0000 (14:37 +0000)
committerRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 14:37:12 +0000 (14:37 +0000)
BKrev: 411b8098C8ngsHeShjX7pjnHuQNVAg

gpe-bluetooth/gpe-bluetooth_0.36.3.oe

index e69de29..e8bcae0 100644 (file)
@@ -0,0 +1,16 @@
+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"
+
+FILES_${PN} += '${datadir}/bluez-pin'
+
+SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz"
+
+pkg_postinst() {
+       chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
+}