Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] neard: Update reference commit sha1 and script path
@ 2013-03-07 16:09 Olivier Guiter
  2013-03-07 16:24 ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Olivier Guiter @ 2013-03-07 16:09 UTC (permalink / raw)
  To: openembedded-core

---
 meta/recipes-connectivity/neard/neard/neard  |    2 +-
 meta/recipes-connectivity/neard/neard_0.9.bb |    8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-connectivity/neard/neard/neard b/meta/recipes-connectivity/neard/neard/neard
index 5f36174..34f47f1 100644
--- a/meta/recipes-connectivity/neard/neard/neard
+++ b/meta/recipes-connectivity/neard/neard/neard
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DAEMON=/usr/sbin/neard
+DAEMON=/usr/lib/neard/nfc/neard
 PIDFILE=/var/run/neard.pid
 DESC="Linux NFC daemon"
 
diff --git a/meta/recipes-connectivity/neard/neard_0.9.bb b/meta/recipes-connectivity/neard/neard_0.9.bb
index 61ea58c..6dc346a 100644
--- a/meta/recipes-connectivity/neard/neard_0.9.bb
+++ b/meta/recipes-connectivity/neard/neard_0.9.bb
@@ -13,9 +13,11 @@ INITSCRIPT_PARAMS = "defaults 64"
 
 # This would copy neard start-stop shell and test scripts
 do_install_append() {
+  # start/stop
   install -d ${D}${sysconfdir}/init.d/
   install -m 0755 ${WORKDIR}/neard ${D}${sysconfdir}/init.d/neard
 
+  #test files
   install -d ${D}${libdir}/neard
   install -m 0755 ${S}/test/* ${D}${libdir}/neard/
   install -m 0755 ${S}/tools/nfctool/nfctool ${D}${libdir}/neard/
@@ -33,9 +35,9 @@ RRECOMMENDS_${PN} = "\
 PACKAGES =+ "${PN}-tests"
 
 FILES_${PN}-tests = "${libdir}/neard/*-test"
-RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
+FILES_${PN}-dbg += "${libdir}/neard/*/.debug"
 
-FILES_${PN}-dbg += "${bindir}/neard/*/.debug"
+RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
 
 ##=============================
 # This is valid for 0.9+
@@ -43,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
  file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
  "
 S	= "${WORKDIR}/git"
-SRCREV	= "7abdb13d106d496e1115fab49e6448a249dfb3c8"
+SRCREV	= "1e20e396cb837017b7e5ef822bfdab6ce060d2cf"
 PV	= "0.9-git${SRCPV}"
 PR	= "r1"
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-12 20:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 16:09 [PATCH v2] neard: Update reference commit sha1 and script path Olivier Guiter
2013-03-07 16:24 ` Burton, Ross
2013-03-08 11:45   ` [PATCH v3] neard:Update reference commit sha1 and install script Olivier Guiter
2013-03-11 22:48     ` Saul Wold
2013-03-12 20:33       ` [PATCH v4] neard: Update " Olivier Guiter
2013-03-12  7:44     ` [PATCH v3] neard:Update " Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox