[oe-commits] Benjamin Schieder : obexpush: create /var/obexpush on installation

git version control git at git.openembedded.org
Wed Dec 9 10:21:29 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 696d681007dc17c2ece1b486be08f57422615ff8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=696d681007dc17c2ece1b486be08f57422615ff8

Author: Benjamin Schieder <blindcoder at scavenger.homeip.net>
Date:   Wed Dec  9 09:01:47 2009 +0000

obexpush:  create /var/obexpush on installation

* it is the default path in the ARGS, so it should better exist
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/obexpush/obexpush_1.0.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/obexpush/obexpush_1.0.0.bb b/recipes/obexpush/obexpush_1.0.0.bb
index 7b73b10..13b8508 100644
--- a/recipes/obexpush/obexpush_1.0.0.bb
+++ b/recipes/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 = "r5"
+PR = "r6"
 
 SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \
            file://add-obextool.patch;patch=1 \
@@ -43,6 +43,7 @@ do_install() {
 
 	install -d ${D}${sysconfdir}/init.d
 	install -d ${D}${sysconfdir}/default
+	install -d ${D}/var/obexpush
 	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/opd
 	install -m 0755 ${WORKDIR}/opd_args ${D}${sysconfdir}/default/opd_args
 }





More information about the Openembedded-commits mailing list