All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] acpid: upgrade to 2.0.29
@ 2018-06-12 11:18 Maxin B. John
  2018-06-12 11:18 ` [PATCH 02/12] libinput: upgrade to 1.11.0 Maxin B. John
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

2.0.28 -> 2.0.29

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-bsp/acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb} (55%)

diff --git a/meta/recipes-bsp/acpid/acpid_2.0.28.bb b/meta/recipes-bsp/acpid/acpid_2.0.29.bb
similarity index 55%
rename from meta/recipes-bsp/acpid/acpid_2.0.28.bb
rename to meta/recipes-bsp/acpid/acpid_2.0.29.bb
index 686526f..9258486 100644
--- a/meta/recipes-bsp/acpid/acpid_2.0.28.bb
+++ b/meta/recipes-bsp/acpid/acpid_2.0.29.bb
@@ -3,5 +3,5 @@ require acpid.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
                     file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5"
 
-SRC_URI[md5sum] = "0432407b5ff75ae8e08afb43052fde2b"
-SRC_URI[sha256sum] = "980c3a54b0d3f2fd49fd845a0584c5c2abeaab9e9ac09fcbb68686bbb57a7110"
+SRC_URI[md5sum] = "6dd58a35cac51bd9503d769f5d13d74d"
+SRC_URI[sha256sum] = "58503b27975c466e627eb741c5453dd662f97edef1a3d0aac822fd03a84203ff"
-- 
2.4.0



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

* [PATCH 02/12] libinput: upgrade to 1.11.0
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 03/12] libsoup-2.4: upgrade to 2.62.2 Maxin B. John
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

1.9.4 -> 1.11.0

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../wayland/{libinput_1.9.4.bb => libinput_1.11.0.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.9.4.bb => libinput_1.11.0.bb} (86%)

diff --git a/meta/recipes-graphics/wayland/libinput_1.9.4.bb b/meta/recipes-graphics/wayland/libinput_1.11.0.bb
similarity index 86%
rename from meta/recipes-graphics/wayland/libinput_1.9.4.bb
rename to meta/recipes-graphics/wayland/libinput_1.11.0.bb
index 67a49df..97264ca 100644
--- a/meta/recipes-graphics/wayland/libinput_1.9.4.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.11.0.bb
@@ -9,8 +9,8 @@ DEPENDS = "libevdev udev mtdev"
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
            "
-SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f"
-SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190"
+SRC_URI[md5sum] = "a182dab52f4d33bc1ef50668dcf53cc6"
+SRC_URI[sha256sum] = "64a36c4f826f4b5d473bf2cb803122f96390a18243ec810f2ce8ac5076a0bc12"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 inherit meson pkgconfig lib_package
-- 
2.4.0



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

* [PATCH 03/12] libsoup-2.4: upgrade to 2.62.2
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
  2018-06-12 11:18 ` [PATCH 02/12] libinput: upgrade to 1.11.0 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 04/12] cronie: upgrade to 1.5.2 Maxin B. John
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

2.62.0 -> 2.62.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../libsoup/{libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb} (89%)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.62.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.62.2.bb
similarity index 89%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.62.0.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.62.2.bb
index 5c9dd19..a9f3554 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.62.0.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.62.2.bb
@@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "750b6f6136e5fdd82ac07f60b4aea575"
-SRC_URI[sha256sum] = "ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac"
+SRC_URI[md5sum] = "eaf99b04ac8968ed2b26f2509ba75584"
+SRC_URI[sha256sum] = "9e536fe3da60b25d2c63addb84a9d5072d00b0d8b8cbeabc629a6bcd63f879b6"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
2.4.0



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

* [PATCH 04/12] cronie: upgrade to 1.5.2
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
  2018-06-12 11:18 ` [PATCH 02/12] libinput: upgrade to 1.11.0 Maxin B. John
  2018-06-12 11:18 ` [PATCH 03/12] libsoup-2.4: upgrade to 2.62.2 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 05/12] gtk-icon-utils-native: upgrade to 3.22.30 Maxin B. John
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

1.5.1 -> 1.5.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-extended/cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb} (95%)

diff --git a/meta/recipes-extended/cronie/cronie_1.5.1.bb b/meta/recipes-extended/cronie/cronie_1.5.2.bb
similarity index 95%
rename from meta/recipes-extended/cronie/cronie_1.5.1.bb
rename to meta/recipes-extended/cronie/cronie_1.5.2.bb
index cfb8c21..3abca7f 100644
--- a/meta/recipes-extended/cronie/cronie_1.5.1.bb
+++ b/meta/recipes-extended/cronie/cronie_1.5.2.bb
@@ -25,8 +25,8 @@ SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}
 PAM_SRC_URI = "file://crond_pam_config.patch"
 PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid"
 
-SRC_URI[md5sum] = "910e6effcc032998b0a49fbd46322e18"
-SRC_URI[sha256sum] = "6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338"
+SRC_URI[md5sum] = "703314f58a49ea136e9966d3937d9bf4"
+SRC_URI[sha256sum] = "370bf34641691489330e708bd4cdbd779267296a030668a12f77b7e36872fd75"
 
 inherit autotools update-rc.d useradd systemd
 
-- 
2.4.0



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

* [PATCH 05/12] gtk-icon-utils-native: upgrade to 3.22.30
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (2 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 04/12] cronie: upgrade to 1.5.2 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 06/12] gtk+3: " Maxin B. John
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

 3.22.29 -> 3.22.30

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...-icon-utils-native_3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} (94%)

diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.29.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.30.bb
similarity index 94%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.29.bb
rename to meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.30.bb
index eb35bcc..28e7a31 100644
--- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.29.bb
+++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.30.bb
@@ -10,8 +10,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
           file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch"
-SRC_URI[md5sum] = "229a39f7d9ada53398baa39652630f2e"
-SRC_URI[sha256sum] = "a07d64b939fcc034a066b7723fdf9b24e92c9cfb6a8497593f3471fe56fbbbf8"
+SRC_URI[md5sum] = "61e60dc073e0a6893c72043d20579dc0"
+SRC_URI[sha256sum] = "a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
-- 
2.4.0



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

* [PATCH 06/12] gtk+3: upgrade to 3.22.30
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (3 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 05/12] gtk-icon-utils-native: upgrade to 3.22.30 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 07/12] libunistring: upgrade to 0.9.10 Maxin B. John
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

3.22.29 -> 3.22.30

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb} (83%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.30.bb
similarity index 83%
rename from meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.22.30.bb
index c3c786b..697b518 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.30.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
            file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \
            file://0003-Add-disable-opengl-configure-option.patch \
           "
-SRC_URI[md5sum] = "229a39f7d9ada53398baa39652630f2e"
-SRC_URI[sha256sum] = "a07d64b939fcc034a066b7723fdf9b24e92c9cfb6a8497593f3471fe56fbbbf8"
+SRC_URI[md5sum] = "61e60dc073e0a6893c72043d20579dc0"
+SRC_URI[sha256sum] = "a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
-- 
2.4.0



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

* [PATCH 07/12] libunistring: upgrade to 0.9.10
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (4 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 06/12] gtk+3: " Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-13  1:21   ` Randy MacLeod
  2018-06-12 11:18 ` [PATCH 08/12] vte: upgrade to 0.52.2 Maxin B. John
                   ` (4 subsequent siblings)
  10 siblings, 1 reply; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

License-Update: Checksum changed due to updation in documentation. There
are no changes in the license terms.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb} (85%)

diff --git a/meta/recipes-support/libunistring/libunistring_0.9.9.bb b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
similarity index 85%
rename from meta/recipes-support/libunistring/libunistring_0.9.9.bb
rename to meta/recipes-support/libunistring/libunistring_0.9.10.bb
index ab7cba5..97fac4e 100644
--- a/meta/recipes-support/libunistring/libunistring_0.9.9.bb
+++ b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
@@ -16,15 +16,15 @@ SECTION = "devel"
 LICENSE = "LGPLv3+ | GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
                     file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \
-                    file://doc/libunistring.texi;md5=efb80a3799a60f95feaf80661d4f204c \
+                    file://doc/libunistring.texi;md5=287fa6075f78a3c85c1a52b0a92547cd \
                    "
 
 SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \
            file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
 "
-SRC_URI[md5sum] = "4f689e37e4c3bd67de5786aa51d98b13"
-SRC_URI[sha256sum] = "f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a"
+SRC_URI[md5sum] = "0d3274e9838396b12200f8b54ddaf43b"
+SRC_URI[sha256sum] = "a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b"
 
 inherit autotools texinfo
 BBCLASSEXTEND = "native nativesdk"
-- 
2.4.0



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

* [PATCH 08/12] vte: upgrade to 0.52.2
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (5 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 07/12] libunistring: upgrade to 0.9.10 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 09/12] mc: upgrade to 4.8.21 Maxin B. John
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

0.52.0 -> 0.52.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/vte/{vte_0.52.0.bb => vte_0.52.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/vte/{vte_0.52.0.bb => vte_0.52.2.bb} (91%)

diff --git a/meta/recipes-support/vte/vte_0.52.0.bb b/meta/recipes-support/vte/vte_0.52.2.bb
similarity index 91%
rename from meta/recipes-support/vte/vte_0.52.0.bb
rename to meta/recipes-support/vte/vte_0.52.2.bb
index 254d64e..7324c9c 100644
--- a/meta/recipes-support/vte/vte_0.52.0.bb
+++ b/meta/recipes-support/vte/vte_0.52.2.bb
@@ -11,8 +11,8 @@ inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject
 SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch \
             ${@bb.utils.contains('PACKAGECONFIG', 'vala', '', 'file://0001-Add-m4-vapigen.m4.patch', d) } \
             "
-SRC_URI[archive.md5sum] = "95b0d12864f7374128da33998e756e75"
-SRC_URI[archive.sha256sum] = "d5ae72dddd57af493afa10ca2a290f284e588021b0bd8aaaa63dbb75de7c0567"
+SRC_URI[archive.md5sum] = "de8181350dccb010e915e366bdd06d18"
+SRC_URI[archive.sha256sum] = "0f2657cef52accbfe56feede553155552d7c1984b1291838af3cb8cfc19b26af"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.4.0



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

* [PATCH 09/12] mc: upgrade to 4.8.21
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (6 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 08/12] vte: upgrade to 0.52.2 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 10/12] sqlite3: upgrade to 3.24.0 Maxin B. John
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

4.8.20 -> 4.8.21

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-extended/mc/{mc_4.8.20.bb => mc_4.8.21.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/mc/{mc_4.8.20.bb => mc_4.8.21.bb} (93%)

diff --git a/meta/recipes-extended/mc/mc_4.8.20.bb b/meta/recipes-extended/mc/mc_4.8.21.bb
similarity index 93%
rename from meta/recipes-extended/mc/mc_4.8.20.bb
rename to meta/recipes-extended/mc/mc_4.8.21.bb
index 70d1b5e..c6a4500 100644
--- a/meta/recipes-extended/mc/mc_4.8.20.bb
+++ b/meta/recipes-extended/mc/mc_4.8.21.bb
@@ -9,8 +9,8 @@ RDEPENDS_${PN} = "ncurses-terminfo"
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            file://0001-mc-replace-perl-w-with-use-warnings.patch \
            "
-SRC_URI[md5sum] = "dcfc7aa613c62291a0f71f6b698d8267"
-SRC_URI[sha256sum] = "2d85daaa6ab26e524946df4823ac2f69802bc16bc967781b5e28d5b86fc3b979"
+SRC_URI[md5sum] = "63d2b90e2198ee79d08eb4a8989220e2"
+SRC_URI[sha256sum] = "251d9f0ef9309ef3eea0fdc4c12b8b61149e5056bef1b2de2ccc7f015d973444"
 
 inherit autotools gettext pkgconfig
 
-- 
2.4.0



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

* [PATCH 10/12] sqlite3: upgrade to 3.24.0
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (7 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 09/12] mc: upgrade to 4.8.21 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 15:22   ` Burton, Ross
  2018-06-12 11:18 ` [PATCH 11/12] bluez5: upgrade to 5.50 Maxin B. John
  2018-06-12 11:18 ` [PATCH 12/12] xdg-utils: upgrade to 1.1.3 Maxin B. John
  10 siblings, 1 reply; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

3.23.1 -> 3.24.0

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} (59%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
rename to meta/recipes-support/sqlite/sqlite3_3.24.0.bb
index 3755761..ce18fec 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
 SRC_URI = "\
   http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
   "
-SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
-SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
+SRC_URI[md5sum] = "dcd96fb9bbb603d29f6b0ad9554932ee"
+SRC_URI[sha256sum] = "d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
-- 
2.4.0



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

* [PATCH 11/12] bluez5: upgrade to 5.50
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (8 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 10/12] sqlite3: upgrade to 3.24.0 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  2018-06-12 11:18 ` [PATCH 12/12] xdg-utils: upgrade to 1.1.3 Maxin B. John
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

Refresh the following patch:
        0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...-obexd-without-systemd-in-the-user-sessio.patch | 45 +++++++++-------------
 .../bluez5/{bluez5_5.49.bb => bluez5_5.50.bb}      |  4 +-
 2 files changed, 21 insertions(+), 28 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.49.bb => bluez5_5.50.bb} (91%)

diff --git a/meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch b/meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
index 2fde7bc..da71409 100644
--- a/meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
+++ b/meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
@@ -1,3 +1,4 @@
+From 99ccdbe155028c4c789803a429072675b87d0c3a Mon Sep 17 00:00:00 2001
 From: Giovanni Campagna <gcampagna-cNUdlRotFMnNLxjTenLetw@public.gmane.org>
 Date: Sat, 12 Oct 2013 17:45:25 +0200
 Subject: [PATCH] Allow using obexd without systemd in the user session
@@ -14,19 +15,18 @@ configuration. See thread:
 http://thread.gmane.org/gmane.linux.bluez.kernel/38725/focus=38843
 
 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
+
 ---
- Makefile.obexd                      | 4 ++--
- obexd/src/org.bluez.obex.service    | 4 ----
- obexd/src/org.bluez.obex.service.in | 4 ++++
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
+ Makefile.obexd                                                  | 4 ++--
+ obexd/src/{org.bluez.obex.service => org.bluez.obex.service.in} | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+ rename obexd/src/{org.bluez.obex.service => org.bluez.obex.service.in} (76%)
 
 diff --git a/Makefile.obexd b/Makefile.obexd
-index 2e33cbc72f2b..d5d858c857b4 100644
+index c462692..0325f66 100644
 --- a/Makefile.obexd
 +++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
+@@ -1,12 +1,12 @@
  if SYSTEMD
  systemduserunitdir = @SYSTEMD_USERUNITDIR@
  systemduserunit_DATA = obexd/src/obex.service
@@ -39,25 +39,18 @@ index 2e33cbc72f2b..d5d858c857b4 100644
 -EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
 +EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
  
- obex_plugindir = $(libdir)/obex/plugins
+ if OBEX
  
-diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a53808884554..000000000000
+diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service.in
+similarity index 76%
+rename from obexd/src/org.bluez.obex.service
+rename to obexd/src/org.bluez.obex.service.in
+index a538088..9c815f2 100644
 --- a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000000000000..9c815f246b77
---- /dev/null
 +++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
+@@ -1,4 +1,4 @@
+ [D-BUS Service]
+ Name=org.bluez.obex
+-Exec=/bin/false
 +Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
+ SystemdService=dbus-org.bluez.obex.service
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.49.bb b/meta/recipes-connectivity/bluez5/bluez5_5.50.bb
similarity index 91%
rename from meta/recipes-connectivity/bluez5/bluez5_5.49.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.50.bb
index b79bda2..6627143 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.49.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.50.bb
@@ -2,8 +2,8 @@ require bluez5.inc
 
 REQUIRED_DISTRO_FEATURES = "bluez5"
 
-SRC_URI[md5sum] = "f210e84db707d66af3b889084a6f8bef"
-SRC_URI[sha256sum] = "33301d7a514c73d535ee1f91c2aed1af1f2e53efe11d3ac06bcf0d7abed2ce95"
+SRC_URI[md5sum] = "8e35c67c81a55d3ad4c9f22280dae178"
+SRC_URI[sha256sum] = "5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911"
 
 # noinst programs in Makefile.tools that are conditional on READLINE
 # support
-- 
2.4.0



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

* [PATCH 12/12] xdg-utils: upgrade to 1.1.3
  2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
                   ` (9 preceding siblings ...)
  2018-06-12 11:18 ` [PATCH 11/12] bluez5: upgrade to 5.50 Maxin B. John
@ 2018-06-12 11:18 ` Maxin B. John
  10 siblings, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 11:18 UTC (permalink / raw)
  To: openembedded-core

1.1.2 -> 1.1.3

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../xdg-utils/{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb}              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb} (89%)

diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb
similarity index 89%
rename from meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb
rename to meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb
index 7339289..8e46638 100644
--- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb
@@ -22,8 +22,8 @@ SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \
            file://0001-Don-t-build-the-in-script-manual.patch \
           "
 
-SRC_URI[md5sum] = "361e75eb76c94d19f6f4f330d8ee626b"
-SRC_URI[sha256sum] = "951952e2c6bb21214e0bb54e0dffa057d30f5563300225c24c16fba846258bcc"
+SRC_URI[md5sum] = "902042508b626027a3709d105f0b63ff"
+SRC_URI[sha256sum] = "d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9"
 
 UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)"
 
-- 
2.4.0



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

* Re: [PATCH 10/12] sqlite3: upgrade to 3.24.0
  2018-06-12 11:18 ` [PATCH 10/12] sqlite3: upgrade to 3.24.0 Maxin B. John
@ 2018-06-12 15:22   ` Burton, Ross
  2018-06-12 15:31     ` Maxin B. John
  2018-06-13 14:16     ` Maxin B. John
  0 siblings, 2 replies; 18+ messages in thread
From: Burton, Ross @ 2018-06-12 15:22 UTC (permalink / raw)
  To: Maxin B. John; +Cc: OE-core

Fails for me when building pseudo:

| /data/poky-tmp/master/work/x86_64-linux/pseudo-native/1.9.0+gitAUTOINC+fddbe854c9-r0/recipe-sysroot-native/usr/lib/libsqlite3.a(sqlite3.o):
In function `fts5Bm25Function':
| sqlite3.c:(.text+0x2a3b8): undefined reference to `log'

Ross

On 12 June 2018 at 12:18, Maxin B. John <maxin.john@intel.com> wrote:
> 3.23.1 -> 3.24.0
>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>  meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} (59%)
>
> diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> similarity index 59%
> rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> rename to meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> index 3755761..ce18fec 100644
> --- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> +++ b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
>  SRC_URI = "\
>    http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
>    "
> -SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
> -SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
> +SRC_URI[md5sum] = "dcd96fb9bbb603d29f6b0ad9554932ee"
> +SRC_URI[sha256sum] = "d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
> --
> 2.4.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 10/12] sqlite3: upgrade to 3.24.0
  2018-06-12 15:22   ` Burton, Ross
@ 2018-06-12 15:31     ` Maxin B. John
  2018-06-13 14:16     ` Maxin B. John
  1 sibling, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-12 15:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

On Tue, Jun 12, 2018 at 04:22:30PM +0100, Burton, Ross wrote:
> Fails for me when building pseudo:
> 
> | /data/poky-tmp/master/work/x86_64-linux/pseudo-native/1.9.0+gitAUTOINC+fddbe854c9-r0/recipe-sysroot-native/usr/lib/libsqlite3.a(sqlite3.o):
> In function `fts5Bm25Function':
> | sqlite3.c:(.text+0x2a3b8): undefined reference to `log'

Will look into that. Thanks.

> Ross

Best Regards,
Maxin

> On 12 June 2018 at 12:18, Maxin B. John <maxin.john@intel.com> wrote:
> > 3.23.1 -> 3.24.0
> >
> > Signed-off-by: Maxin B. John <maxin.john@intel.com>
> > ---
> >  meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} (59%)
> >
> > diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > similarity index 59%
> > rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> > rename to meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > index 3755761..ce18fec 100644
> > --- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> > +++ b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
> >  SRC_URI = "\
> >    http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
> >    "
> > -SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
> > -SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
> > +SRC_URI[md5sum] = "dcd96fb9bbb603d29f6b0ad9554932ee"
> > +SRC_URI[sha256sum] = "d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
> > --
> > 2.4.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 07/12] libunistring: upgrade to 0.9.10
  2018-06-12 11:18 ` [PATCH 07/12] libunistring: upgrade to 0.9.10 Maxin B. John
@ 2018-06-13  1:21   ` Randy MacLeod
  2018-06-13  8:29     ` Maxin B. John
  0 siblings, 1 reply; 18+ messages in thread
From: Randy MacLeod @ 2018-06-13  1:21 UTC (permalink / raw)
  To: Maxin B. John, openembedded-core

On 06/12/2018 07:18 AM, Maxin B. John wrote:
> License-Update: Checksum changed due to updation in documentation. There
> are no changes in the license terms.

That's correct but I'm not sure if we should include
a checksum on the (GPLv3) COPYING file since the README
says [1] that:
    This license is based on the GNU GPL version 3, see file COPYING.
I'd like to know if the COPYING file changed to say the _actual_
GPLv2 some day so a checksum would help track such changes.


The README statement is an odd way to convey the license terms.
Is this just standard FSFese?

The libunistring commit that sets out these terms is from 0.9:

commit 3c15d3a96963703fc02cddda7e968e508638d1b8
Author: Bruno Haible <bruno@clisp.org>
Date:   Sun Mar 15 02:10:58 2009 +0100

     License information.

  COPYING     | 674 ++++++++++++++++++++...++++++++++++++++++++
  COPYING.LIB | 165 +++++++++...++++++++
  ChangeLog   |   3 +
  README      |   2 +-
  4 files changed, 843 insertions(+), 1 deletion(-)


which doesn't help much other than the ChangeLog:

+       * COPYING.LIB: New file, from gnulib/doc/COPYING.LESSERv3.
+       * COPYING: New file, from gnulib/doc/COPYINGv3.


../Randy


[1] From README:

Copyright
---------

The libunistring library and its header files are dual-licensed under
"the GNU LGPLv3+ or the GNU GPLv2". This means, you can use it under either
   - the terms of the GNU Lesser General Public License (LGPL) version 3 or
     (at your option) any later version, or
   - the terms of the GNU General Public License (GPL) version 2, or
   - the same dual license "the GNU LGPLv3+ or the GNU GPLv2".

You find the GNU LGPL version 3 in the file COPYING.LIB.  This license is
based on the GNU GPL version 3, see file COPYING.

You can find the GNU GPL version 2 at
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.

Note: This dual license makes it possible for the libunistring library
to be used by packages under GPLv2 or GPLv2+ licenses, in particular. See
the table in <https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility>.

The documentation is under another license; see in the documentation.

> 
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>   .../libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-support/libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb} (85%)
> 
> diff --git a/meta/recipes-support/libunistring/libunistring_0.9.9.bb b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
> similarity index 85%
> rename from meta/recipes-support/libunistring/libunistring_0.9.9.bb
> rename to meta/recipes-support/libunistring/libunistring_0.9.10.bb
> index ab7cba5..97fac4e 100644
> --- a/meta/recipes-support/libunistring/libunistring_0.9.9.bb
> +++ b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
> @@ -16,15 +16,15 @@ SECTION = "devel"
>   LICENSE = "LGPLv3+ | GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
>                       file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \
> -                    file://doc/libunistring.texi;md5=efb80a3799a60f95feaf80661d4f204c \
> +                    file://doc/libunistring.texi;md5=287fa6075f78a3c85c1a52b0a92547cd \
>                      "
>   
>   SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \
>              file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \
>              file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
>   "
> -SRC_URI[md5sum] = "4f689e37e4c3bd67de5786aa51d98b13"
> -SRC_URI[sha256sum] = "f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a"
> +SRC_URI[md5sum] = "0d3274e9838396b12200f8b54ddaf43b"
> +SRC_URI[sha256sum] = "a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b"
>   
>   inherit autotools texinfo
>   BBCLASSEXTEND = "native nativesdk"
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [PATCH 07/12] libunistring: upgrade to 0.9.10
  2018-06-13  1:21   ` Randy MacLeod
@ 2018-06-13  8:29     ` Maxin B. John
  2018-06-14  0:28       ` Randy MacLeod
  0 siblings, 1 reply; 18+ messages in thread
From: Maxin B. John @ 2018-06-13  8:29 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: openembedded-core

Hi Randy,

On Tue, Jun 12, 2018 at 09:21:17PM -0400, Randy MacLeod wrote:
> On 06/12/2018 07:18 AM, Maxin B. John wrote:
> >License-Update: Checksum changed due to updation in documentation. There
> >are no changes in the license terms.
> 
> That's correct but I'm not sure if we should include
> a checksum on the (GPLv3) COPYING file since the README
> says [1] that:
>    This license is based on the GNU GPL version 3, see file COPYING.
> I'd like to know if the COPYING file changed to say the _actual_
> GPLv2 some day so a checksum would help track such changes.
> 
> 
> The README statement is an odd way to convey the license terms.
> Is this just standard FSFese?

Yes, it is odd.

README says 'The libunistring library and its header files are dual-licensed under
"the GNU LGPLv3+ or the GNU GPLv2"' and the project includes a GPL v3 license (COPYING).

Though not 100% sure, I would assume that it is ok continue with 
LICENSE = "LGPLv3+ | GPLv2"  

If anyone think it is the wrong way to go, please share your views/suggestions.

> The libunistring commit that sets out these terms is from 0.9:
> 
> commit 3c15d3a96963703fc02cddda7e968e508638d1b8
> Author: Bruno Haible <bruno@clisp.org>
> Date:   Sun Mar 15 02:10:58 2009 +0100
> 
>     License information.
> 
>  COPYING     | 674 ++++++++++++++++++++...++++++++++++++++++++
>  COPYING.LIB | 165 +++++++++...++++++++
>  ChangeLog   |   3 +
>  README      |   2 +-
>  4 files changed, 843 insertions(+), 1 deletion(-)
> 
> 
> which doesn't help much other than the ChangeLog:
> 
> +       * COPYING.LIB: New file, from gnulib/doc/COPYING.LESSERv3.
> +       * COPYING: New file, from gnulib/doc/COPYINGv3.
> 
> 
> ../Randy

Best Regards,
Maxin

> 
> [1] From README:
> 
> Copyright
> ---------
> 
> The libunistring library and its header files are dual-licensed under
> "the GNU LGPLv3+ or the GNU GPLv2". This means, you can use it under either
>   - the terms of the GNU Lesser General Public License (LGPL) version 3 or
>     (at your option) any later version, or
>   - the terms of the GNU General Public License (GPL) version 2, or
>   - the same dual license "the GNU LGPLv3+ or the GNU GPLv2".
> 
> You find the GNU LGPL version 3 in the file COPYING.LIB.  This license is
> based on the GNU GPL version 3, see file COPYING.
> 
> You can find the GNU GPL version 2 at
> <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
> 
> Note: This dual license makes it possible for the libunistring library
> to be used by packages under GPLv2 or GPLv2+ licenses, in particular. See
> the table in <https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility>.
> 
> The documentation is under another license; see in the documentation.
> 
> >
> >Signed-off-by: Maxin B. John <maxin.john@intel.com>
> >---
> >  .../libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb}  | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename meta/recipes-support/libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb} (85%)
> >
> >diff --git a/meta/recipes-support/libunistring/libunistring_0.9.9.bb b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
> >similarity index 85%
> >rename from meta/recipes-support/libunistring/libunistring_0.9.9.bb
> >rename to meta/recipes-support/libunistring/libunistring_0.9.10.bb
> >index ab7cba5..97fac4e 100644
> >--- a/meta/recipes-support/libunistring/libunistring_0.9.9.bb
> >+++ b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
> >@@ -16,15 +16,15 @@ SECTION = "devel"
> >  LICENSE = "LGPLv3+ | GPLv2"
> >  LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
> >                      file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \
> >-                    file://doc/libunistring.texi;md5=efb80a3799a60f95feaf80661d4f204c \
> >+                    file://doc/libunistring.texi;md5=287fa6075f78a3c85c1a52b0a92547cd \
> >                     "
> >  SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \
> >             file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \
> >             file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
> >  "
> >-SRC_URI[md5sum] = "4f689e37e4c3bd67de5786aa51d98b13"
> >-SRC_URI[sha256sum] = "f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a"
> >+SRC_URI[md5sum] = "0d3274e9838396b12200f8b54ddaf43b"
> >+SRC_URI[sha256sum] = "a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b"
> >  inherit autotools texinfo
> >  BBCLASSEXTEND = "native nativesdk"
> >
> 
> 
> -- 
> # Randy MacLeod
> # Wind River Linux


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

* Re: [PATCH 10/12] sqlite3: upgrade to 3.24.0
  2018-06-12 15:22   ` Burton, Ross
  2018-06-12 15:31     ` Maxin B. John
@ 2018-06-13 14:16     ` Maxin B. John
  1 sibling, 0 replies; 18+ messages in thread
From: Maxin B. John @ 2018-06-13 14:16 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

On Tue, Jun 12, 2018 at 04:22:30PM +0100, Burton, Ross wrote:
> Fails for me when building pseudo:
> 
> | /data/poky-tmp/master/work/x86_64-linux/pseudo-native/1.9.0+gitAUTOINC+fddbe854c9-r0/recipe-sysroot-native/usr/lib/libsqlite3.a(sqlite3.o):
> In function `fts5Bm25Function':
> | sqlite3.c:(.text+0x2a3b8): undefined reference to `log'

In the previous version of sqlite3, FTS5 (full-text search) support was disabled
by default. However, in version 3.24.0, fts5 is "silently" enabled by default.
That causes this build failure. We can explicitly disable fts5 in sqlite3 to fix it.

> Ross

Best Regards,
Maxin

> On 12 June 2018 at 12:18, Maxin B. John <maxin.john@intel.com> wrote:
> > 3.23.1 -> 3.24.0
> >
> > Signed-off-by: Maxin B. John <maxin.john@intel.com>
> > ---
> >  meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} (59%)
> >
> > diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > similarity index 59%
> > rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> > rename to meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > index 3755761..ce18fec 100644
> > --- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> > +++ b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> > @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
> >  SRC_URI = "\
> >    http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
> >    "
> > -SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
> > -SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
> > +SRC_URI[md5sum] = "dcd96fb9bbb603d29f6b0ad9554932ee"
> > +SRC_URI[sha256sum] = "d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
> > --
> > 2.4.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 07/12] libunistring: upgrade to 0.9.10
  2018-06-13  8:29     ` Maxin B. John
@ 2018-06-14  0:28       ` Randy MacLeod
  0 siblings, 0 replies; 18+ messages in thread
From: Randy MacLeod @ 2018-06-14  0:28 UTC (permalink / raw)
  To: Maxin B. John; +Cc: openembedded-core

On 06/13/2018 04:29 AM, Maxin B. John wrote:
> Hi Randy,
> 
> On Tue, Jun 12, 2018 at 09:21:17PM -0400, Randy MacLeod wrote:
>> On 06/12/2018 07:18 AM, Maxin B. John wrote:
>>> License-Update: Checksum changed due to updation in documentation. There
>>> are no changes in the license terms.
>>
>> That's correct but I'm not sure if we should include
>> a checksum on the (GPLv3) COPYING file since the README
>> says [1] that:
>>     This license is based on the GNU GPL version 3, see file COPYING.
>> I'd like to know if the COPYING file changed to say the _actual_
>> GPLv2 some day so a checksum would help track such changes.
>>
>>
>> The README statement is an odd way to convey the license terms.
>> Is this just standard FSFese?
> 
> Yes, it is odd.
> 
> README says 'The libunistring library and its header files are dual-licensed under
> "the GNU LGPLv3+ or the GNU GPLv2"' and the project includes a GPL v3 license (COPYING).
> 
> Though not 100% sure, I would assume that it is ok continue with
> LICENSE = "LGPLv3+ | GPLv2"

Yes, that still makes sense.

> 
> If anyone think it is the wrong way to go, please share your views/suggestions.
> 

I guess we'll just accept the lack of a COPYING.gplv2 and
the odd why that the license is stipulated.

Thanks,

../Randy

>> The libunistring commit that sets out these terms is from 0.9:
>>
>> commit 3c15d3a96963703fc02cddda7e968e508638d1b8
>> Author: Bruno Haible <bruno@clisp.org>
>> Date:   Sun Mar 15 02:10:58 2009 +0100
>>
>>      License information.
>>
>>   COPYING     | 674 ++++++++++++++++++++...++++++++++++++++++++
>>   COPYING.LIB | 165 +++++++++...++++++++
>>   ChangeLog   |   3 +
>>   README      |   2 +-
>>   4 files changed, 843 insertions(+), 1 deletion(-)
>>
>>
>> which doesn't help much other than the ChangeLog:
>>
>> +       * COPYING.LIB: New file, from gnulib/doc/COPYING.LESSERv3.
>> +       * COPYING: New file, from gnulib/doc/COPYINGv3.
>>
>>
>> ../Randy
> 
> Best Regards,
> Maxin
> 
>>
>> [1] From README:
>>
>> Copyright
>> ---------
>>
>> The libunistring library and its header files are dual-licensed under
>> "the GNU LGPLv3+ or the GNU GPLv2". This means, you can use it under either
>>    - the terms of the GNU Lesser General Public License (LGPL) version 3 or
>>      (at your option) any later version, or
>>    - the terms of the GNU General Public License (GPL) version 2, or
>>    - the same dual license "the GNU LGPLv3+ or the GNU GPLv2".
>>
>> You find the GNU LGPL version 3 in the file COPYING.LIB.  This license is
>> based on the GNU GPL version 3, see file COPYING.
>>
>> You can find the GNU GPL version 2 at
>> <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
>>
>> Note: This dual license makes it possible for the libunistring library
>> to be used by packages under GPLv2 or GPLv2+ licenses, in particular. See
>> the table in <https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility>.
>>
>> The documentation is under another license; see in the documentation.
>>
>>>
>>> Signed-off-by: Maxin B. John <maxin.john@intel.com>
>>> ---
>>>   .../libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb}  | 6 +++---
>>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>>   rename meta/recipes-support/libunistring/{libunistring_0.9.9.bb => libunistring_0.9.10.bb} (85%)
>>>
>>> diff --git a/meta/recipes-support/libunistring/libunistring_0.9.9.bb b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
>>> similarity index 85%
>>> rename from meta/recipes-support/libunistring/libunistring_0.9.9.bb
>>> rename to meta/recipes-support/libunistring/libunistring_0.9.10.bb
>>> index ab7cba5..97fac4e 100644
>>> --- a/meta/recipes-support/libunistring/libunistring_0.9.9.bb
>>> +++ b/meta/recipes-support/libunistring/libunistring_0.9.10.bb
>>> @@ -16,15 +16,15 @@ SECTION = "devel"
>>>   LICENSE = "LGPLv3+ | GPLv2"
>>>   LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
>>>                       file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \
>>> -                    file://doc/libunistring.texi;md5=efb80a3799a60f95feaf80661d4f204c \
>>> +                    file://doc/libunistring.texi;md5=287fa6075f78a3c85c1a52b0a92547cd \
>>>                      "
>>>   SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \
>>>              file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \
>>>              file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
>>>   "
>>> -SRC_URI[md5sum] = "4f689e37e4c3bd67de5786aa51d98b13"
>>> -SRC_URI[sha256sum] = "f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a"
>>> +SRC_URI[md5sum] = "0d3274e9838396b12200f8b54ddaf43b"
>>> +SRC_URI[sha256sum] = "a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b"
>>>   inherit autotools texinfo
>>>   BBCLASSEXTEND = "native nativesdk"
>>>
>>
>>
>> -- 
>> # Randy MacLeod
>> # Wind River Linux
> 


-- 
# Randy MacLeod
# Wind River Linux


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

end of thread, other threads:[~2018-06-14  0:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 11:18 [PATCH 01/12] acpid: upgrade to 2.0.29 Maxin B. John
2018-06-12 11:18 ` [PATCH 02/12] libinput: upgrade to 1.11.0 Maxin B. John
2018-06-12 11:18 ` [PATCH 03/12] libsoup-2.4: upgrade to 2.62.2 Maxin B. John
2018-06-12 11:18 ` [PATCH 04/12] cronie: upgrade to 1.5.2 Maxin B. John
2018-06-12 11:18 ` [PATCH 05/12] gtk-icon-utils-native: upgrade to 3.22.30 Maxin B. John
2018-06-12 11:18 ` [PATCH 06/12] gtk+3: " Maxin B. John
2018-06-12 11:18 ` [PATCH 07/12] libunistring: upgrade to 0.9.10 Maxin B. John
2018-06-13  1:21   ` Randy MacLeod
2018-06-13  8:29     ` Maxin B. John
2018-06-14  0:28       ` Randy MacLeod
2018-06-12 11:18 ` [PATCH 08/12] vte: upgrade to 0.52.2 Maxin B. John
2018-06-12 11:18 ` [PATCH 09/12] mc: upgrade to 4.8.21 Maxin B. John
2018-06-12 11:18 ` [PATCH 10/12] sqlite3: upgrade to 3.24.0 Maxin B. John
2018-06-12 15:22   ` Burton, Ross
2018-06-12 15:31     ` Maxin B. John
2018-06-13 14:16     ` Maxin B. John
2018-06-12 11:18 ` [PATCH 11/12] bluez5: upgrade to 5.50 Maxin B. John
2018-06-12 11:18 ` [PATCH 12/12] xdg-utils: upgrade to 1.1.3 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.