public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/5] bluez5: upgrade to 5.43
@ 2016-11-21 12:22 Maxin B. John
  2016-11-21 12:22 ` [PATCH 2/5] harfbuzz: upgrade to 1.3.3 Maxin B. John
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Maxin B. John @ 2016-11-21 12:22 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} (89%)

diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.42.bb b/meta/recipes-connectivity/bluez5/bluez5_5.43.bb
similarity index 89%
rename from meta/recipes-connectivity/bluez5/bluez5_5.42.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.43.bb
index e6ab9b6..e10b82d 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.42.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.43.bb
@@ -2,8 +2,8 @@ require bluez5.inc
 
 REQUIRED_DISTRO_FEATURES = "bluez5"
 
-SRC_URI[md5sum] = "cc8c53133d5be0d6c126e00cf2529028"
-SRC_URI[sha256sum] = "4f166fed80fc017396d6f2b3cae5185520875ab456d1c74d6b4eaa4da0e16109"
+SRC_URI[md5sum] = "698def88df96840dfbb0858bb6d73350"
+SRC_URI[sha256sum] = "16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15"
 
 # noinst programs in Makefile.tools that are conditional on READLINE
 # support
-- 
2.4.0



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

* [PATCH 2/5] harfbuzz: upgrade to 1.3.3
  2016-11-21 12:22 [PATCH 1/5] bluez5: upgrade to 5.43 Maxin B. John
@ 2016-11-21 12:22 ` Maxin B. John
  2016-11-21 12:22 ` [PATCH 3/5] ofono: upgrade to 1.19 Maxin B. John
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Maxin B. John @ 2016-11-21 12:22 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb} (88%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.3.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.3.2.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.3.3.bb
index 8d29340..0bda42e 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.2.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.3.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "5986e1bfcd983d1f6caa53ef64c4abc5"
-SRC_URI[sha256sum] = "8543a6372f08c5987c632dfaa86210c7edb3f43fbacd96095c609bc3539ce027"
+SRC_URI[md5sum] = "97ae15a72a93f1f27324a2b8d9bd3b1d"
+SRC_URI[sha256sum] = "2620987115a4122b47321610dccbcc18f7f121115fd7b88dc8a695c8b66cb3c9"
 
 inherit autotools pkgconfig lib_package gtk-doc
 
-- 
2.4.0



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

* [PATCH 3/5] ofono: upgrade to 1.19
  2016-11-21 12:22 [PATCH 1/5] bluez5: upgrade to 5.43 Maxin B. John
  2016-11-21 12:22 ` [PATCH 2/5] harfbuzz: upgrade to 1.3.3 Maxin B. John
@ 2016-11-21 12:22 ` Maxin B. John
  2016-11-21 12:43   ` André Draszik
  2016-11-21 12:22 ` [PATCH 4/5] iw: upgrade to 4.9 Maxin B. John
  2016-11-21 12:22 ` [PATCH 5/5] libsolv: upgrade to 0.6.24 Maxin B. John
  3 siblings, 1 reply; 6+ messages in thread
From: Maxin B. John @ 2016-11-21 12:22 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} (52%)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.18.bb b/meta/recipes-connectivity/ofono/ofono_1.19.bb
similarity index 52%
rename from meta/recipes-connectivity/ofono/ofono_1.18.bb
rename to meta/recipes-connectivity/ofono/ofono_1.19.bb
index b070731..adebd71 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.18.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.19.bb
@@ -4,7 +4,7 @@ SRC_URI  = "\
   ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
   file://ofono \
 "
-SRC_URI[md5sum] = "0a6b37c8ace891cb2a7ca5d121043a0a"
-SRC_URI[sha256sum] = "53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f"
+SRC_URI[md5sum] = "a5f8803ace110511b6ff5a2b39782e8b"
+SRC_URI[sha256sum] = "a0e09bdd8b53b8d2e4b54f1863ecd9aebe4786477a6cbf8f655496e8edb31c81"
 
 CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
-- 
2.4.0



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

* [PATCH 4/5] iw: upgrade to 4.9
  2016-11-21 12:22 [PATCH 1/5] bluez5: upgrade to 5.43 Maxin B. John
  2016-11-21 12:22 ` [PATCH 2/5] harfbuzz: upgrade to 1.3.3 Maxin B. John
  2016-11-21 12:22 ` [PATCH 3/5] ofono: upgrade to 1.19 Maxin B. John
@ 2016-11-21 12:22 ` Maxin B. John
  2016-11-21 12:22 ` [PATCH 5/5] libsolv: upgrade to 0.6.24 Maxin B. John
  3 siblings, 0 replies; 6+ messages in thread
From: Maxin B. John @ 2016-11-21 12:22 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} (86%)

diff --git a/meta/recipes-connectivity/iw/iw_4.7.bb b/meta/recipes-connectivity/iw/iw_4.9.bb
similarity index 86%
rename from meta/recipes-connectivity/iw/iw_4.7.bb
rename to meta/recipes-connectivity/iw/iw_4.9.bb
index e9f4141..6daeb07 100644
--- a/meta/recipes-connectivity/iw/iw_4.7.bb
+++ b/meta/recipes-connectivity/iw/iw_4.9.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
            file://separate-objdir.patch \
 "
 
-SRC_URI[md5sum] = "19d1edd276b2ac0c6cccfc7ae8d2b732"
-SRC_URI[sha256sum] = "758092229f13d691968060a0ad41364ba8eb8da4503626c20233a5b1eb33b4d9"
+SRC_URI[md5sum] = "06e96ab7a5c652f8eaed6f71533a9e0f"
+SRC_URI[sha256sum] = "12f921f3dbe0f33c309f5f2891cccf5325c94bd48dceeb102de183f5f048a9e2"
 
 inherit pkgconfig
 
-- 
2.4.0



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

* [PATCH 5/5] libsolv: upgrade to 0.6.24
  2016-11-21 12:22 [PATCH 1/5] bluez5: upgrade to 5.43 Maxin B. John
                   ` (2 preceding siblings ...)
  2016-11-21 12:22 ` [PATCH 4/5] iw: upgrade to 4.9 Maxin B. John
@ 2016-11-21 12:22 ` Maxin B. John
  3 siblings, 0 replies; 6+ messages in thread
From: Maxin B. John @ 2016-11-21 12:22 UTC (permalink / raw)
  To: openembedded-core

Refreshed the following patch:
        a) 0001-Add-fallback-fopencookie-implementation.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../0001-Add-fallback-fopencookie-implementation.patch   | 16 +++++++---------
 .../libsolv/{libsolv_0.6.23.bb => libsolv_0.6.24.bb}     |  2 +-
 2 files changed, 8 insertions(+), 10 deletions(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.6.23.bb => libsolv_0.6.24.bb} (94%)

diff --git a/meta/recipes-extended/libsolv/libsolv/0001-Add-fallback-fopencookie-implementation.patch b/meta/recipes-extended/libsolv/libsolv/0001-Add-fallback-fopencookie-implementation.patch
index 24e2228..851fe57 100644
--- a/meta/recipes-extended/libsolv/libsolv/0001-Add-fallback-fopencookie-implementation.patch
+++ b/meta/recipes-extended/libsolv/libsolv/0001-Add-fallback-fopencookie-implementation.patch
@@ -1,8 +1,6 @@
-From 5b6e113f548bd8a2b100267bc5d54cee861a4b98 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Neal=20Gompa=20=28=E3=83=8B=E3=83=BC=E3=83=AB=E3=83=BB?=
- =?UTF-8?q?=E3=82=B3=E3=82=99=E3=83=B3=E3=83=8F=E3=82=9A=29?=
- <ngompa13@gmail.com>
-Date: Wed, 11 Nov 2015 20:32:17 -0500
+From 0a8e50f7322832efdaf33da87839fbba05a755de Mon Sep 17 00:00:00 2001
+From: "Maxin B. John" <maxin.john@intel.com>
+Date: Mon, 21 Nov 2016 11:46:00 +0200
 Subject: [PATCH] Add fallback fopencookie() implementation
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -12,9 +10,9 @@ In environments where neither fopencookie() nor funopen()
 are implemented, we need to provide a suitable implementation
 of fopencookie() that we can use.
 
-Upstream-Status: Submitted [ https://github.com/openSUSE/libsolv/pull/112 ]
+Upstream-Status: Denied [ https://github.com/openSUSE/libsolv/pull/112 ]
 
-Signed-off-by: Neal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>com>
+Signed-off-by: Neal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
 Signed-off-by: Maxin B. John <maxin.john@intel.com>
 ---
  ext/CMakeLists.txt                     |   7 ++
@@ -26,7 +24,7 @@ Signed-off-by: Maxin B. John <maxin.john@intel.com>
  create mode 100644 ext/solv_xfopen_fallback_fopencookie.h
 
 diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt
-index ad52495..4f282ce 100644
+index 586eda8..477a2ef 100644
 --- a/ext/CMakeLists.txt
 +++ b/ext/CMakeLists.txt
 @@ -4,6 +4,13 @@ SET (libsolvext_SRCS
@@ -40,7 +38,7 @@ index ad52495..4f282ce 100644
 +        solv_xfopen_fallback_fopencookie.h)
 +ENDIF (NOT HAVE_FOPENCOOKIE AND NOT HAVE_FUNOPEN)
 +
- IF (ENABLE_RPMDB)
+ IF (ENABLE_RPMDB OR ENABLE_RPMPKG)
      SET (libsolvext_SRCS ${libsolvext_SRCS}
          pool_fileconflicts.c repo_rpmdb.c)
 diff --git a/ext/solv_xfopen.c b/ext/solv_xfopen.c
diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.23.bb b/meta/recipes-extended/libsolv/libsolv_0.6.24.bb
similarity index 94%
rename from meta/recipes-extended/libsolv/libsolv_0.6.23.bb
rename to meta/recipes-extended/libsolv/libsolv_0.6.24.bb
index f3f3d6e..a5d7b5a 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.6.23.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.6.24.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 = "f654c8cfa52427ed42d7142e58452dae08c0c2d0"
+SRCREV = "4049d57b026d3a67c8c164ed20db85ff62b87728"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.4.0



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

* Re: [PATCH 3/5] ofono: upgrade to 1.19
  2016-11-21 12:22 ` [PATCH 3/5] ofono: upgrade to 1.19 Maxin B. John
@ 2016-11-21 12:43   ` André Draszik
  0 siblings, 0 replies; 6+ messages in thread
From: André Draszik @ 2016-11-21 12:43 UTC (permalink / raw)
  To: openembedded-core

On Mon, 2016-11-21 at 14:22 +0200, Maxin B. John wrote:
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>  meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb}
> (52%)

I had sent an update for this already
http://lists.openembedded.org/pipermail/openembedded-core/2016-November/1289
71.html

:-)

Cheers,
Andre'



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

end of thread, other threads:[~2016-11-21 12:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 12:22 [PATCH 1/5] bluez5: upgrade to 5.43 Maxin B. John
2016-11-21 12:22 ` [PATCH 2/5] harfbuzz: upgrade to 1.3.3 Maxin B. John
2016-11-21 12:22 ` [PATCH 3/5] ofono: upgrade to 1.19 Maxin B. John
2016-11-21 12:43   ` André Draszik
2016-11-21 12:22 ` [PATCH 4/5] iw: upgrade to 4.9 Maxin B. John
2016-11-21 12:22 ` [PATCH 5/5] libsolv: upgrade to 0.6.24 Maxin B. John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox