From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] neard: re-order recipe so the statement order is logical
Date: Mon, 29 Apr 2013 12:57:14 +0100 [thread overview]
Message-ID: <1367236635-27036-1-git-send-email-ross.burton@intel.com> (raw)
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/recipes-connectivity/neard/neard_0.9.bb | 54 ++++++++++++--------------
1 file changed, 25 insertions(+), 29 deletions(-)
diff --git a/meta/recipes-connectivity/neard/neard_0.9.bb b/meta/recipes-connectivity/neard/neard_0.9.bb
index d598666..2c4acb3 100644
--- a/meta/recipes-connectivity/neard/neard_0.9.bb
+++ b/meta/recipes-connectivity/neard/neard_0.9.bb
@@ -1,15 +1,26 @@
-SUMMARY = "Linux NFC daemon"
+SUMMARY = "Linux NFC daemon"
DESCRIPTION = "A daemon for the Linux Near Field Communication stack"
HOMEPAGE = "http://01.org/linux-nfc"
+LICENSE = "GPLv2"
-LICENSE = "GPLv2"
+DEPENDS = "dbus glib-2.0 libnl"
-DEPENDS = "dbus glib-2.0 libnl"
+SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git \
+ file://neard.in \
+ "
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
+ file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
+ "
+
+S = "${WORKDIR}/git"
+SRCREV = "eb486bf35e24d7d1db61350f5ab393a0c880523d"
+PV = "0.10+git${SRCPV}"
+PR = "r0"
inherit autotools pkgconfig update-rc.d
-INITSCRIPT_NAME = "neard"
-INITSCRIPT_PARAMS = "defaults 64"
+EXTRA_OECONF += "--enable-tools"
do_install() {
oe_runmake DESTDIR=${D} libexecdir=${libexecdir} install
@@ -31,35 +42,20 @@ do_install_append() {
install -m 0755 ${S}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/
}
-RDEPENDS_${PN} = "dbus python python-dbus python-pygobject"
-
-# Bluez & Wifi are not mandatory except for handover "
-RRECOMMENDS_${PN} = "\
- ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
- "
-
-#Additional
PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests = "${libdir}/${BPN}/*-test"
FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug"
-RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
-
-# This is valid for 0.10+
-LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
- file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
- "
-S = "${WORKDIR}/git"
-SRCREV = "eb486bf35e24d7d1db61350f5ab393a0c880523d"
-PV = "0.10+git${SRCPV}"
-PR = "r0"
+RDEPENDS_${PN} = "dbus python python-dbus python-pygobject"
-SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git \
- file://neard.in \
- "
+# Bluez & Wifi are not mandatory except for handover
+RRECOMMENDS_${PN} = "\
+ ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)} \
+ ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
+ "
-EXTRA_OECONF += "--enable-tools \
- "
+RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
+INITSCRIPT_NAME = "neard"
+INITSCRIPT_PARAMS = "defaults 64"
--
1.7.10.4
next reply other threads:[~2013-04-29 12:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-29 11:57 Ross Burton [this message]
2013-04-29 11:57 ` [PATCH 2/2] neard: add systemd unit file Ross Burton
2013-04-29 13:42 ` Martin Jansa
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=1367236635-27036-1-git-send-email-ross.burton@intel.com \
--to=ross.burton@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