* package upgrades
@ 2016-07-27 13:02 Maxin B. John
2016-07-27 13:02 ` [PATCH 1/9] connman: upgrade to 1.33 Maxin B. John
` (8 more replies)
0 siblings, 9 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
Package upgrades as suggested by the automated Recipe upgrade tool (AUH)
Maxin B. John (9):
connman: upgrade to 1.33
libsolv: upgrade to 0.6.23
libtasn1: upgrade to 4.9
wayland-protocols : upgrade to 1.5
dropbear: upgrade to 2016.74
glew: upgrade to 2.0.0
libgpg-error : upgrade to 1.24
libassuan: upgrade to 2.4.3
cmake: upgrade to 3.6.1
.../connman/{connman_1.32.bb => connman_1.33.bb} | 4 ++--
meta/recipes-core/dropbear/dropbear_2016.73.bb | 7 -------
meta/recipes-core/dropbear/dropbear_2016.74.bb | 7 +++++++
.../cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 4 ++--
meta/recipes-devtools/cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb} | 0
.../libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} | 2 +-
meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++--
.../wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb} | 4 ++--
meta/recipes-support/gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb} | 4 ++--
.../libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} | 4 ++--
.../libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} | 4 ++--
12 files changed, 22 insertions(+), 22 deletions(-)
rename meta/recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} (76%)
delete mode 100644 meta/recipes-core/dropbear/dropbear_2016.73.bb
create mode 100644 meta/recipes-core/dropbear/dropbear_2016.74.bb
rename meta/recipes-devtools/cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb} (100%)
rename meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} (93%)
rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (90%)
rename meta/recipes-graphics/wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb} (85%)
rename meta/recipes-support/gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb} (81%)
rename meta/recipes-support/libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} (87%)
rename meta/recipes-support/libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} (92%)
--
2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/9] connman: upgrade to 1.33
2016-07-27 13:02 package upgrades Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 2/9] libsolv: upgrade to 0.6.23 Maxin B. John
` (7 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
1.32 -> 1.33
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
.../recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} (76%)
diff --git a/meta/recipes-connectivity/connman/connman_1.32.bb b/meta/recipes-connectivity/connman/connman_1.33.bb
similarity index 76%
rename from meta/recipes-connectivity/connman/connman_1.32.bb
rename to meta/recipes-connectivity/connman/connman_1.33.bb
index 532b17c..b31b146 100644
--- a/meta/recipes-connectivity/connman/connman_1.32.bb
+++ b/meta/recipes-connectivity/connman/connman_1.33.bb
@@ -8,8 +8,8 @@ SRC_URI_append_libc-musl = "file://0002-resolve-musl-does-not-implement-res_nini
file://0003-Fix-header-inclusions-for-musl.patch \
"
-SRC_URI[md5sum] = "d0c3071c1d8dec9cd17b760f862de2ad"
-SRC_URI[sha256sum] = "3185864c73206a6033d12e9f583689dcd03f714a40a58333709d3f74a4e0934c"
+SRC_URI[md5sum] = "c51903fd3e7a6a371d12ac5d72a1fa01"
+SRC_URI[sha256sum] = "bc8946036fa70124d663136f9f6b6238d897ca482782df907b07a428b09df5a0"
RRECOMMENDS_${PN} = "connman-conf"
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/9] libsolv: upgrade to 0.6.23
2016-07-27 13:02 package upgrades Maxin B. John
2016-07-27 13:02 ` [PATCH 1/9] connman: upgrade to 1.33 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 3/9] libtasn1: upgrade to 4.9 Maxin B. John
` (6 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
0.6.22 -> 0.6.23
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} (93%)
diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.22.bb b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb
similarity index 93%
rename from meta/recipes-extended/libsolv/libsolv_0.6.22.bb
rename to meta/recipes-extended/libsolv/libsolv_0.6.23.bb
index bea207b..1ece5f2 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.6.22.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git \
"
SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch"
-SRCREV = "58655da7eccc0ba8e768f9df6482bb08b90f4da8"
+SRCREV = "f654c8cfa52427ed42d7142e58452dae08c0c2d0"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/9] libtasn1: upgrade to 4.9
2016-07-27 13:02 package upgrades Maxin B. John
2016-07-27 13:02 ` [PATCH 1/9] connman: upgrade to 1.33 Maxin B. John
2016-07-27 13:02 ` [PATCH 2/9] libsolv: upgrade to 0.6.23 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 4/9] wayland-protocols : upgrade to 1.5 Maxin B. John
` (5 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
4.8 -> 4.9
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-support/gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb} (81%)
diff --git a/meta/recipes-support/gnutls/libtasn1_4.8.bb b/meta/recipes-support/gnutls/libtasn1_4.9.bb
similarity index 81%
rename from meta/recipes-support/gnutls/libtasn1_4.8.bb
rename to meta/recipes-support/gnutls/libtasn1_4.9.bb
index 360d529..5ce06d8 100644
--- a/meta/recipes-support/gnutls/libtasn1_4.8.bb
+++ b/meta/recipes-support/gnutls/libtasn1_4.9.bb
@@ -12,8 +12,8 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
file://dont-depend-on-help2man.patch \
"
-SRC_URI[md5sum] = "9a6767705725544f2b86670dcfb34107"
-SRC_URI[sha256sum] = "fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513"
+SRC_URI[md5sum] = "3018d0f466a32b66dde41bb122e6cab6"
+SRC_URI[sha256sum] = "4f6f7a8fd691ac2b8307c8ca365bad711db607d4ad5966f6938a9d2ecd65c920"
inherit autotools texinfo binconfig lib_package
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/9] wayland-protocols : upgrade to 1.5
2016-07-27 13:02 package upgrades Maxin B. John
` (2 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 3/9] libtasn1: upgrade to 4.9 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 5/9] dropbear: upgrade to 2016.74 Maxin B. John
` (4 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
1.4 -> 1.5
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
.../wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb} (85%)
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.4.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.5.bb
similarity index 85%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.4.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.5.bb
index fcc156f..3a40fb2 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.4.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.5.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "fd8089abf13a1d04e4baa6509ee72baf"
-SRC_URI[sha256sum] = "014a9a23c21ed14f49b1005b3e8efa66d6337d4ceafc97f7b0d6707e7e3df572"
+SRC_URI[md5sum] = "e4279fec1283067706373d4d975be333"
+SRC_URI[sha256sum] = "7d0b426ccaeafc084fc579bb2a139f8ad4ea3492d54b7b0210d124c61fbeb2bf"
inherit allarch autotools pkgconfig
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/9] dropbear: upgrade to 2016.74
2016-07-27 13:02 package upgrades Maxin B. John
` (3 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 4/9] wayland-protocols : upgrade to 1.5 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 6/9] glew: upgrade to 2.0.0 Maxin B. John
` (3 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
2016.73 -> 2016.74
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-core/dropbear/dropbear_2016.73.bb | 7 -------
meta/recipes-core/dropbear/dropbear_2016.74.bb | 7 +++++++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644 meta/recipes-core/dropbear/dropbear_2016.73.bb
create mode 100644 meta/recipes-core/dropbear/dropbear_2016.74.bb
diff --git a/meta/recipes-core/dropbear/dropbear_2016.73.bb b/meta/recipes-core/dropbear/dropbear_2016.73.bb
deleted file mode 100644
index 71a36bd..0000000
--- a/meta/recipes-core/dropbear/dropbear_2016.73.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require dropbear.inc
-
-SRC_URI += "file://support-out-of-tree-builds.patch"
-
-SRC_URI[md5sum] = "8d6d78ce60ca52350ec04fcbd711ce9b"
-SRC_URI[sha256sum] = "5c61a4f69b093b688629cd365be38701485ff63cfb23642dab7a05ad250aefd7"
-
diff --git a/meta/recipes-core/dropbear/dropbear_2016.74.bb b/meta/recipes-core/dropbear/dropbear_2016.74.bb
new file mode 100644
index 0000000..a702097
--- /dev/null
+++ b/meta/recipes-core/dropbear/dropbear_2016.74.bb
@@ -0,0 +1,7 @@
+require dropbear.inc
+
+SRC_URI += "file://support-out-of-tree-builds.patch"
+
+SRC_URI[md5sum] = "9ad0172731e0f16623937804643b5bd8"
+SRC_URI[sha256sum] = "2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891"
+
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/9] glew: upgrade to 2.0.0
2016-07-27 13:02 package upgrades Maxin B. John
` (4 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 5/9] dropbear: upgrade to 2016.74 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-29 6:51 ` Richard Purdie
2016-07-27 13:02 ` [PATCH 7/9] libgpg-error : upgrade to 1.24 Maxin B. John
` (2 subsequent siblings)
8 siblings, 1 reply; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
1.13.0 -> 2.0.0
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (90%)
diff --git a/meta/recipes-graphics/glew/glew_1.13.0.bb b/meta/recipes-graphics/glew/glew_2.0.0.bb
similarity index 90%
rename from meta/recipes-graphics/glew/glew_1.13.0.bb
rename to meta/recipes-graphics/glew/glew_2.0.0.bb
index a25c405..05594dc 100644
--- a/meta/recipes-graphics/glew/glew_1.13.0.bb
+++ b/meta/recipes-graphics/glew/glew_2.0.0.bb
@@ -11,8 +11,8 @@ DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
file://no-strip.patch"
-SRC_URI[md5sum] = "7cbada3166d2aadfc4169c4283701066"
-SRC_URI[sha256sum] = "aa25dc48ed84b0b64b8d41cdd42c8f40f149c37fa2ffa39cd97f42c78d128bc7"
+SRC_URI[md5sum] = "2a2cd7c98f13854d2fcddae0d2b20411"
+SRC_URI[sha256sum] = "c572c30a4e64689c342ba1624130ac98936d7af90c3103f9ce12b8a0c5736764"
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/glew/files/glew"
UPSTREAM_CHECK_REGEX = "/glew/(?P<pver>(\d+[\.\-_]*)+)/"
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 7/9] libgpg-error : upgrade to 1.24
2016-07-27 13:02 package upgrades Maxin B. John
` (5 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 6/9] glew: upgrade to 2.0.0 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 8/9] libassuan: upgrade to 2.4.3 Maxin B. John
2016-07-27 13:02 ` [PATCH 9/9] cmake: upgrade to 3.6.1 Maxin B. John
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
1.23 -> 1.24
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
.../libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} (92%)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.23.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb
similarity index 92%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.23.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.24.bb
index 5f967b3..e45a7b8 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.23.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb
@@ -15,8 +15,8 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://pkgconfig.patch \
"
-SRC_URI[md5sum] = "5bc2d7ec28f91f883fb6f23d5c784ca7"
-SRC_URI[sha256sum] = "7f0c7f65b98c4048f649bfeebfa4d4c1559707492962504592b985634c939eaa"
+SRC_URI[md5sum] = "feb42198c0aaf3b28eabe8f41a34b983"
+SRC_URI[sha256sum] = "9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540"
BINCONFIG = "${bindir}/gpg-error-config"
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 8/9] libassuan: upgrade to 2.4.3
2016-07-27 13:02 package upgrades Maxin B. John
` (6 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 7/9] libgpg-error : upgrade to 1.24 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 9/9] cmake: upgrade to 3.6.1 Maxin B. John
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
2.4.2 -> 2.4.3
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
.../libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} (87%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.4.2.bb b/meta/recipes-support/libassuan/libassuan_2.4.3.bb
similarity index 87%
rename from meta/recipes-support/libassuan/libassuan_2.4.2.bb
rename to meta/recipes-support/libassuan/libassuan_2.4.3.bb
index 92ec5c0..1b3916d 100644
--- a/meta/recipes-support/libassuan/libassuan_2.4.2.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.4.3.bb
@@ -16,8 +16,8 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch"
-SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478"
-SRC_URI[sha256sum] = "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
+SRC_URI[md5sum] = "8e01a7c72d3e5d154481230668e6eb5a"
+SRC_URI[sha256sum] = "22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71"
BINCONFIG = "${bindir}/libassuan-config"
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 9/9] cmake: upgrade to 3.6.1
2016-07-27 13:02 package upgrades Maxin B. John
` (7 preceding siblings ...)
2016-07-27 13:02 ` [PATCH 8/9] libassuan: upgrade to 2.4.3 Maxin B. John
@ 2016-07-27 13:02 ` Maxin B. John
8 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-27 13:02 UTC (permalink / raw)
To: openembedded-core
3.5.2 -> 3.6.1
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
.../cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 4 ++--
meta/recipes-devtools/cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb} (100%)
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.5.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.5.2.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.6.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 4c1a4c7..1a1896f 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -16,8 +16,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
file://qt4-fail-silent.patch \
"
-SRC_URI[md5sum] = "701386a1b5ec95f8d1075ecf96383e02"
-SRC_URI[sha256sum] = "92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a"
+SRC_URI[md5sum] = "d6dd661380adacdb12f41b926ec99545"
+SRC_URI[sha256sum] = "28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11"
UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/cmake/cmake_3.5.2.bb b/meta/recipes-devtools/cmake/cmake_3.6.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.5.2.bb
rename to meta/recipes-devtools/cmake/cmake_3.6.1.bb
--
2.4.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 6/9] glew: upgrade to 2.0.0
2016-07-27 13:02 ` [PATCH 6/9] glew: upgrade to 2.0.0 Maxin B. John
@ 2016-07-29 6:51 ` Richard Purdie
2016-07-29 8:13 ` Maxin B. John
0 siblings, 1 reply; 12+ messages in thread
From: Richard Purdie @ 2016-07-29 6:51 UTC (permalink / raw)
To: Maxin B. John, openembedded-core
On Wed, 2016-07-27 at 16:02 +0300, Maxin B. John wrote:
> 1.13.0 -> 2.0.0
>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
> meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++-
> -
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb}
> (90%)
Failed in testing:
https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/bui
lds/883/steps/BuildImages_4/logs/stdio
Cheers,
Richard
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 6/9] glew: upgrade to 2.0.0
2016-07-29 6:51 ` Richard Purdie
@ 2016-07-29 8:13 ` Maxin B. John
0 siblings, 0 replies; 12+ messages in thread
From: Maxin B. John @ 2016-07-29 8:13 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
Hi RP,
On Fri, Jul 29, 2016 at 07:51:31AM +0100, Richard Purdie wrote:
> On Wed, 2016-07-27 at 16:02 +0300, Maxin B. John wrote:
> > 1.13.0 -> 2.0.0
> >
> > Signed-off-by: Maxin B. John <maxin.john@intel.com>
> > ---
> > meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++-
> > -
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb}
> > (90%)
>
> Failed in testing:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/bui
> lds/883/steps/BuildImages_4/logs/stdio
Thanks, will send the fixed version soon.
>
> Cheers,
> Richard
Best Regards,
Maxin
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2016-07-29 8:13 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27 13:02 package upgrades Maxin B. John
2016-07-27 13:02 ` [PATCH 1/9] connman: upgrade to 1.33 Maxin B. John
2016-07-27 13:02 ` [PATCH 2/9] libsolv: upgrade to 0.6.23 Maxin B. John
2016-07-27 13:02 ` [PATCH 3/9] libtasn1: upgrade to 4.9 Maxin B. John
2016-07-27 13:02 ` [PATCH 4/9] wayland-protocols : upgrade to 1.5 Maxin B. John
2016-07-27 13:02 ` [PATCH 5/9] dropbear: upgrade to 2016.74 Maxin B. John
2016-07-27 13:02 ` [PATCH 6/9] glew: upgrade to 2.0.0 Maxin B. John
2016-07-29 6:51 ` Richard Purdie
2016-07-29 8:13 ` Maxin B. John
2016-07-27 13:02 ` [PATCH 7/9] libgpg-error : upgrade to 1.24 Maxin B. John
2016-07-27 13:02 ` [PATCH 8/9] libassuan: upgrade to 2.4.3 Maxin B. John
2016-07-27 13:02 ` [PATCH 9/9] cmake: upgrade to 3.6.1 Maxin B. John
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.