* [PATCH 00/17] Recipe version updates
@ 2015-12-17 15:08 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 01/17] cryptodev: update to 1.8 Alexander Kanavin
` (16 more replies)
0 siblings, 17 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Here's another bunch of version updates; this time everything that is assigned
to me has been updated (except the webkit/epiphany related recipes which will
be handled separately). I also updated recipes that don't have a listed maintainer.
The following changes since commit 6544bed72142c9ff07b55f41d66e137b1b453f7b:
valgrind: update to 3.11.0 (2015-12-16 15:14:27 +0200)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates
Alexander Kanavin (17):
cryptodev: update to 1.8
gptfdisk: update to 1.0.1
ifupdown: update to 0.8.2
pytnon-pexpect: update to 4.0.1
python3-pip: update to 7.1.2
trace-cmd: update to 2.6
liburcu: update to 0.9.1
msmtp: update to 1.6.3
libassuan: update to 2.4.2
tiff: update to 4.0.6
lighttpd: update to 1.4.38
kexec-tools: update to 2.0.11
nss: update to 3.21
iso-codes: update to 3.63
btrfs-tools: update to 4.3.1
icu: fix upstream version check
mobile-broadband-provider-info: update to tagged release 20151214
.../mobile-broadband-provider-info_git.bb | 4 +-
.../{ifupdown_0.7.48.1.bb => ifupdown_0.8.2.bb} | 9 +-
.../{btrfs-tools_4.1.2.bb => btrfs-tools_4.3.1.bb} | 2 +-
.../fdisk/{gptfdisk_1.0.0.bb => gptfdisk_1.0.1.bb} | 4 +-
...thon-pexpect_3.3.bb => python-pexpect_4.0.1.bb} | 6 +-
.../{python3-pip_6.1.1.bb => python3-pip_7.1.2.bb} | 4 +-
.../{lighttpd_1.4.36.bb => lighttpd_1.4.38.bb} | 4 +-
.../msmtp/{msmtp_1.6.2.bb => msmtp_1.6.3.bb} | 4 +-
...yptodev-linux_1.7.bb => cryptodev-linux_1.8.bb} | 2 +-
...todev-module_1.7.bb => cryptodev-module_1.8.bb} | 3 +-
...yptodev-tests_1.7.bb => cryptodev-tests_1.8.bb} | 3 +-
.../cryptodev/{cryptodev_1.7.inc => cryptodev.inc} | 4 +-
.../files/0001-ioctl.c-Fix-build-on-3.19.patch | 29 ----
...ests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch | 29 ----
...kexec-tools_2.0.10.bb => kexec-tools_2.0.11.bb} | 4 +-
meta/recipes-kernel/trace-cmd/trace-cmd.inc | 6 +-
.../libtiff/{tiff_4.0.4.bb => tiff_4.0.6.bb} | 4 +-
meta/recipes-support/icu/icu_56.1.bb | 2 +
.../{iso-codes_3.58.bb => iso-codes_3.63.bb} | 4 +-
.../{libassuan_2.2.1.bb => libassuan_2.4.2.bb} | 4 +-
...cify-complete-types-for-atomic-function-c.patch | 158 ---------------------
...evert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch | 47 ------
meta/recipes-support/liburcu/liburcu/aarch64.patch | 19 ---
.../liburcu/{liburcu_0.8.7.bb => liburcu_0.9.1.bb} | 9 +-
.../nss/{nss_3.19.2.bb => nss_3.21.bb} | 6 +-
25 files changed, 41 insertions(+), 329 deletions(-)
rename meta/recipes-core/ifupdown/{ifupdown_0.7.48.1.bb => ifupdown_0.8.2.bb} (81%)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.1.2.bb => btrfs-tools_4.3.1.bb} (94%)
rename meta/recipes-devtools/fdisk/{gptfdisk_1.0.0.bb => gptfdisk_1.0.1.bb} (86%)
rename meta/recipes-devtools/python/{python-pexpect_3.3.bb => python-pexpect_4.0.1.bb} (69%)
rename meta/recipes-devtools/python/{python3-pip_6.1.1.bb => python3-pip_7.1.2.bb} (90%)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.36.bb => lighttpd_1.4.38.bb} (94%)
rename meta/recipes-extended/msmtp/{msmtp_1.6.2.bb => msmtp_1.6.3.bb} (86%)
rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.7.bb => cryptodev-linux_1.8.bb} (91%)
rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.7.bb => cryptodev-module_1.8.bb} (83%)
rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.7.bb => cryptodev-tests_1.8.bb} (79%)
rename meta/recipes-kernel/cryptodev/{cryptodev_1.7.inc => cryptodev.inc} (66%)
delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
delete mode 100644 meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.10.bb => kexec-tools_2.0.11.bb} (87%)
rename meta/recipes-multimedia/libtiff/{tiff_4.0.4.bb => tiff_4.0.6.bb} (92%)
rename meta/recipes-support/iso-codes/{iso-codes_3.58.bb => iso-codes_3.63.bb} (76%)
rename meta/recipes-support/libassuan/{libassuan_2.2.1.bb => libassuan_2.4.2.bb} (86%)
delete mode 100644 meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
delete mode 100644 meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
delete mode 100644 meta/recipes-support/liburcu/liburcu/aarch64.patch
rename meta/recipes-support/liburcu/{liburcu_0.8.7.bb => liburcu_0.9.1.bb} (61%)
rename meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} (97%)
--
2.6.2
^ permalink raw reply [flat|nested] 22+ messages in thread
* [PATCH 01/17] cryptodev: update to 1.8
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 02/17] gptfdisk: update to 1.0.1 Alexander Kanavin
` (15 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Drop 0001-ioctl.c-Fix-build-on-3.19.patch and
0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch, the code
has been fixed upstream.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
...yptodev-linux_1.7.bb => cryptodev-linux_1.8.bb} | 2 +-
...todev-module_1.7.bb => cryptodev-module_1.8.bb} | 3 +--
...yptodev-tests_1.7.bb => cryptodev-tests_1.8.bb} | 3 +--
.../cryptodev/{cryptodev_1.7.inc => cryptodev.inc} | 4 +--
.../files/0001-ioctl.c-Fix-build-on-3.19.patch | 29 ----------------------
...ests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch | 29 ----------------------
6 files changed, 5 insertions(+), 65 deletions(-)
rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.7.bb => cryptodev-linux_1.8.bb} (91%)
rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.7.bb => cryptodev-module_1.8.bb} (83%)
rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.7.bb => cryptodev-tests_1.8.bb} (79%)
rename meta/recipes-kernel/cryptodev/{cryptodev_1.7.inc => cryptodev.inc} (66%)
delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
delete mode 100644 meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.8.bb
similarity index 91%
rename from meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb
rename to meta/recipes-kernel/cryptodev/cryptodev-linux_1.8.bb
index a33841d..c55577c 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.8.bb
@@ -1,4 +1,4 @@
-require cryptodev_${PV}.inc
+require cryptodev.inc
SUMMARY = "A /dev/crypto device driver header file"
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.8.bb
similarity index 83%
rename from meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
rename to meta/recipes-kernel/cryptodev/cryptodev-module_1.8.bb
index 5cd52eb..552eb6a 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.8.bb
@@ -1,4 +1,4 @@
-require cryptodev_${PV}.inc
+require cryptodev.inc
SUMMARY = "A /dev/crypto device driver kernel module"
@@ -9,7 +9,6 @@ DEPENDS += "cryptodev-linux"
SRC_URI += " \
file://0001-Disable-installing-header-file-provided-by-another-p.patch \
-file://0001-ioctl.c-Fix-build-on-3.19.patch \
"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.8.bb
similarity index 79%
rename from meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
rename to meta/recipes-kernel/cryptodev/cryptodev-tests_1.8.bb
index f1ca36e..c400524 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.8.bb
@@ -1,4 +1,4 @@
-require cryptodev_${PV}.inc
+require cryptodev.inc
SUMMARY = "A test suite for /dev/crypto device driver"
@@ -6,7 +6,6 @@ DEPENDS += "openssl"
SRC_URI += " \
file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \
-file://0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch \
"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
diff --git a/meta/recipes-kernel/cryptodev/cryptodev_1.7.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
similarity index 66%
rename from meta/recipes-kernel/cryptodev/cryptodev_1.7.inc
rename to meta/recipes-kernel/cryptodev/cryptodev.inc
index cca6925..ade7ef9 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev_1.7.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz"
-SRC_URI[md5sum] = "0b63b3481cf2c90386b35f057481d36b"
-SRC_URI[sha256sum] = "41880533b53de4d7b3f054e230f576988dafb8eed7bef5ebcf6422bb2e3a3b25"
+SRC_URI[md5sum] = "02644cc4cd02301e0b503a332eb2f0b5"
+SRC_URI[sha256sum] = "67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376"
S = "${WORKDIR}/cryptodev-linux-${PV}"
diff --git a/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch b/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
deleted file mode 100644
index 74c8972..0000000
--- a/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 7d71124991030f99965e6e6aaed421115f185adb Mon Sep 17 00:00:00 2001
-From: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
-Date: Mon, 9 Feb 2015 13:51:56 +0100
-Subject: [PATCH] ioctl.c: Fix build on 3.19
-
-get_unused_fd() MACRO has been removed on kernel 3.19. Replace by the
-actual output of the macro.
-
-Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
----
- ioctl.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ioctl.c b/ioctl.c
-index f26cf93..cf8cc17 100644
---- a/ioctl.c
-+++ b/ioctl.c
-@@ -529,7 +529,7 @@ static int
- clonefd(struct file *filp)
- {
- int ret;
-- ret = get_unused_fd();
-+ ret = get_unused_fd_flags(0);
- if (ret >= 0) {
- get_file(filp);
- fd_install(ret, filp);
---
-2.1.4
-
diff --git a/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch b/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
deleted file mode 100644
index f5ab8b4..0000000
--- a/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 47ff1eb9bb4f872c1d731b93d334ee5865bf3439 Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko <denys@ti.com>
-Date: Sun, 6 Apr 2014 22:16:30 -0400
-Subject: [PATCH] Fix tests Makefile usage of LDLIBS vs. LDFLAGS
-
-Libraries must come after objects, as link order matters, especially
-when using linker flags like -Wl,--as-needed.
-
-Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-
-Upstream-Status: Pending
----
- tests/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/Makefile b/tests/Makefile
-index cd202af..67c3c83 100644
---- a/tests/Makefile
-+++ b/tests/Makefile
-@@ -39,5 +39,5 @@ testprogs: $(hostprogs)
- clean:
- rm -f *.o *~ $(hostprogs)
-
--${comp_progs}: LDFLAGS += -lssl -lcrypto
-+${comp_progs}: LDLIBS += -lssl -lcrypto
- ${comp_progs}: %: %.o openssl_wrapper.o
---
-1.9.1
-
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 02/17] gptfdisk: update to 1.0.1
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
2015-12-17 15:08 ` [PATCH 01/17] cryptodev: update to 1.8 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 03/17] ifupdown: update to 0.8.2 Alexander Kanavin
` (14 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-devtools/fdisk/{gptfdisk_1.0.0.bb => gptfdisk_1.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/fdisk/{gptfdisk_1.0.0.bb => gptfdisk_1.0.1.bb} (86%)
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
similarity index 86%
rename from meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
rename to meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
index 2dd3b5b..9f1daf3 100644
--- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
+++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "util-linux popt ncurses"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz"
-SRC_URI[md5sum] = "2061f917af084215898d4fea04d8388f"
-SRC_URI[sha256sum] = "5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c"
+SRC_URI[md5sum] = "d7f3d306b083123bcc6f5941efade586"
+SRC_URI[sha256sum] = "864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7"
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/"
UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 03/17] ifupdown: update to 0.8.2
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
2015-12-17 15:08 ` [PATCH 01/17] cryptodev: update to 1.8 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 02/17] gptfdisk: update to 1.0.1 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 04/17] pytnon-pexpect: update to 4.0.1 Alexander Kanavin
` (13 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Switch upstream to git, as old versions can disappear from archive.ubuntu.com
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../ifupdown/{ifupdown_0.7.48.1.bb => ifupdown_0.8.2.bb} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
rename meta/recipes-core/ifupdown/{ifupdown_0.7.48.1.bb => ifupdown_0.8.2.bb} (81%)
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.2.bb
similarity index 81%
rename from meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb
rename to meta/recipes-core/ifupdown/ifupdown_0.8.2.bb
index 24eb87b..732b295 100644
--- a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb
+++ b/meta/recipes-core/ifupdown/ifupdown_0.8.2.bb
@@ -6,16 +6,16 @@ the file /etc/network/interfaces."
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/i/ifupdown/ifupdown_0.7.48.1ubuntu5.tar.gz \
+SRC_URI = "git://anonscm.debian.org/git/collab-maint/ifupdown.git;protocol=https \
file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \
file://inet-6-.defn-fix-inverted-checks-for-loopback.patch \
file://99_network \
"
+SRCREV = "05ea2fd4f49bb1201aeef2a42efbcff8f336112f"
EXTRA_OEMAKE = ""
-# needed so we don't get default S="${WORKDIR}/ifupdown-${PV}"
-S = "${WORKDIR}/ifupdown-${PV}ubuntu5"
+S = "${WORKDIR}/git"
inherit update-rc.d update-alternatives
@@ -49,6 +49,3 @@ ALTERNATIVE_LINK_NAME[ifdown] = "${base_sbindir}/ifdown"
INITSCRIPT_NAME = "ifup"
INITSCRIPT_PARAMS = "start 39 S . stop 39 0 6 1 ."
-
-SRC_URI[md5sum] = "85ba375f3c6f26d34efb2a8575e77fc8"
-SRC_URI[sha256sum] = "08dce14692c07b72b583b86c4d3ace0d9dac1928925144cc3ddde15b694ebbdf"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 04/17] pytnon-pexpect: update to 4.0.1
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (2 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 03/17] ifupdown: update to 0.8.2 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 05/17] python3-pip: update to 7.1.2 Alexander Kanavin
` (12 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
LICENSE checksum changed to an additional copyright attribution line
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../python/{python-pexpect_3.3.bb => python-pexpect_4.0.1.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python-pexpect_3.3.bb => python-pexpect_4.0.1.bb} (69%)
diff --git a/meta/recipes-devtools/python/python-pexpect_3.3.bb b/meta/recipes-devtools/python/python-pexpect_4.0.1.bb
similarity index 69%
rename from meta/recipes-devtools/python/python-pexpect_3.3.bb
rename to meta/recipes-devtools/python/python-pexpect_4.0.1.bb
index 5318405..7f142a3 100644
--- a/meta/recipes-devtools/python/python-pexpect_3.3.bb
+++ b/meta/recipes-devtools/python/python-pexpect_4.0.1.bb
@@ -2,11 +2,11 @@ SUMMARY = "A Pure Python Expect like Module for Python"
HOMEPAGE = "http://pexpect.readthedocs.org/"
SECTION = "devel/python"
LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c25d9a0770ba69a9965acc894e9f3644"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=66c2378a96b307d56bfb3a9e58edafa8"
SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.gz"
-SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8"
-SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba"
+SRC_URI[md5sum] = "056df81e6ca7081f1015b4b147b977b7"
+SRC_URI[sha256sum] = "232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 05/17] python3-pip: update to 7.1.2
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (3 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 04/17] pytnon-pexpect: update to 4.0.1 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 06/17] trace-cmd: update to 2.6 Alexander Kanavin
` (11 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../python/{python3-pip_6.1.1.bb => python3-pip_7.1.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-pip_6.1.1.bb => python3-pip_7.1.2.bb} (90%)
diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb b/meta/recipes-devtools/python/python3-pip_7.1.2.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pip_6.1.1.bb
rename to meta/recipes-devtools/python/python3-pip_7.1.2.bb
index 58916d4..297b351 100644
--- a/meta/recipes-devtools/python/python3-pip_6.1.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_7.1.2.bb
@@ -10,8 +10,8 @@ DEPENDS += "python3 python3-setuptools-native"
SRC_URI = " \
http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
"
-SRC_URI[md5sum] = "6b19e0a934d982a5a4b798e957cb6d45"
-SRC_URI[sha256sum] = "89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556"
+SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196"
+SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 06/17] trace-cmd: update to 2.6
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (4 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 05/17] python3-pip: update to 7.1.2 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 07/17] liburcu: update to 0.9.1 Alexander Kanavin
` (10 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-kernel/trace-cmd/trace-cmd.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
index 87e4a9c..3ad06fa 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd.inc
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
@@ -1,11 +1,11 @@
-SRCREV = "0813335d2e49291e7ab6a4365cec2baa05813eda"
-PV = "2.5.3+git${SRCPV}"
+SRCREV = "9be5d74805830a291615f2f34a27c903f6a37b1e"
+PV = "2.6"
inherit pkgconfig
FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.5 \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.6 \
file://blktrace-api-compatibility.patch \
"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 07/17] liburcu: update to 0.9.1
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (5 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 06/17] trace-cmd: update to 2.6 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 08/17] msmtp: update to 1.6.3 Alexander Kanavin
` (9 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Remove all patches: one of them is fixing a problem with gcc 4.8
that is no longer in use, and the other two are backports.
LICENSE checksum has changed, but visually the text has stayed the same.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
...cify-complete-types-for-atomic-function-c.patch | 158 ---------------------
...evert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch | 47 ------
meta/recipes-support/liburcu/liburcu/aarch64.patch | 19 ---
.../liburcu/{liburcu_0.8.7.bb => liburcu_0.9.1.bb} | 9 +-
4 files changed, 3 insertions(+), 230 deletions(-)
delete mode 100644 meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
delete mode 100644 meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
delete mode 100644 meta/recipes-support/liburcu/liburcu/aarch64.patch
rename meta/recipes-support/liburcu/{liburcu_0.8.7.bb => liburcu_0.9.1.bb} (61%)
diff --git a/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch b/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
deleted file mode 100644
index 5ad0bbd..0000000
--- a/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
+++ /dev/null
@@ -1,158 +0,0 @@
-From 6af790818d074c103c4797f1ce764896f183e028 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 22 Aug 2015 21:35:03 -0700
-Subject: [PATCH] uatomic: Specify complete types for atomic function calls
-
-This was unearthed by clang compiler where it complained about parameter
-mismatch, gcc doesnt notice this
-
-urcu/uatomic/generic.h:190:10: error: address argument to atomic builtin
-must be a pointer to integer or pointer ('void *' invalid)
- return __sync_add_and_fetch_4(addr, val);
-
-Fixed all instances thusly
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
-Upstream-Status: Submitted
-
- urcu/uatomic/generic.h | 40 ++++++++++++++++++++--------------------
- 1 file changed, 20 insertions(+), 20 deletions(-)
-
-diff --git a/urcu/uatomic/generic.h b/urcu/uatomic/generic.h
-index 37f59cc..0046ffd 100644
---- a/urcu/uatomic/generic.h
-+++ b/urcu/uatomic/generic.h
-@@ -65,17 +65,17 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long old,
- switch (len) {
- #ifdef UATOMIC_HAS_ATOMIC_BYTE
- case 1:
-- return __sync_val_compare_and_swap_1(addr, old, _new);
-+ return __sync_val_compare_and_swap_1((unsigned char *)addr, old, _new);
- #endif
- #ifdef UATOMIC_HAS_ATOMIC_SHORT
- case 2:
-- return __sync_val_compare_and_swap_2(addr, old, _new);
-+ return __sync_val_compare_and_swap_2((unsigned short int *)addr, old, _new);
- #endif
- case 4:
-- return __sync_val_compare_and_swap_4(addr, old, _new);
-+ return __sync_val_compare_and_swap_4((unsigned int *)addr, old, _new);
- #if (CAA_BITS_PER_LONG == 64)
- case 8:
-- return __sync_val_compare_and_swap_8(addr, old, _new);
-+ return __sync_val_compare_and_swap_8((unsigned long *)addr, old, _new);
- #endif
- }
- _uatomic_link_error();
-@@ -100,20 +100,20 @@ void _uatomic_and(void *addr, unsigned long val,
- switch (len) {
- #ifdef UATOMIC_HAS_ATOMIC_BYTE
- case 1:
-- __sync_and_and_fetch_1(addr, val);
-+ __sync_and_and_fetch_1((unsigned char *)addr, val);
- return;
- #endif
- #ifdef UATOMIC_HAS_ATOMIC_SHORT
- case 2:
-- __sync_and_and_fetch_2(addr, val);
-+ __sync_and_and_fetch_2((unsigned short int *)addr, val);
- return;
- #endif
- case 4:
-- __sync_and_and_fetch_4(addr, val);
-+ __sync_and_and_fetch_4((unsigned int *)addr, val);
- return;
- #if (CAA_BITS_PER_LONG == 64)
- case 8:
-- __sync_and_and_fetch_8(addr, val);
-+ __sync_and_and_fetch_8((unsigned long *)addr, val);
- return;
- #endif
- }
-@@ -139,20 +139,20 @@ void _uatomic_or(void *addr, unsigned long val,
- switch (len) {
- #ifdef UATOMIC_HAS_ATOMIC_BYTE
- case 1:
-- __sync_or_and_fetch_1(addr, val);
-+ __sync_or_and_fetch_1((unsigned char *)addr, val);
- return;
- #endif
- #ifdef UATOMIC_HAS_ATOMIC_SHORT
- case 2:
-- __sync_or_and_fetch_2(addr, val);
-+ __sync_or_and_fetch_2((unsigned short int *)addr, val);
- return;
- #endif
- case 4:
-- __sync_or_and_fetch_4(addr, val);
-+ __sync_or_and_fetch_4((unsigned int *)addr, val);
- return;
- #if (CAA_BITS_PER_LONG == 64)
- case 8:
-- __sync_or_and_fetch_8(addr, val);
-+ __sync_or_and_fetch_8((unsigned long *)addr, val);
- return;
- #endif
- }
-@@ -180,17 +180,17 @@ unsigned long _uatomic_add_return(void *addr, unsigned long val,
- switch (len) {
- #ifdef UATOMIC_HAS_ATOMIC_BYTE
- case 1:
-- return __sync_add_and_fetch_1(addr, val);
-+ return __sync_add_and_fetch_1((unsigned char *)addr, val);
- #endif
- #ifdef UATOMIC_HAS_ATOMIC_SHORT
- case 2:
-- return __sync_add_and_fetch_2(addr, val);
-+ return __sync_add_and_fetch_2((unsigned short int *)addr, val);
- #endif
- case 4:
-- return __sync_add_and_fetch_4(addr, val);
-+ return __sync_add_and_fetch_4((unsigned int *)addr, val);
- #if (CAA_BITS_PER_LONG == 64)
- case 8:
-- return __sync_add_and_fetch_8(addr, val);
-+ return __sync_add_and_fetch_8((unsigned long *)addr, val);
- #endif
- }
- _uatomic_link_error();
-@@ -218,7 +218,7 @@ unsigned long _uatomic_exchange(void *addr, unsigned long val, int len)
-
- do {
- old = uatomic_read((unsigned char *)addr);
-- } while (!__sync_bool_compare_and_swap_1(addr, old, val));
-+ } while (!__sync_bool_compare_and_swap_1((unsigned char *)addr, old, val));
-
- return old;
- }
-@@ -230,7 +230,7 @@ unsigned long _uatomic_exchange(void *addr, unsigned long val, int len)
-
- do {
- old = uatomic_read((unsigned short *)addr);
-- } while (!__sync_bool_compare_and_swap_2(addr, old, val));
-+ } while (!__sync_bool_compare_and_swap_2((unsigned short int *)addr, old, val));
-
- return old;
- }
-@@ -241,7 +241,7 @@ unsigned long _uatomic_exchange(void *addr, unsigned long val, int len)
-
- do {
- old = uatomic_read((unsigned int *)addr);
-- } while (!__sync_bool_compare_and_swap_4(addr, old, val));
-+ } while (!__sync_bool_compare_and_swap_4((unsigned int *)addr, old, val));
-
- return old;
- }
-@@ -252,7 +252,7 @@ unsigned long _uatomic_exchange(void *addr, unsigned long val, int len)
-
- do {
- old = uatomic_read((unsigned long *)addr);
-- } while (!__sync_bool_compare_and_swap_8(addr, old, val));
-+ } while (!__sync_bool_compare_and_swap_8((unsigned long *)addr, old, val));
-
- return old;
- }
---
-2.1.4
-
diff --git a/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch b/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
deleted file mode 100644
index 535a738..0000000
--- a/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 7b3df100346128d780f218b881d563d1fd12e310 Mon Sep 17 00:00:00 2001
-From: Jonathan Liu <net147@gmail.com>
-Date: Mon, 20 Oct 2014 13:46:10 +1100
-Subject: [PATCH] Revert "Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2"
-
-This reverts commit 4b79310aa3d408ba30fee02cc497a68072d38a99.
-OE-Core is using a patched GCC 4.8.2 which is able to compile liburcu
-properly.
-
-Upstream-Status: Inappropriate [OE specific]
-
-Signed-off-by: Jonathan Liu <net147@gmail.com>
----
- urcu/compiler.h | 19 -------------------
- 1 file changed, 19 deletions(-)
-
-diff --git a/urcu/compiler.h b/urcu/compiler.h
-index 1e30903..19534f0 100644
---- a/urcu/compiler.h
-+++ b/urcu/compiler.h
-@@ -108,23 +108,4 @@
-
- #define CAA_ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-
--/*
-- * Don't allow compiling with buggy compiler.
-- */
--
--#ifdef __GNUC__
--# define URCU_GCC_VERSION (__GNUC__ * 10000 \
-- + __GNUC_MINOR__ * 100 \
-- + __GNUC_PATCHLEVEL__)
--
--/*
-- * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854
-- */
--# ifdef __ARMEL__
--# if URCU_GCC_VERSION >= 40800 && URCU_GCC_VERSION <= 40802
--# error Your gcc version produces clobbered frame accesses
--# endif
--# endif
--#endif
--
- #endif /* _URCU_COMPILER_H */
---
-2.1.2
-
diff --git a/meta/recipes-support/liburcu/liburcu/aarch64.patch b/meta/recipes-support/liburcu/liburcu/aarch64.patch
deleted file mode 100644
index c6cc8c2..0000000
--- a/meta/recipes-support/liburcu/liburcu/aarch64.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-libucru: recognize aarch64
-
-Make the same as "arm" internally.
-
-Upstream-Status: Pending
-
-Signed-off-by: joe.slater@windriver.com
-
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -77,6 +77,7 @@ AS_CASE([$host_cpu],
- [alpha*], [ARCHTYPE="alpha"],
- [ia64], [ARCHTYPE="gcc"],
- [arm*], [ARCHTYPE="arm"],
-+ [aarch64], [ARCHTYPE="arm"],
- [mips*], [ARCHTYPE="mips"],
- [tile*], [ARCHTYPE="gcc"],
- [ARCHTYPE="unknown"]
diff --git a/meta/recipes-support/liburcu/liburcu_0.8.7.bb b/meta/recipes-support/liburcu/liburcu_0.9.1.bb
similarity index 61%
rename from meta/recipes-support/liburcu/liburcu_0.8.7.bb
rename to meta/recipes-support/liburcu/liburcu_0.9.1.bb
index a7f4f51..39348d7 100644
--- a/meta/recipes-support/liburcu/liburcu_0.8.7.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.9.1.bb
@@ -5,16 +5,13 @@ BUGTRACKER = "http://lttng.org/project/issues"
LICENSE = "LGPLv2.1+ & MIT-style"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \
file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
- file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
+ file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b"
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
- file://Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch \
- file://aarch64.patch \
- file://0001-uatomic-Specify-complete-types-for-atomic-function-c.patch \
"
-SRC_URI[md5sum] = "7a6ee17871d31226db3f618e28351d22"
-SRC_URI[sha256sum] = "b523f22c4726ca6bb77a77d258e76d8c33c89724433bd65313024b98e55c4295"
+SRC_URI[md5sum] = "124eaeea06863271c0bdf2a0cc1d8e4b"
+SRC_URI[sha256sum] = "f8d278e9d95bec97c9ba954fc4c3fb584936bc0010713a8fe358b916bafd8715"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 08/17] msmtp: update to 1.6.3
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (6 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 07/17] liburcu: update to 0.9.1 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 09/17] libassuan: update to 2.4.2 Alexander Kanavin
` (8 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-extended/msmtp/{msmtp_1.6.2.bb => msmtp_1.6.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/msmtp/{msmtp_1.6.2.bb => msmtp_1.6.3.bb} (86%)
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.2.bb b/meta/recipes-extended/msmtp/msmtp_1.6.3.bb
similarity index 86%
rename from meta/recipes-extended/msmtp/msmtp_1.6.2.bb
rename to meta/recipes-extended/msmtp/msmtp_1.6.3.bb
index f9bf563..6dbd78f 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.6.2.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.6.3.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "3baca93c7e5f1aa9d36a2e5b38739ab9"
-SRC_URI[sha256sum] = "2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789"
+SRC_URI[md5sum] = "6d9384c09405db9476beaa2237c56705"
+SRC_URI[sha256sum] = "f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355"
inherit gettext autotools update-alternatives pkgconfig
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 09/17] libassuan: update to 2.4.2
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (7 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 08/17] msmtp: update to 1.6.3 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 10/17] tiff: update to 4.0.6 Alexander Kanavin
` (7 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../libassuan/{libassuan_2.2.1.bb => libassuan_2.4.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.2.1.bb => libassuan_2.4.2.bb} (86%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.2.1.bb b/meta/recipes-support/libassuan/libassuan_2.4.2.bb
similarity index 86%
rename from meta/recipes-support/libassuan/libassuan_2.2.1.bb
rename to meta/recipes-support/libassuan/libassuan_2.4.2.bb
index 75ae43f..57eab38 100644
--- a/meta/recipes-support/libassuan/libassuan_2.2.1.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.4.2.bb
@@ -13,8 +13,8 @@ DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch"
-SRC_URI[md5sum] = "6290e750ee87be3bfd9579fc44c6a186"
-SRC_URI[sha256sum] = "949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de"
+SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478"
+SRC_URI[sha256sum] = "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
BINCONFIG = "${bindir}/libassuan-config"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 10/17] tiff: update to 4.0.6
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (8 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 09/17] libassuan: update to 2.4.2 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 11/17] lighttpd: update to 1.4.38 Alexander Kanavin
` (6 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-multimedia/libtiff/{tiff_4.0.4.bb => tiff_4.0.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/libtiff/{tiff_4.0.4.bb => tiff_4.0.6.bb} (92%)
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
similarity index 92%
rename from meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
rename to meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
index 74f0a72..e2e24e0 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
@@ -7,8 +7,8 @@ SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
file://libtool2.patch \
"
-SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900"
-SRC_URI[sha256sum] = "8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890"
+SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72"
+SRC_URI[sha256sum] = "4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c"
# exclude betas
UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 11/17] lighttpd: update to 1.4.38
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (9 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 10/17] tiff: update to 4.0.6 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 12/17] kexec-tools: update to 2.0.11 Alexander Kanavin
` (5 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../lighttpd/{lighttpd_1.4.36.bb => lighttpd_1.4.38.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.36.bb => lighttpd_1.4.38.bb} (94%)
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
similarity index 94%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
index 67b6e37..7cfc141 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
@@ -24,8 +24,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
file://0001-mod_cgi-buffers-data-without-bound.patch \
"
-SRC_URI[md5sum] = "1843daffcb018aa528f6d15d43544654"
-SRC_URI[sha256sum] = "897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53"
+SRC_URI[md5sum] = "7adc12323f37ed24ecf026c7547b577d"
+SRC_URI[sha256sum] = "4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504"
PACKAGECONFIG ??= "openssl"
PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 12/17] kexec-tools: update to 2.0.11
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (10 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 11/17] lighttpd: update to 1.4.38 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 13/17] nss: update to 3.21 Alexander Kanavin
` (4 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../kexec/{kexec-tools_2.0.10.bb => kexec-tools_2.0.11.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.10.bb => kexec-tools_2.0.11.bb} (87%)
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb
similarity index 87%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb
index f211217..7173767 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb
@@ -9,8 +9,8 @@ SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \
file://0001-purgatory-Pass-r-directly-to-linker.patch \
"
-SRC_URI[md5sum] = "6cb4d22bcec71b6e070aa8e9d990a5e6"
-SRC_URI[sha256sum] = "c31bb83deef9547a28e8cfc1f0916e70f8e6b92a6bd2ef7077e12e3338239af3"
+SRC_URI[md5sum] = "86de066859f289048f1b286af6f03f78"
+SRC_URI[sha256sum] = "84f652ebf1de3f7b9de757a50cdbf6d5639d88c1d5b5ef9f525edde5ef9590c2"
PACKAGES =+ "kexec kdump vmcore-dmesg"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 13/17] nss: update to 3.21
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (11 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 12/17] kexec-tools: update to 2.0.11 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-23 13:11 ` Burton, Ross
2015-12-17 15:08 ` [PATCH 14/17] iso-codes: update to 3.63 Alexander Kanavin
` (3 subsequent siblings)
16 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} (97%)
diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/meta/recipes-support/nss/nss_3.21.bb
similarity index 97%
rename from meta/recipes-support/nss/nss_3.19.2.bb
rename to meta/recipes-support/nss/nss_3.21.bb
index c51b056..86f1672 100644
--- a/meta/recipes-support/nss/nss_3.19.2.bb
+++ b/meta/recipes-support/nss/nss_3.21.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132"
SRC_URI = "\
- http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_2_RTM/src/${BP}.tar.gz \
+ http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_21_RTM/src/${BP}.tar.gz \
file://nss-fix-support-cross-compiling.patch \
file://nss-no-rpath-for-cross-compiling.patch \
file://nss-fix-incorrect-shebang-of-perl.patch \
@@ -24,8 +24,8 @@ SRC_URI = "\
file://signlibs.sh \
"
-SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d"
-SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae"
+SRC_URI[md5sum] = "3c8b2ed880dd3a8d86c9e0151afe6eba"
+SRC_URI[sha256sum] = "3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239"
UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 14/17] iso-codes: update to 3.63
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (12 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 13/17] nss: update to 3.21 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 15/17] btrfs-tools: update to 4.3.1 Alexander Kanavin
` (2 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../iso-codes/{iso-codes_3.58.bb => iso-codes_3.63.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/iso-codes/{iso-codes_3.58.bb => iso-codes_3.63.bb} (76%)
diff --git a/meta/recipes-support/iso-codes/iso-codes_3.58.bb b/meta/recipes-support/iso-codes/iso-codes_3.63.bb
similarity index 76%
rename from meta/recipes-support/iso-codes/iso-codes_3.58.bb
rename to meta/recipes-support/iso-codes/iso-codes_3.63.bb
index 7112e46..8ae8a43 100644
--- a/meta/recipes-support/iso-codes/iso-codes_3.58.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_3.63.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24"
SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz"
-SRC_URI[md5sum] = "34097a0085f0979e28f9db66ec274c5e"
-SRC_URI[sha256sum] = "86af5735dce6e4eff2b983e5d8aa9a3dea1b8db702333ff20be89e45f7f35a72"
+SRC_URI[md5sum] = "129f822fd64c9bf80931cccc269ccb95"
+SRC_URI[sha256sum] = "60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f"
# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
# are inhibited by allarch
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 15/17] btrfs-tools: update to 4.3.1
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (13 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 14/17] iso-codes: update to 3.63 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 16/17] icu: fix upstream version check Alexander Kanavin
2015-12-17 15:08 ` [PATCH 17/17] mobile-broadband-provider-info: update to tagged release 20151214 Alexander Kanavin
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../btrfs-tools/{btrfs-tools_4.1.2.bb => btrfs-tools_4.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.1.2.bb => btrfs-tools_4.3.1.bb} (94%)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.3.1.bb
similarity index 94%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_4.3.1.bb
index 37c622b..e6b0132 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.3.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
SECTION = "base"
DEPENDS = "util-linux attr e2fsprogs lzo acl"
-SRCREV = "7f1328ccb5d159efe850d4eaea9b49bbe8c4181e"
+SRCREV = "7c3394ed9ef2063a7256d4bc078a485b6f826bc5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
file://fix-parallel.patch \
"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 16/17] icu: fix upstream version check
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (14 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 15/17] btrfs-tools: update to 4.3.1 Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
2015-12-17 15:08 ` [PATCH 17/17] mobile-broadband-provider-info: update to tagged release 20151214 Alexander Kanavin
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-support/icu/icu_56.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/icu/icu_56.1.bb b/meta/recipes-support/icu/icu_56.1.bb
index 90c93e8..db0de10 100644
--- a/meta/recipes-support/icu/icu_56.1.bb
+++ b/meta/recipes-support/icu/icu_56.1.bb
@@ -25,3 +25,5 @@ SRC_URI_append_class-target = "\
SRC_URI[md5sum] = "c4a2d71ff56aec5ebfab2a3f059be99d"
SRC_URI[sha256sum] = "3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
+UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [PATCH 17/17] mobile-broadband-provider-info: update to tagged release 20151214
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
` (15 preceding siblings ...)
2015-12-17 15:08 ` [PATCH 16/17] icu: fix upstream version check Alexander Kanavin
@ 2015-12-17 15:08 ` Alexander Kanavin
16 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-17 15:08 UTC (permalink / raw)
To: openembedded-core
After three years, there is finally a tagged release, so let's start
using those instead of updating to latest commit periodically.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../mobile-broadband-provider-info_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
index 2dce7aa..bd488eb 100644
--- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -2,8 +2,8 @@ SUMMARY = "Mobile Broadband Service Provider Database"
SECTION = "network"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
-SRCREV = "c5e0139cdbb7d57399a804c1fddaa7759b7a4fa0"
-PV = "20151106+gitr${SRCPV}"
+SRCREV = "519465766fabc85b9fdea5f2b5ee3d08c2b1f70d"
+PV = "20151214"
PE = "1"
SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info"
--
2.6.2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [PATCH 13/17] nss: update to 3.21
2015-12-17 15:08 ` [PATCH 13/17] nss: update to 3.21 Alexander Kanavin
@ 2015-12-23 13:11 ` Burton, Ross
2015-12-29 15:54 ` Alexander Kanavin
0 siblings, 1 reply; 22+ messages in thread
From: Burton, Ross @ 2015-12-23 13:11 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 2938 bytes --]
On 17 December 2015 at 15:08, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:
> meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} | 6 +++---
>
Failed on the autobuilder in a number of interesting ways:
In file included from ssl_agent_unittest.cc:13:
databuffer.h: In constructor 'nss_test::DataBuffer::DataBuffer()':
databuffer.h:25: error: 'nullptr' was not declared in this scope
databuffer.h: In constructor 'nss_test::DataBuffer::DataBuffer(const
uint8_t*, size_t)':
databuffer.h:26: error: 'nullptr' was not declared in this scope
databuffer.h: In copy constructor 'nss_test::DataBuffer::DataBuffer(const
nss_test::DataBuffer&)':
databuffer.h:29: error: 'nullptr' was not declared in this scope
In file included from tls_agent.h:15,
from ssl_agent_unittest.cc:14:
test_io.h: In constructor 'nss_test::DummyPrSocket::DummyPrSocket(const
std::string&, nss_test::Mode)':
test_io.h:70: error: 'nullptr' was not declared in this scope
test_io.h: In member function 'void nss_test::Poller::Timer::Cancel()':
test_io.h:97: error: 'nullptr' was not declared in this scope
In file included from ssl_agent_unittest.cc:14:
tls_agent.h: In constructor
'nss_test::TlsAgentTestBase::TlsAgentTestBase(nss_test::TlsAgent::Role,
nss_test::Mode)':
tls_agent.h:247: error: 'nullptr' was not declared in this scope
../../coreconf/rules.mk:440: recipe for target
'Linux3.4_x86_64_glibc_PTH_64_OPT.OBJ/ssl_agent_unittest.o' failed
http://errors.yoctoproject.org/Errors/Details/24422/, poky-lsb on centos
hosts.
/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64-lsb/build/build/tmp/sysroots/x86_64-linux/usr/libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/5.3.0/ld:
Linux3.4_x86_64_glibc_PTH_64_OPT.OBJ/gtest/src/gtest-all.o: relocation
R_X86_64_PC32 against symbol
`_ZTVN7testing8internal24XmlUnitTestResultPrinterE' can not be used when
making a shared object; recompile with -fPIC
/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64-lsb/build/build/tmp/sysroots/x86_64-linux/usr/libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/5.3.0/ld:
final link failed: Bad value
(http://errors.yoctoproject.org/Errors/Details/24411/)
install.c: In function 'Pk11Install_DoInstall': install.c:341:2: error:
call to function 'Pk11Install_Info_init' without a real prototype
[-Werror=unprototyped-calls] Pk11Install_Info_init(&installInfo); ^ In file
included from install.c:6:0: install-ds.h:246:1: note:
'Pk11Install_Info_init' was declared here Pk11Install_Info_init(); ^ cc1:
all warnings being treated as errors
http://errors.yoctoproject.org/Errors/Details/24436/, poky-lsb on opensuse
hosts
You can find the full list of failures using error.yp:
http://errors.yoctoproject.org/Errors/Search/?items=10&query=12f63cebe936b01b7d4b1a650fbb9e1c42adb344&filter=nss-native&type=recipe
for example is all nss-native fails in that build.
Ross
[-- Attachment #2: Type: text/html, Size: 4200 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH 13/17] nss: update to 3.21
2015-12-23 13:11 ` Burton, Ross
@ 2015-12-29 15:54 ` Alexander Kanavin
2016-01-18 18:00 ` alexander.kanavin
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2015-12-29 15:54 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 12/23/2015 03:11 PM, Burton, Ross wrote:
>
> On 17 December 2015 at 15:08, Alexander Kanavin
> <alexander.kanavin@linux.intel.com
> <mailto:alexander.kanavin@linux.intel.com>> wrote:
>
> meta/recipes-support/nss/{nss_3.19.2.bb <http://nss_3.19.2.bb> =>
> nss_3.21.bb <http://nss_3.21.bb>} | 6 +++---
>
>
> Failed on the autobuilder in a number of interesting ways:
The first two failures are because unit tests are now enabled by default
in the new release, upstream is using C++11 for them and didn't test
well that they actually build in various environments:
https://bugzilla.mozilla.org/show_bug.cgi?id=1225377
The tests can be skipped by setting 'export NSS_DISABLE_GTESTS=1' in the
recipe (both compile and install steps).
The third failure is probably a gcc 4.8 issue on opensuse 13.1. I can't
reproduce it here. Would you be able to develop a fix? Or we can try
again when upstream makes a new release.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH 13/17] nss: update to 3.21
2016-01-18 18:00 ` alexander.kanavin
@ 2016-01-18 17:17 ` Richard Purdie
0 siblings, 0 replies; 22+ messages in thread
From: Richard Purdie @ 2016-01-18 17:17 UTC (permalink / raw)
To: alexander.kanavin; +Cc: OE-core
On Mon, 2016-01-18 at 20:00 +0200, alexander.kanavin@linux.intel.com
wrote:
> > The third failure is probably a gcc 4.8 issue on opensuse 13.1. I
> > can't
> > reproduce it here. Would you be able to develop a fix? Or we can
> > try
> > again when upstream makes a new release.
>
> Oh, I just noticed that opensuse 13.1 has been removed from
> SANITY_TESTED_DISTROS in March 2015, so why is it still used to test
> the
> builds? Should I still try to fix the build failure?
We have one autobuilder which is opensuse 13.1:
https://autobuilder.yoctoproject.org/main/buildslaves
so it does need to work. When they builders are due for upgrades I
don't know.
Cheers,
Richard
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH 13/17] nss: update to 3.21
2015-12-29 15:54 ` Alexander Kanavin
@ 2016-01-18 18:00 ` alexander.kanavin
2016-01-18 17:17 ` Richard Purdie
0 siblings, 1 reply; 22+ messages in thread
From: alexander.kanavin @ 2016-01-18 18:00 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: OE-core
> The third failure is probably a gcc 4.8 issue on opensuse 13.1. I can't
> reproduce it here. Would you be able to develop a fix? Or we can try
> again when upstream makes a new release.
Oh, I just noticed that opensuse 13.1 has been removed from
SANITY_TESTED_DISTROS in March 2015, so why is it still used to test the
builds? Should I still try to fix the build failure?
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2016-01-18 17:17 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 15:08 [PATCH 00/17] Recipe version updates Alexander Kanavin
2015-12-17 15:08 ` [PATCH 01/17] cryptodev: update to 1.8 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 02/17] gptfdisk: update to 1.0.1 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 03/17] ifupdown: update to 0.8.2 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 04/17] pytnon-pexpect: update to 4.0.1 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 05/17] python3-pip: update to 7.1.2 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 06/17] trace-cmd: update to 2.6 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 07/17] liburcu: update to 0.9.1 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 08/17] msmtp: update to 1.6.3 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 09/17] libassuan: update to 2.4.2 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 10/17] tiff: update to 4.0.6 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 11/17] lighttpd: update to 1.4.38 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 12/17] kexec-tools: update to 2.0.11 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 13/17] nss: update to 3.21 Alexander Kanavin
2015-12-23 13:11 ` Burton, Ross
2015-12-29 15:54 ` Alexander Kanavin
2016-01-18 18:00 ` alexander.kanavin
2016-01-18 17:17 ` Richard Purdie
2015-12-17 15:08 ` [PATCH 14/17] iso-codes: update to 3.63 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 15/17] btrfs-tools: update to 4.3.1 Alexander Kanavin
2015-12-17 15:08 ` [PATCH 16/17] icu: fix upstream version check Alexander Kanavin
2015-12-17 15:08 ` [PATCH 17/17] mobile-broadband-provider-info: update to tagged release 20151214 Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox