git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e78496
)
remove redundant postinst bits
author
Phil Blundell
<philb@gnu.org>
Sat, 28 Aug 2004 14:25:21 +0000
(14:25 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 28 Aug 2004 14:25:21 +0000
(14:25 +0000)
BKrev: 413095d1NwR8w7Ai4Xf9V-i6AEAm8A
gpe-bluetooth/gpe-bluetooth_0.36.3.oe
patch
|
blob
|
history
diff --git
a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
index
e22d223
..
a6d7959
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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
-}