* [PATCH v2 0/1] neard: fix parallel build
@ 2014-06-05 15:28 Cristian Iorga
2014-06-05 15:28 ` [PATCH v2 1/1] neard: fix for " Cristian Iorga
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2014-06-05 15:28 UTC (permalink / raw)
To: openembedded-core
Second version of the patch, better commit message for the fix patch.
The following changes since commit e7114046be6e71fb326477dc882adb814ef6a751:
busybox: fix meta-yocto's bbappend's FILESEXTRAPATH (2014-06-03 17:53:13 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/Yb6389
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/Yb6389
Richard Purdie (1):
neard: fix for parallel build
.../neard/neard/Fix-snep-send-parallel-build.patch | 31 ++++++++++++++++++++++
meta/recipes-connectivity/neard/neard_0.14.bb | 1 +
2 files changed, 32 insertions(+)
create mode 100644 meta/recipes-connectivity/neard/neard/Fix-snep-send-parallel-build.patch
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2 1/1] neard: fix for parallel build
2014-06-05 15:28 [PATCH v2 0/1] neard: fix parallel build Cristian Iorga
@ 2014-06-05 15:28 ` Cristian Iorga
0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2014-06-05 15:28 UTC (permalink / raw)
To: openembedded-core
From: Richard Purdie <richard.purdie@linuxfoundation.org>
for neard tools/snep-send object might cause a
parallel build failure,due to undetected
dependency on dbus.h header file.
Patch will be submitted upstream.
Fixes [YOCTO #6389].
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../neard/neard/Fix-snep-send-parallel-build.patch | 31 ++++++++++++++++++++++
meta/recipes-connectivity/neard/neard_0.14.bb | 1 +
2 files changed, 32 insertions(+)
create mode 100644 meta/recipes-connectivity/neard/neard/Fix-snep-send-parallel-build.patch
diff --git a/meta/recipes-connectivity/neard/neard/Fix-snep-send-parallel-build.patch b/meta/recipes-connectivity/neard/neard/Fix-snep-send-parallel-build.patch
new file mode 100644
index 0000000..f302992
--- /dev/null
+++ b/meta/recipes-connectivity/neard/neard/Fix-snep-send-parallel-build.patch
@@ -0,0 +1,31 @@
+From fbbf600df474865172b47212d94e3dc5013cc2df Mon Sep 17 00:00:00 2001
+From: Cristian Iorga <cristian.iorga@intel.com>
+Date: Wed, 4 Jun 2014 16:40:18 +0300
+Subject: [PATCH] tools: Fix snep-send parallel build
+
+tools/snep-send object might cause a
+parallel build failure,due to undetected
+dependency on dbus.h header file.
+
+Upstream-Status: Pending
+Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
+---
+ Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 26f49e7..0e4a5b5 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -169,6 +169,8 @@ tools_snep_send_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \
+ src/agent.c
+ tools_snep_send_LDADD = ${GLIB_LIBS} ${DBUS_LIBS}
+
++tools/snep-send.$(OBJEXT): include/near/dbus.h
++
+ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \
+ tools/nfctool/nfctool.h \
+ tools/nfctool/adapter.h \
+--
+1.9.1
+
diff --git a/meta/recipes-connectivity/neard/neard_0.14.bb b/meta/recipes-connectivity/neard/neard_0.14.bb
index ac9aaf1..663d7ea 100644
--- a/meta/recipes-connectivity/neard/neard_0.14.bb
+++ b/meta/recipes-connectivity/neard/neard_0.14.bb
@@ -1,6 +1,7 @@
require neard.inc
SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BPN}-${PV}.tar.xz \
+ file://Fix-snep-send-parallel-build.patch \
file://neard.in \
file://neard.service.in \
"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-05 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 15:28 [PATCH v2 0/1] neard: fix parallel build Cristian Iorga
2014-06-05 15:28 ` [PATCH v2 1/1] neard: fix for " Cristian Iorga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox