Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Olivier Guiter <olivier.guiter@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2] neard: Update reference commit sha1 and script path
Date: Thu,  7 Mar 2013 17:09:01 +0100	[thread overview]
Message-ID: <1362672541-23095-1-git-send-email-olivier.guiter@linux.intel.com> (raw)

---
 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




             reply	other threads:[~2013-03-07 16:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-07 16:09 Olivier Guiter [this message]
2013-03-07 16:24 ` [PATCH v2] neard: Update reference commit sha1 and script path 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362672541-23095-1-git-send-email-olivier.guiter@linux.intel.com \
    --to=olivier.guiter@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox