Merge bk://openembedded@openembedded.bkbits.net/packages
authorRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 15:46:43 +0000 (15:46 +0000)
committerRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 15:46:43 +0000 (15:46 +0000)
into sugarcube.dyndns.org:/home/oe/oe/packages

2004/08/12 17:46:25+02:00 dyndns.org!reenoo
bluez-utils: add chmod u+s calls to postinst
gpe-bluetooth: fix postinst

BKrev: 411b90e3ZMsXNCukPqENOuPxjyo9SA

bluez-utils/bluez-utils_2.9.oe
gpe-bluetooth/gpe-bluetooth_0.36.3.oe

index d9aad12..1ab710f 100644 (file)
@@ -13,3 +13,8 @@ inherit autotools update-rc.d
 
 INITSCRIPT_NAME = "bluetooth"
 INITSCRIPT_PARAMS = "defaults"
+
+pgk_postinst() {
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig
+}
index 2764d71..e22d223 100644 (file)
@@ -13,5 +13,6 @@ 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
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
 }