obexpush: fix opd init script permission
authorMichael Lauer <mickey@vanille-media.de>
Thu, 25 Aug 2005 11:55:17 +0000 (11:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 25 Aug 2005 11:55:17 +0000 (11:55 +0000)
packages/obexpush/obexpush-native_1.0.0.bb
packages/obexpush/obexpush_1.0.0.bb

index 6e63de5..6484079 100644 (file)
@@ -3,6 +3,10 @@ inherit native
 
 FILESPATH = "${FILE_DIRNAME}/obexpush-${PV}:${FILE_DIRNAME}/obexpush:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 
+do_stage() {
+       :
+}
+
 do_install() {
        :
 }
index b441e7c..a01b6dd 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.caside.lancs.ac.uk/java_bt.php"
 SECTION = "console/network"
 LICENSE = "GPL"
 DEPENDS = "glib-2.0 openobex bluez-libs"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \
            file://add-obextool.patch;patch=1 \
@@ -41,6 +41,6 @@ do_install() {
        install -m 0755 opd/opd ${D}${sbindir}
 
        install -d ${D}${sysconfdir}/init.d
-       install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/opd
+       install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/opd
 }