diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-12 14:37:12 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-12 14:37:12 +0000 |
commit | 7ef847505f9cfb02786d2a16441d1a14ee7b590c (patch) | |
tree | ec1ddd3c398673193b05ee7e6b63f3b939584f59 /gpe-bluetooth | |
parent | 2694c00d6a5b7427f72cbefdb3ab88021beb349a (diff) |
gpe-bluetooth: add blueprobe to DEPENDS; set RDEPENDS="bluez-utils blueprobe"; add chmod u+s calls in postinst
BKrev: 411b8098C8ngsHeShjX7pjnHuQNVAg
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.3.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe index e69de29bb2..e8bcae0bdb 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe @@ -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 +} |