All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6
@ 2018-06-27  9:49 mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1 mingli.yu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../liblogging/{liblogging_1.0.5.bb => liblogging_1.0.6.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/liblogging/{liblogging_1.0.5.bb => liblogging_1.0.6.bb} (86%)

diff --git a/meta-oe/recipes-extended/liblogging/liblogging_1.0.5.bb b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb
similarity index 86%
rename from meta-oe/recipes-extended/liblogging/liblogging_1.0.5.bb
rename to meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb
index 64a258b01..bb5984519 100644
--- a/meta-oe/recipes-extended/liblogging/liblogging_1.0.5.bb
+++ b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb
@@ -12,8 +12,8 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc"
 SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "44b8ce2daa1bfb84c9feaf42f9925fd7"
-SRC_URI[sha256sum] = "310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b"
+SRC_URI[md5sum] = "f215c7e7ac6cfd1f5dabdba08c522b29"
+SRC_URI[sha256sum] = "338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93"
 
 inherit autotools pkgconfig
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 03/13] libndp: Upgrade to 1.7 mingli.yu
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../log4cplus/{log4cplus_1.2.0.bb => log4cplus_2.0.1.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/log4cplus/{log4cplus_1.2.0.bb => log4cplus_2.0.1.bb} (71%)

diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.1.bb
similarity index 71%
rename from meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
rename to meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.1.bb
index b7c8358e2..aef5978bd 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.1.bb
@@ -4,11 +4,11 @@ HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
 
 LICENSE = "Apache-2.0 & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=cedaa287ececcb94f9f2880d9c4ef085"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"
-SRC_URI[md5sum] = "e250f0f431c0723f8b625323e7b6465d"
-SRC_URI[sha256sum] = "ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b5197420dcf04"
+SRC_URI[md5sum] = "2b4054b2d66c0ef0e4091df26ce8aad4"
+SRC_URI[sha256sum] = "772b268142e1c02dd346880fff06f38f693e9458d6390ce0b493395d0ca01714"
 
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
 UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 03/13] libndp: Upgrade to 1.7
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 04/13] iceauth: Upgrade to 1.0.8 mingli.yu
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Upgrade libndp to 1.7 and remove the backported
patch 0001-include-sys-select.h-for-fd_-definitions.patch

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 ...ude-sys-select.h-for-fd_-definitions.patch | 25 -------------------
 .../libndp/{libndp_1.6.bb => libndp_1.7.bb}   |  3 +--
 2 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/libndp/libndp/0001-include-sys-select.h-for-fd_-definitions.patch
 rename meta-oe/recipes-connectivity/libndp/{libndp_1.6.bb => libndp_1.7.bb} (70%)

diff --git a/meta-oe/recipes-connectivity/libndp/libndp/0001-include-sys-select.h-for-fd_-definitions.patch b/meta-oe/recipes-connectivity/libndp/libndp/0001-include-sys-select.h-for-fd_-definitions.patch
deleted file mode 100644
index 15aa94e2c..000000000
--- a/meta-oe/recipes-connectivity/libndp/libndp/0001-include-sys-select.h-for-fd_-definitions.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 94e9a082d76414f82794b0c9817d0c24e3868275 Mon Sep 17 00:00:00 2001
-From: Kylie McClain <somasis@exherbo.org>
-Date: Sat, 21 May 2016 21:24:36 -0400
-Subject: [PATCH] ndptool: Fix compilation on musl libc
-
-FD_ZERO, fd_set, etc are defined within sys/select.h on musl.
-
-Signed-off-by: Kylie McClain <somasis@exherbo.org>
-Signed-off-by: Jiri Pirko <jiri@mellanox.com>
----
- utils/ndptool.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/utils/ndptool.c b/utils/ndptool.c
-index 1d96f4c..96479fa 100644
---- a/utils/ndptool.c
-+++ b/utils/ndptool.c
-@@ -28,6 +28,7 @@
- #include <arpa/inet.h>
- #include <errno.h>
- #include <ndp.h>
-+#include <sys/select.h>
- 
- enum verbosity_level {
- 	VERB1,
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
similarity index 70%
rename from meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
rename to meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
index 5148798ab..07a7a1d23 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
@@ -4,10 +4,9 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "git://github.com/jpirko/libndp \
-           file://0001-include-sys-select.h-for-fd_-definitions.patch \
            "
 # tag for v1.6
-SRCREV = "2f721c4ff519f38f46695a60d9f9d88f35bf3c1d"
+SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 04/13] iceauth: Upgrade to 1.0.8
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1 mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 03/13] libndp: Upgrade to 1.7 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 05/13] gperftools: Upgrade to 2.7 mingli.yu
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../xorg-app/{iceauth_1.0.7.bb => iceauth_1.0.8.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{iceauth_1.0.7.bb => iceauth_1.0.8.bb} (70%)

diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb
similarity index 70%
rename from meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb
rename to meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb
index f40dec884..62296b5be 100644
--- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb
+++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb
@@ -11,6 +11,6 @@ BBCLASSEXTEND = "native"
 
 DEPENDS += "libice"
 
-SRC_URI[md5sum] = "25dab02f8e40d5b71ce29a07dc901b8c"
-SRC_URI[sha256sum] = "1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a"
+SRC_URI[md5sum] = "3b9b79fa0f9928161f4bad94273de7ae"
+SRC_URI[sha256sum] = "e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 05/13] gperftools: Upgrade to 2.7
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (2 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 04/13] iceauth: Upgrade to 1.0.8 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 06/13] libfastjson: Upgrade to 0.99.8 mingli.yu
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

* Update gperftools to 2.7
* Remove two backported patches:
  0001-Use-ucontext_t-instead-of-struct-ucontext.patch
  0001-include-fcntl.h-for-loff_t-definition.patch
* Rework the patch 0001-fix-build-with-musl-libc.patch

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 ...context_t-instead-of-struct-ucontext.patch | 34 -------------------
 .../0001-fix-build-with-musl-libc.patch       |  8 ++---
 ...nclude-fcntl.h-for-loff_t-definition.patch | 26 --------------
 ...{gperftools_2.6.1.bb => gperftools_2.7.bb} |  4 +--
 4 files changed, 5 insertions(+), 67 deletions(-)
 delete mode 100644 meta-oe/recipes-support/gperftools/gperftools/0001-Use-ucontext_t-instead-of-struct-ucontext.patch
 delete mode 100644 meta-oe/recipes-support/gperftools/gperftools/0001-include-fcntl.h-for-loff_t-definition.patch
 rename meta-oe/recipes-support/gperftools/{gperftools_2.6.1.bb => gperftools_2.7.bb} (84%)

diff --git a/meta-oe/recipes-support/gperftools/gperftools/0001-Use-ucontext_t-instead-of-struct-ucontext.patch b/meta-oe/recipes-support/gperftools/gperftools/0001-Use-ucontext_t-instead-of-struct-ucontext.patch
deleted file mode 100644
index b3033621b..000000000
--- a/meta-oe/recipes-support/gperftools/gperftools/0001-Use-ucontext_t-instead-of-struct-ucontext.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 230cd84486145c5bb1d69d4c9a544e00adbcc9b5 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 1 Jul 2017 13:21:21 -0700
-Subject: [PATCH] Use ucontext_t instead of struct ucontext
-
-Newer glibc has dropped the ucontext tag from exposing
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
----
- src/stacktrace_powerpc-linux-inl.h | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/stacktrace_powerpc-linux-inl.h b/src/stacktrace_powerpc-linux-inl.h
-index 3b3843b..a301a46 100644
---- a/src/stacktrace_powerpc-linux-inl.h
-+++ b/src/stacktrace_powerpc-linux-inl.h
-@@ -53,7 +53,6 @@
- #elif defined(HAVE_UCONTEXT_H)
- #include <ucontext.h>  // for ucontext_t
- #endif
--typedef ucontext ucontext_t;
- 
- // PowerPC64 Little Endian follows BE wrt. backchain, condition register,
- // and LR save area, so no need to adjust the reading struct.
-@@ -202,7 +201,7 @@ static int GET_STACK_TRACE_OR_FRAMES {
-         struct rt_signal_frame_32 {
-           char dummy[64 + 16];
-           siginfo_t info;
--          struct ucontext uc;
-+          ucontext_t uc;
-           // We don't care about the rest, since IP value is at 'uc' field.A
-         } *sigframe = reinterpret_cast<rt_signal_frame_32*>(current);
-         result[n] = (void*) sigframe->uc.uc_mcontext.uc_regs->gregs[PT_NIP];
diff --git a/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch b/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
index 0a72ff27c..49d5c2167 100644
--- a/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
+++ b/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
@@ -1,4 +1,4 @@
-From 034e7da08c3fbffcba8cf8d4e24a71a16558db5a Mon Sep 17 00:00:00 2001
+From 696674a800cb6d2070897a565b92d7e63022a8f1 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Sun, 16 Jul 2017 15:51:28 -0700
 Subject: [PATCH] fix build with musl libc
@@ -13,7 +13,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  2 files changed, 7 insertions(+), 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index b42fea3..70b49a3 100644
+index 497103e..f9efc3e 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -188,6 +188,7 @@ AC_HEADER_STDC
@@ -25,7 +25,7 @@ index b42fea3..70b49a3 100644
  AC_CHECK_FUNCS(geteuid)         # for turning off services when run as root
  AC_CHECK_FUNCS(fork)            # for the pthread_atfork setup
 diff --git a/src/malloc_hook_mmap_linux.h b/src/malloc_hook_mmap_linux.h
-index 79ac4e3..d444635 100755
+index 2f6116f..0605855 100755
 --- a/src/malloc_hook_mmap_linux.h
 +++ b/src/malloc_hook_mmap_linux.h
 @@ -46,6 +46,10 @@
@@ -55,5 +55,5 @@ index 79ac4e3..d444635 100755
 -#ifndef __UCLIBC__
 +#if HAVE___SBRK
  // libc's version:
- extern "C" void* __sbrk(ptrdiff_t increment);
+ extern "C" void* __sbrk(intptr_t increment);
  
diff --git a/meta-oe/recipes-support/gperftools/gperftools/0001-include-fcntl.h-for-loff_t-definition.patch b/meta-oe/recipes-support/gperftools/gperftools/0001-include-fcntl.h-for-loff_t-definition.patch
deleted file mode 100644
index 4c63e73b3..000000000
--- a/meta-oe/recipes-support/gperftools/gperftools/0001-include-fcntl.h-for-loff_t-definition.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From a16a73f0819d26219ee83cd98eea82786d7c1755 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sun, 16 Jul 2017 19:28:17 -0700
-Subject: [PATCH] include fcntl.h for loff_t definition
-
-Fixes
-linux_syscall_support.h:2641:26: error: 'loff_t' has not been declared
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
----
- src/base/linux_syscall_support.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/base/linux_syscall_support.h b/src/base/linux_syscall_support.h
-index 85347a2..70431ca 100644
---- a/src/base/linux_syscall_support.h
-+++ b/src/base/linux_syscall_support.h
-@@ -162,6 +162,7 @@ extern "C" {
- #include <unistd.h>
- #include <linux/unistd.h>
- #include <endian.h>
-+#include <fcntl.h>
- 
- #ifdef __mips__
- /* Include definitions of the ABI currently in use.                          */
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
similarity index 84%
rename from meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb
rename to meta-oe/recipes-support/gperftools/gperftools_2.7.bb
index e475663f2..e9fcc4cc9 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
@@ -4,12 +4,10 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
 DEPENDS += "libunwind"
 
-SRCREV = "bf840dec0495e17f5c8403e68e10b9d6bf05c559"
+SRCREV = "9608fa3bcf8020d35f59fbf70cd3cbe4b015b972"
 SRC_URI = "git://github.com/gperftools/gperftools \
            file://0001-Support-Atomic-ops-on-clang.patch \
-           file://0001-Use-ucontext_t-instead-of-struct-ucontext.patch \
            file://0001-fix-build-with-musl-libc.patch \
-           file://0001-include-fcntl.h-for-loff_t-definition.patch \
            file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \
            file://disable_libunwind_aarch64.patch \
            file://sgidef.patch \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 06/13] libfastjson: Upgrade to 0.99.8
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (3 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 05/13] gperftools: Upgrade to 2.7 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 07/13] hwdata: Upgrade to 0.312 mingli.yu
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../rsyslog/{libfastjson_0.99.4.bb => libfastjson_0.99.8.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/rsyslog/{libfastjson_0.99.4.bb => libfastjson_0.99.8.bb} (85%)

diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
similarity index 85%
rename from meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
rename to meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
index 2e23d7ec6..ea089de84 100644
--- a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
@@ -8,7 +8,7 @@ DEPENDS = ""
 
 SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https"
 
-SRCREV = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd"
+SRCREV = "4758b1caf69ada911ef79e1d80793fe489b98dff"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 07/13] hwdata: Upgrade to 0.312
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (4 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 06/13] libfastjson: Upgrade to 0.99.8 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 08/13] libedit: Upgrade to 20180525-3.1 mingli.yu
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index 679673ba0..83b72535c 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.298+git${SRCPV}"
-SRCREV = "9030fbd6ab1538f4d77d3cf1e0b463a7ec25b5c4"
+PV = "0.312+git${SRCPV}"
+SRCREV = "016be785fd4f5f895c6482ec484507d5a08839fa"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
 
 S = "${WORKDIR}/git"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 08/13] libedit: Upgrade to 20180525-3.1
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (5 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 07/13] hwdata: Upgrade to 0.312 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 09/13] libgphoto2: Upgrade to 2.5.17 mingli.yu
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../{libedit_20170329-3.1.bb => libedit_20180525-3.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/libedit/{libedit_20170329-3.1.bb => libedit_20180525-3.1.bb} (80%)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
similarity index 80%
rename from meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb
rename to meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
index fc2467112..8cc0e959e 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
@@ -15,7 +15,7 @@ FETCHCMD_wget += "-U bitbake"
 SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \
            file://stdc-predef.patch \
           "
-SRC_URI[md5sum] = "c57a0690e62ef523c083598730272cfd"
-SRC_URI[sha256sum] = "91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be"
+SRC_URI[md5sum] = "97679319742f45d6cdcd6075511b14ac"
+SRC_URI[sha256sum] = "c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116"
 
 S = "${WORKDIR}/${BPN}-${PV}"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 09/13] libgphoto2: Upgrade to 2.5.17
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (6 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 08/13] libedit: Upgrade to 20180525-3.1 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 10/13] fltk: Upgrade to 1.3.4-2 mingli.yu
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../gphoto2/{libgphoto2_2.5.16.bb => libgphoto2_2.5.17.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.16.bb => libgphoto2_2.5.17.bb} (92%)

diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.16.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.17.bb
similarity index 92%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.16.bb
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.17.bb
index 7a691c611..91c5ed211 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.16.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.17.bb
@@ -16,8 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2;name=libgphoto2
            file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
 "
 
-SRC_URI[libgphoto2.md5sum] = "084d220d078d28c0c7a3ba13f4476128"
-SRC_URI[libgphoto2.sha256sum] = "e757416d1623e01a9d0d294b2e790162e434c0964f50d3b7ff1a3424b62a2906"
+SRC_URI[libgphoto2.md5sum] = "ae78e7a7936a6962c3a22b256bee1869"
+SRC_URI[libgphoto2.sha256sum] = "417464f0a313fa937e8a71cdf18a371cf01e750830195cd63ae31da0d092b555"
 
 inherit autotools pkgconfig gettext lib_package
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 10/13] fltk: Upgrade to 1.3.4-2
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (7 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 09/13] libgphoto2: Upgrade to 2.5.17 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 11/13] dialog: Upgrade to 1.3-20180621 mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 12/13] hwloc: Upgrade to 1.11.10 mingli.yu
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-oe/recipes-support/fltk/fltk.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc
index dbe700af0..d3416c8bc 100644
--- a/meta-oe/recipes-support/fltk/fltk.inc
+++ b/meta-oe/recipes-support/fltk/fltk.inc
@@ -12,9 +12,9 @@ SRC_URI = " \
     file://0002-always-build-fluid-and-export-pointers.patch \
 "
 
-PV = "1.3.4-1"
-SRC_URI[md5sum] = "d7fcd27ab928648e1a1366dd2e273970"
-SRC_URI[sha256sum] = "7fb2c8882433ce694e6900c94fda505e8f4ed3fa9c7e597007098a33b85c53f4"
+PV = "1.3.4-2"
+SRC_URI[md5sum] = "b8e291343357e49dd81a22408744e400"
+SRC_URI[sha256sum] = "25d349c18c99508737d48f225a2eb26a43338f9247551cab72a317fa42cda910"
 
 inherit cmake pkgconfig
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 11/13] dialog: Upgrade to 1.3-20180621
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (8 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 10/13] fltk: Upgrade to 1.3.4-2 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  2018-06-27  9:49 ` [meta-oe][PATCH 12/13] hwloc: Upgrade to 1.11.10 mingli.yu
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../dialog/{dialog_1.3-20171209.bb => dialog_1.3-20180621.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/dialog/{dialog_1.3-20171209.bb => dialog_1.3-20180621.bb} (86%)

diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20171209.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20180621.bb
similarity index 86%
rename from meta-oe/recipes-extended/dialog/dialog_1.3-20171209.bb
rename to meta-oe/recipes-extended/dialog/dialog_1.3-20180621.bb
index 63c65c4fc..e98795944 100644
--- a/meta-oe/recipes-extended/dialog/dialog_1.3-20171209.bb
+++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20180621.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 SRC_URI = "ftp://ftp.invisible-island.net/${BPN}/${BP}.tgz \
           "
-SRC_URI[md5sum] = "f66f28beca900b54f5fc90fdcce93508"
-SRC_URI[sha256sum] = "20139442119e2eff5c35236e8e5e313c901539008d9cccf8c8ab3851b41267e6"
+SRC_URI[md5sum] = "1dba09cf45ac4ba40b3cb4a3f1d694b2"
+SRC_URI[sha256sum] = "4a4859e2b22d24e46c1a529b5a5605b95503aa04da4432f7bbd713e3e867587a"
 
 # hardcoded here for use in dialog-static recipe
 S = "${WORKDIR}/dialog-${PV}"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [meta-oe][PATCH 12/13] hwloc: Upgrade to 1.11.10
  2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
                   ` (9 preceding siblings ...)
  2018-06-27  9:49 ` [meta-oe][PATCH 11/13] dialog: Upgrade to 1.3-20180621 mingli.yu
@ 2018-06-27  9:49 ` mingli.yu
  10 siblings, 0 replies; 12+ messages in thread
From: mingli.yu @ 2018-06-27  9:49 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../hwloc/{hwloc_1.11.5.bb => hwloc_1.11.10.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/hwloc/{hwloc_1.11.5.bb => hwloc_1.11.10.bb} (89%)

diff --git a/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb b/meta-oe/recipes-extended/hwloc/hwloc_1.11.10.bb
similarity index 89%
rename from meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
rename to meta-oe/recipes-extended/hwloc/hwloc_1.11.10.bb
index 4fe6729ca..701af1531 100644
--- a/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
+++ b/meta-oe/recipes-extended/hwloc/hwloc_1.11.10.bb
@@ -8,8 +8,8 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3282e20dc3cec311deda3c6d4b1f990b"
 
 SRC_URI = "https://www.open-mpi.org/software/${PN}/v1.11/downloads/${BP}.tar.bz2"
-SRC_URI[md5sum] = "96c34136ff416d2b13a7821c27477bed"
-SRC_URI[sha256sum] = "95d80286dfe658a3f79e2ac90698782bb36e5504f4bac1bba2394ba14dbbad24"
+SRC_URI[md5sum] = "0981a01935982aa7e850a96e0c3057b0"
+SRC_URI[sha256sum] = "2be808383d8337846fe77ce49c7ad3336fb6857505494d85c0ac03f22c5bd1e7"
 
 UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v1.11/"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-06-27  9:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27  9:49 [meta-oe][PATCH 01/13] liblogging: upgrade to 1.0.6 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 02/13] log4cplus: upgrade to 2.0.1 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 03/13] libndp: Upgrade to 1.7 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 04/13] iceauth: Upgrade to 1.0.8 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 05/13] gperftools: Upgrade to 2.7 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 06/13] libfastjson: Upgrade to 0.99.8 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 07/13] hwdata: Upgrade to 0.312 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 08/13] libedit: Upgrade to 20180525-3.1 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 09/13] libgphoto2: Upgrade to 2.5.17 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 10/13] fltk: Upgrade to 1.3.4-2 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 11/13] dialog: Upgrade to 1.3-20180621 mingli.yu
2018-06-27  9:49 ` [meta-oe][PATCH 12/13] hwloc: Upgrade to 1.11.10 mingli.yu

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.