* [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0
@ 2018-01-06 8:31 Huang Qiyu
2018-01-07 9:42 ` Richard Purdie
2018-01-07 12:19 ` Alexander Kanavin
0 siblings, 2 replies; 3+ messages in thread
From: Huang Qiyu @ 2018-01-06 8:31 UTC (permalink / raw)
To: openembedded-core
1.Upgrade bjam-native form 1.65.1 to 1.66.0
2.Upgrade boost form 1.65.1 to 1.66.0
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
.../boost/{bjam-native_1.65.1.bb => bjam-native_1.66.0.bb} | 0
meta/recipes-support/boost/{boost-1.65.1.inc => boost-1.66.0.inc} | 4 ++--
meta/recipes-support/boost/{boost_1.65.1.bb => boost_1.66.0.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/boost/{bjam-native_1.65.1.bb => bjam-native_1.66.0.bb} (100%)
rename meta/recipes-support/boost/{boost-1.65.1.inc => boost-1.66.0.inc} (85%)
rename meta/recipes-support/boost/{boost_1.65.1.bb => boost_1.66.0.bb} (100%)
diff --git a/meta/recipes-support/boost/bjam-native_1.65.1.bb b/meta/recipes-support/boost/bjam-native_1.66.0.bb
similarity index 100%
rename from meta/recipes-support/boost/bjam-native_1.65.1.bb
rename to meta/recipes-support/boost/bjam-native_1.66.0.bb
diff --git a/meta/recipes-support/boost/boost-1.65.1.inc b/meta/recipes-support/boost/boost-1.66.0.inc
similarity index 85%
rename from meta/recipes-support/boost/boost-1.65.1.inc
rename to meta/recipes-support/boost/boost-1.66.0.inc
index f0ca88c..fe2b863 100644
--- a/meta/recipes-support/boost/boost-1.65.1.inc
+++ b/meta/recipes-support/boost/boost-1.66.0.inc
@@ -12,8 +12,8 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
BOOST_P = "boost_${BOOST_VER}"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2"
-SRC_URI[md5sum] = "41d7542ce40e171f3f7982aff008ff0d"
-SRC_URI[sha256sum] = "9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81"
+SRC_URI[md5sum] = "b2dfbd6c717be4a7bb2d88018eaccf75"
+SRC_URI[sha256sum] = "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9"
UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost_1.65.1.bb b/meta/recipes-support/boost/boost_1.66.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.65.1.bb
rename to meta/recipes-support/boost/boost_1.66.0.bb
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0
2018-01-06 8:31 [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0 Huang Qiyu
@ 2018-01-07 9:42 ` Richard Purdie
2018-01-07 12:19 ` Alexander Kanavin
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2018-01-07 9:42 UTC (permalink / raw)
To: Huang Qiyu, openembedded-core
On Sat, 2018-01-06 at 16:31 +0800, Huang Qiyu wrote:
> 1.Upgrade bjam-native form 1.65.1 to 1.66.0
> 2.Upgrade boost form 1.65.1 to 1.66.0
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
https://autobuilder.yocto.io/builders/nightly-musl/builds/700/steps/BuildImages/logs/stdio
Applying patch 0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
patching file tools/build/src/tools/gcc.jam
Hunk #1 FAILED at 1068.
1 out of 1 hunk FAILED -- rejects in file tools/build/src/tools/gcc.jam
Patch 0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch does not apply (enforce with -f)
Along with around 30 other occurrences of a similar error. Does make me
wonder how that was tested?
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0
2018-01-06 8:31 [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0 Huang Qiyu
2018-01-07 9:42 ` Richard Purdie
@ 2018-01-07 12:19 ` Alexander Kanavin
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2018-01-07 12:19 UTC (permalink / raw)
To: Huang Qiyu, openembedded-core
On 01/06/2018 10:31 AM, Huang Qiyu wrote:
> 1.Upgrade bjam-native form 1.65.1 to 1.66.0
> 2.Upgrade boost form 1.65.1 to 1.66.0
bjam is the build tool for boost that's packaged with it, so the patch
should really be titled 'boost: update etc.'
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-07 12:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-06 8:31 [PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0 Huang Qiyu
2018-01-07 9:42 ` Richard Purdie
2018-01-07 12:19 ` Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox