aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-bluetooth
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-28 14:25:21 +0000
committerPhil Blundell <philb@gnu.org>2004-08-28 14:25:21 +0000
commit127cc1bc1366e087b1bf79abb823a24410d42c9c (patch)
tree513f2a8674aaae2cc38ea6262f411506555bf6fe /gpe-bluetooth
parent2e784968508b066005028bd65f30b9788d4fd893 (diff)
downloadopenembedded-127cc1bc1366e087b1bf79abb823a24410d42c9c.tar.gz
remove redundant postinst bits
BKrev: 413095d1NwR8w7Ai4Xf9V-i6AEAm8A
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r--gpe-bluetooth/gpe-bluetooth_0.36.3.oe8
1 files changed, 1 insertions, 7 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
index e22d2233ed..a6d7959e58 100644
--- a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
+++ b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
@@ -6,13 +6,7 @@ RDEPENDS = "bluez-utils blueprobe"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe"
PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
FILES_${PN} += '${datadir}/bluez-pin'
-SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz"
-
-pkg_postinst() {
-#!/bin/sh
-chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
-}