summaryrefslogtreecommitdiff
path: root/packages/obexpush/obexpush_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/obexpush/obexpush_1.0.0.bb')
-rw-r--r--packages/obexpush/obexpush_1.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/obexpush/obexpush_1.0.0.bb b/packages/obexpush/obexpush_1.0.0.bb
index b441e7c3a6..a01b6ddee6 100644
--- a/packages/obexpush/obexpush_1.0.0.bb
+++ b/packages/obexpush/obexpush_1.0.0.bb
@@ -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
}