* [Morty][PATCH] For the next morty dot release
@ 2017-09-09 1:40 Armin Kuster
2017-09-09 1:41 ` [Morty][PATCH] neard: Fix parallel build issue Armin Kuster
2017-09-09 2:00 ` ✗ patchtest: failure for neard: Fix parallel build issue (rev2) Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2017-09-09 1:40 UTC (permalink / raw)
To: akuster808, openembedded-core
This is the last patch to get Morty to build cleanly in AB
Jussi Kukkonen (1):
neard: Fix parallel build issue
...0001-Add-header-dependency-to-nciattach.o.patch | 35 ++++++++++++++++++++++
meta/recipes-connectivity/neard/neard_0.16.bb | 1 +
2 files changed, 36 insertions(+)
create mode 100644 meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Morty][PATCH] neard: Fix parallel build issue
2017-09-09 1:40 [Morty][PATCH] For the next morty dot release Armin Kuster
@ 2017-09-09 1:41 ` Armin Kuster
2017-09-09 2:00 ` ✗ patchtest: failure for neard: Fix parallel build issue (rev2) Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2017-09-09 1:41 UTC (permalink / raw)
To: akuster808, openembedded-core
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
This only started showing up now for some reason but it does seem like
a legitimate bug in Makefile.am.
(From OE-Core rev: f43290f6e302dbacf5581d1fe1c6c991dd387779)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
| 35 ++++++++++++++++++++++
meta/recipes-connectivity/neard/neard_0.16.bb | 1 +
2 files changed, 36 insertions(+)
create mode 100644 meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch
--git a/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch b/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch
new file mode 100644
index 0000000..d8e8a5e
--- /dev/null
+++ b/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch
@@ -0,0 +1,35 @@
+From affaa2021a54c30353e4e1fee09c13a4de2196be Mon Sep 17 00:00:00 2001
+From: Jussi Kukkonen <jussi.kukkonen@intel.com>
+Date: Fri, 17 Mar 2017 14:24:29 +0200
+Subject: [PATCH] Add header dependency to nciattach.o
+
+This can happen when compiling nciattach.o:
+
+| In file included from ../neard-0.16/tools/nciattach.c:47:0:
+| ../neard-0.16/src/near.h:30:27: fatal error: near/nfc_copy.h: No such
+file or directory
+| #include <near/nfc_copy.h>
+
+Add the missing dependency to local headers.
+
+Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
+Upstream-Status: Submitted [mailinglist]
+---
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index fa552ee..acef6ba 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -253,6 +253,7 @@ se/builtin.h: src/genbuiltin $(builtin_se_sources)
+
+ $(src_neard_OBJECTS) \
+ $(tools_nfctool_nfctool_OBJECTS) \
++$(tools_nciattach_OBJECTS) \
+ $(plugin_objects) \
+ $(se_seeld_OBJECTS) \
+ $(unit_test_ndef_parse_OBJECTS) \
+--
+2.11.0
+
diff --git a/meta/recipes-connectivity/neard/neard_0.16.bb b/meta/recipes-connectivity/neard/neard_0.16.bb
index 5433dc3..238b241 100644
--- a/meta/recipes-connectivity/neard/neard_0.16.bb
+++ b/meta/recipes-connectivity/neard/neard_0.16.bb
@@ -9,6 +9,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BP}.tar.xz \
file://neard.in \
file://Makefile.am-fix-parallel-issue.patch \
file://Makefile.am-do-not-ship-version.h.patch \
+ file://0001-Add-header-dependency-to-nciattach.o.patch \
"
SRC_URI[md5sum] = "5c691fb7872856dc0d909c298bc8cb41"
SRC_URI[sha256sum] = "eae3b11c541a988ec11ca94b7deab01080cd5b58cfef3ced6ceac9b6e6e65b36"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✗ patchtest: failure for neard: Fix parallel build issue (rev2)
2017-09-09 1:40 [Morty][PATCH] For the next morty dot release Armin Kuster
2017-09-09 1:41 ` [Morty][PATCH] neard: Fix parallel build issue Armin Kuster
@ 2017-09-09 2:00 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2017-09-09 2:00 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: openembedded-core
== Series Details ==
Series: neard: Fix parallel build issue (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/5862/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at cc319b6dcc)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-09 2:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-09 1:40 [Morty][PATCH] For the next morty dot release Armin Kuster
2017-09-09 1:41 ` [Morty][PATCH] neard: Fix parallel build issue Armin Kuster
2017-09-09 2:00 ` ✗ patchtest: failure for neard: Fix parallel build issue (rev2) Patchwork
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.