[OE-core] [PATCH 11/42] nss: upgrade 3.43 -> 3.44

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-support/nss/{nss_3.43.bb => nss_3.44.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/nss/{nss_3.43.bb => nss_3.44.bb} (98%)

diff --git a/meta/recipes-support/nss/nss_3.43.bb 
b/meta/recipes-support/nss/nss_3.44.bb
similarity index 98%
rename from meta/recipes-support/nss/nss_3.43.bb
rename to meta/recipes-support/nss/nss_3.44.bb
index f8cf5a46afb..4205d79485e 100644
--- a/meta/recipes-support/nss/nss_3.43.bb
+++ b/meta/recipes-support/nss/nss_3.44.bb
@@ -33,8 +33,8 @@ SRC_URI = 
"http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
file://system-pkcs11.txt \
"
 
-SRC_URI[md5sum] = "67c8fa282c32cb56117fdd530dd77001"
-SRC_URI[sha256sum] = 
"f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca"
+SRC_URI[md5sum] = "e9222b9573452b9f4e6ff4915d6407c2"
+SRC_URI[sha256sum] = 
"a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff"
 
 UPSTREAM_CHECK_URI = 
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases";
 UPSTREAM_CHECK_REGEX = "NSS_(?P.+)_release_notes"
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 10/42] python3-mako: upgrade 1.0.9 -> 1.0.10

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/python/python-mako.inc  | 4 ++--
 .../python/{python3-mako_1.0.9.bb => python3-mako_1.0.10.bb}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-mako_1.0.9.bb => 
python3-mako_1.0.10.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-mako.inc 
b/meta/recipes-devtools/python/python-mako.inc
index 97c624bbc66..20808fe5aca 100644
--- a/meta/recipes-devtools/python/python-mako.inc
+++ b/meta/recipes-devtools/python/python-mako.inc
@@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako"
 
 inherit pypi
 
-SRC_URI[md5sum] = "d739720f3f0d6a1cb6a96ea7a4760c3e"
-SRC_URI[sha256sum] = 
"0728c404877cd4ca72c409c0ea372dc5f3b53fa1ad2bb434e1d216c0444ff1fd"
+SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5"
+SRC_URI[sha256sum] = 
"7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965"
 
 RDEPENDS_${PN} = "${PYTHON_PN}-html \
   ${PYTHON_PN}-netclient \
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.9.bb 
b/meta/recipes-devtools/python/python3-mako_1.0.10.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-mako_1.0.9.bb
rename to meta/recipes-devtools/python/python3-mako_1.0.10.bb
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 12/42] go: update 1.12.1->1.12.5

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/go/go-1.12.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/go/go-1.12.inc 
b/meta/recipes-devtools/go/go-1.12.inc
index 0cf0a63ff65..7c4cac1fc25 100644
--- a/meta/recipes-devtools/go/go-1.12.inc
+++ b/meta/recipes-devtools/go/go-1.12.inc
@@ -1,7 +1,7 @@
 require go-common.inc
 
 GO_BASEVERSION = "1.12"
-GO_MINOR = ".1"
+GO_MINOR = ".5"
 PV .= "${GO_MINOR}"
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
 
@@ -19,5 +19,5 @@ SRC_URI += "\
 "
 SRC_URI_append_libc-musl = " 
file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"
 
-SRC_URI[main.md5sum] = "09fe592343465560b4b8431d870b3df3"
-SRC_URI[main.sha256sum] = 
"0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a"
+SRC_URI[main.md5sum] = "cb6f594d22dd79af4fff9779607b1b47"
+SRC_URI[main.sha256sum] = 
"2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8"
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 09/42] atk: upgrade 2.30.0 -> 2.32.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 ...001-Switch-from-filename-to-basename.patch | 38 ---
 ...able-introspection-for-cross-compile.patch |  7 ++--
 .../atk/{atk_2.30.0.bb => atk_2.32.0.bb}  |  9 ++---
 3 files changed, 7 insertions(+), 47 deletions(-)
 delete mode 100644 
meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
 rename meta/recipes-support/atk/{atk_2.30.0.bb => atk_2.32.0.bb} (64%)

diff --git 
a/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch 
b/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
deleted file mode 100644
index 047e81fb613..000
--- a/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Upstream-Status: Submitted
-
-From 0330251715fee908f2f162565d4fa1df5030d0c0 Mon Sep 17 00:00:00 2001
-From: Jeremy Puhlman 
-Date: Thu, 14 Jun 2018 17:21:49 +
-Subject: [PATCH] Switch from filename to basename
-
-When atk-enum-types.h is installed in to a system, the user likely has
-no access to the location where the headers were built, especially if
-the software was built in a sysroot environment. If the headers were
-built for a mulitlib environment, the build pathing may be different.
-Subsequently, if two mulitlib variants of atk are installed together the
-headers conflict for no other reason then they were built in two
-different locations. Switching from filename to basename, still should
-provide sufficient information on the providence of the enums, while not
-conflicting for really no good reason.
-
-Signed-off-by: Jeremy Puhlman 

- atk/atk-enum-types.h.template | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/atk/atk-enum-types.h.template b/atk/atk-enum-types.h.template
-index 7b4cec4..8321c24 100644
 a/atk/atk-enum-types.h.template
-+++ b/atk/atk-enum-types.h.template
-@@ -14,7 +14,7 @@ G_BEGIN_DECLS
- 
- /*** BEGIN file-production ***/
- 
--/* enumerations from "@filename@" */
-+/* enumerations from "@basename@" */
- /*** END file-production ***/
- 
- /*** BEGIN value-header ***/
--- 
-2.14.1.459.g238e487
-
diff --git 
a/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
 
b/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
index 1d814ccdb74..d1b08bc04b6 100644
--- 
a/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
+++ 
b/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
@@ -1,4 +1,4 @@
-From c3eb5b2e74c38bb8374bc027f84e42d7e94f62f8 Mon Sep 17 00:00:00 2001
+From 44d46baa5e1519c6c3df7e4d34fb333e247b5bc8 Mon Sep 17 00:00:00 2001
 From: Anuj Mittal 
 Date: Fri, 6 Apr 2018 12:04:00 +0800
 Subject: [PATCH] meson.build: enable introspection for cross-compile
@@ -9,16 +9,17 @@ if it should be disabled or not.
 Upstream-Status: Pending
 
 Signed-off-by: Anuj Mittal 
+
 ---
  atk/meson.build | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/atk/meson.build b/atk/meson.build
-index 616a3e6..941ded8 100644
+index 0ad67e5..1d2a49c 100644
 --- a/atk/meson.build
 +++ b/atk/meson.build
 @@ -137,7 +137,7 @@ libatk_dep = declare_dependency(link_with: libatk,
- dependencies: gobject_dep,
+ dependencies: glib_dep,
  sources: atk_enum_h)
  
 -if not meson.is_cross_build() and get_option('introspection')
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb 
b/meta/recipes-support/atk/atk_2.32.0.bb
similarity index 64%
rename from meta/recipes-support/atk/atk_2.30.0.bb
rename to meta/recipes-support/atk/atk_2.32.0.bb
index 4e22b3f8113..67223729e93 100644
--- a/meta/recipes-support/atk/atk_2.30.0.bb
+++ b/meta/recipes-support/atk/atk_2.32.0.bb
@@ -14,12 +14,9 @@ DEPENDS = "gettext-native glib-2.0"
 GNOMEBASEBUILDCLASS = "meson"
 inherit gnomebase gtk-doc gettext upstream-version-is-even 
gobject-introspection
 
-SRC_URI_append = " \
-   
file://0001-meson.build-enable-introspection-for-cross-compile.patch \
-   file://0001-Switch-from-filename-to-basename.patch \
-   "
-SRC_URI[archive.md5sum] = "769c85005d392ad17ffbc063f2d26454"
-SRC_URI[archive.sha256sum] = 
"dd4d90d4217f2a0c1fee708a96c2c19d26fef0952e1ead1938ab632c027b"
+SRC_URI += " 
file://0001-meson.build-enable-introspection-for-cross-compile.patch"
+SRC_URI[archive.md5sum] = "c10b0b2af3c199e42caa6275b845c49d"
+SRC_URI[archive.sha256sum] = 
"cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 05/42] libdazzle: upgrade 3.32.1 -> 3.32.2

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../libdazzle/{libdazzle_3.32.1.bb => libdazzle_3.32.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/libdazzle/{libdazzle_3.32.1.bb => 
libdazzle_3.32.2.bb} (73%)

diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.32.1.bb 
b/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
similarity index 73%
rename from meta/recipes-gnome/libdazzle/libdazzle_3.32.1.bb
rename to meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
index dac59f86b31..58e78a5b789 100644
--- a/meta/recipes-gnome/libdazzle/libdazzle_3.32.1.bb
+++ b/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
@@ -7,8 +7,8 @@ inherit gnomebase upstream-version-is-even vala 
distro_features_check gobject-in
 
 DEPENDS = "glib-2.0-native glib-2.0 gtk+3"
 
-SRC_URI[archive.md5sum] = "5f6455ebc47e86f63b9579997137f391"
-SRC_URI[archive.sha256sum] = 
"238da19fdcc3ae9bb0c2d781d099fb8c6ec70c4dd3dffad80d230344ecc3f972"
+SRC_URI[archive.md5sum] = "b5c99a8f483a0defe7c7124a3220e412"
+SRC_URI[archive.sha256sum] = 
"413f8dfb8706760e0c649e2994bd10524ac0736601dd03ad2036293bed3bf141"
 
 GIR_MESON_OPTION = 'with_introspection'
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 08/42] bison: upgrade 3.1 -> 3.3.2

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../bison/dont-depend-on-help2man.patch.patch| 16 +++-
 .../bison/{bison_3.1.bb => bison_3.3.2.bb}   |  4 ++--
 2 files changed, 9 insertions(+), 11 deletions(-)
 rename meta/recipes-devtools/bison/{bison_3.1.bb => bison_3.3.2.bb} (90%)

diff --git 
a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch 
b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
index ac16c5770a5..8a41a3a7627 100644
--- a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
+++ b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
@@ -1,4 +1,4 @@
-From 4c0d7733f30903f8d7c7cd7433f5c8a7505e35f5 Mon Sep 17 00:00:00 2001
+From 31bb81ef15c42b10844eb8af8738f672076edf0e Mon Sep 17 00:00:00 2001
 From: Marko Lindqvist 
 Date: Tue, 21 Apr 2015 00:48:45 -0700
 Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch
@@ -10,15 +10,16 @@ Signed-off-by: Marko Lindqvist 
 Updated for bison 3.0.4
 
 Signed-off-by: Robert Yang 
+
 ---
- doc/local.mk |9 +
+ doc/local.mk | 9 +
  1 file changed, 1 insertion(+), 8 deletions(-)
 
 diff --git a/doc/local.mk b/doc/local.mk
-index c340452..642f385 100644
+index d12836e..f9bf332 100644
 --- a/doc/local.mk
 +++ b/doc/local.mk
-@@ -98,10 +98,7 @@ endif ! CROSS_COMPILING
+@@ -101,10 +101,7 @@ endif ! CROSS_COMPILING
  ## Man Pages.  ##
  ## --- ##
  
@@ -30,9 +31,9 @@ index c340452..642f385 100644
  
  # Differences to ignore when comparing the man page (the date).
  remove_time_stamp = \
-@@ -124,10 +121,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
+@@ -127,10 +124,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
fi
-   $(AM_V_at)rm -f $@*.t
+   $(AM_V_at)rm -f $@*.tmp
  
 -if ENABLE_YACC
 -nodist_man_MANS = doc/yacc.1
@@ -41,6 +42,3 @@ index c340452..642f385 100644
  ## - ##
  ## Graphviz examples generation. ##
  ## - ##
--- 
-1.7.9.5
-
diff --git a/meta/recipes-devtools/bison/bison_3.1.bb 
b/meta/recipes-devtools/bison/bison_3.3.2.bb
similarity index 90%
rename from meta/recipes-devtools/bison/bison_3.1.bb
rename to meta/recipes-devtools/bison/bison_3.3.2.bb
index a743bfdb810..adb9d48e90f 100644
--- a/meta/recipes-devtools/bison/bison_3.1.bb
+++ b/meta/recipes-devtools/bison/bison_3.3.2.bb
@@ -17,8 +17,8 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
 # No point in hardcoding path to m4, just use PATH
 EXTRA_OECONF += "M4=m4"
 
-SRC_URI[md5sum] = "db7e431785ad96870bfa570a15cab079"
-SRC_URI[sha256sum] = 
"7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6"
+SRC_URI[md5sum] = "c9b552dee234b2f6b66e56b27e5234c9"
+SRC_URI[sha256sum] = 
"039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804"
 
 inherit autotools gettext texinfo
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 06/42] adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch  | 6 +++---
 ...ta-icon-theme_3.30.1.bb => adwaita-icon-theme_3.32.0.bb} | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.30.1.bb => 
adwaita-icon-theme_3.32.0.bb} (92%)

diff --git 
a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
 
b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
index 43abdcd85ac..4a983633139 100644
--- 
a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
+++ 
b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
@@ -1,4 +1,4 @@
-From 499222d95a3d06bc425672d50e8c47868667250b Mon Sep 17 00:00:00 2001
+From 4409423752885f76326d05c1266698155f47c5f9 Mon Sep 17 00:00:00 2001
 From: Jussi Kukkonen 
 Date: Tue, 30 May 2017 14:55:49 +0300
 Subject: [PATCH] Don't use AC_CANONICAL_HOST
@@ -14,12 +14,12 @@ Signed-off-by: Jussi Kukkonen 
  1 file changed, 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 38e64bd..6ed480e 100644
+index 4a84501..52dbb8e 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -3,7 +3,6 @@ AC_PREREQ(2.53)
  
- AC_INIT([adwaita-icon-theme], [3.30.1],
+ AC_INIT([adwaita-icon-theme], [3.32.0],
  [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
 -AC_CANONICAL_HOST
  AC_CONFIG_MACRO_DIR([m4])
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.32.0.bb
similarity index 92%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.32.0.bb
index 8eadbd2eef7..02676f44010 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.32.0.bb
@@ -14,8 +14,8 @@ SRC_URI = 
"${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
file://0001-Run-installation-commands-as-shell-jobs.patch \
"
 
-SRC_URI[md5sum] = "db3fd812821d72fdd9a3c7d622a95b35"
-SRC_URI[sha256sum] = 
"6d752a2b1bc668483956d4485c39cad1642d9358e133ff689526e43674a4e1ce"
+SRC_URI[md5sum] = "4b16278cfed860a86c8221de62eec151"
+SRC_URI[sha256sum] = 
"698db6e407bb987baec736c6a30216dfc0317e3ca2403c7adf3a5aa46c193286"
 
 DEPENDS += "librsvg-native"
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 07/42] piglit: upgrade to latest revision

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 ...UPWARD-only-if-its-defined-in-fenv.h.patch | 75 ---
 .../piglit/piglit/format-fix.patch| 69 -
 meta/recipes-graphics/piglit/piglit_git.bb|  4 +-
 3 files changed, 1 insertion(+), 147 deletions(-)
 delete mode 100644 
meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
 delete mode 100644 meta/recipes-graphics/piglit/piglit/format-fix.patch

diff --git 
a/meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
 
b/meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
deleted file mode 100644
index 57eda2e207b..000
--- 
a/meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-Upstream-Status: Submitted [mailing list]
-Signed-off-by: Ross Burton 
-
-From 0e0a2a69261031d55d52b6045990e8982ea12912 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sat, 9 Jul 2016 07:52:19 +
-Subject: [PATCH] tests: only run rounding tests if FE_UPWARD is present
-
-On ARM, musl does not define FE_* when the architecture does not have VFP 
(which
-is the right interpretation).
-
-As these tests depend on calling fesetround(), skip the test if FE_UPWARD isn't
-available.
-
-Signed-off-by: Ross Burton 

- tests/general/roundmode-getintegerv.c | 12 
- tests/general/roundmode-pixelstore.c  | 12 
- 2 files changed, 16 insertions(+), 8 deletions(-)
-
-diff --git a/tests/general/roundmode-getintegerv.c 
b/tests/general/roundmode-getintegerv.c
-index 28ecfaf55..aa99044a1 100644
 a/tests/general/roundmode-getintegerv.c
-+++ b/tests/general/roundmode-getintegerv.c
-@@ -79,13 +79,17 @@ test(float val, int expect)
- void
- piglit_init(int argc, char **argv)
- {
--  int ret;
-   bool pass = true;
--  ret = fesetround(FE_UPWARD);
--  if (ret != 0) {
--  printf("Couldn't set rounding mode\n");
-+
-+#ifdef FE_UPWARD
-+  if (fesetround(FE_UPWARD) != 0) {
-+  printf("Setting rounding mode failed\n");
-   piglit_report_result(PIGLIT_SKIP);
-   }
-+#else
-+  printf("Cannot set rounding mode\n");
-+  piglit_report_result(PIGLIT_SKIP);
-+#endif
- 
-   pass = test(2.2, 2) && pass;
-   pass = test(2.8, 3) && pass;
-diff --git a/tests/general/roundmode-pixelstore.c 
b/tests/general/roundmode-pixelstore.c
-index 8a029b257..57ec11c09 100644
 a/tests/general/roundmode-pixelstore.c
-+++ b/tests/general/roundmode-pixelstore.c
-@@ -79,13 +79,17 @@ test(float val, int expect)
- void
- piglit_init(int argc, char **argv)
- {
--  int ret;
-   bool pass = true;
--  ret = fesetround(FE_UPWARD);
--  if (ret != 0) {
--  printf("Couldn't set rounding mode\n");
-+
-+#ifdef FE_UPWARD
-+  if (fesetround(FE_UPWARD) != 0) {
-+  printf("Setting rounding mode failed\n");
-   piglit_report_result(PIGLIT_SKIP);
-   }
-+#else
-+  printf("Cannot set rounding mode\n");
-+  piglit_report_result(PIGLIT_SKIP);
-+#endif
- 
-   pass = test(2.2, 2) && pass;
-   pass = test(2.8, 3) && pass;
--- 
-2.11.0
-
diff --git a/meta/recipes-graphics/piglit/piglit/format-fix.patch 
b/meta/recipes-graphics/piglit/piglit/format-fix.patch
deleted file mode 100644
index 73d539fef27..000
--- a/meta/recipes-graphics/piglit/piglit/format-fix.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-Upstream-Status: Submitted [mailing list]
-Signed-off-by: Ross Burton 
-
-From f0c6981322807e179e39ce67aeebd42cf7a54d36 Mon Sep 17 00:00:00 2001
-From: Ross Burton 
-Date: Wed, 21 Nov 2018 12:44:36 +
-Subject: [PATCH] arb_texture_view: fix security format warnings
-
-If built with -Werror=format-security then Piglit fails to build:
-
-/tests/spec/arb_texture_view/rendering-layers-image.c:150:8:
-error: format not a string literal and no format arguments 
[-Werror=format-security]
- (desc)); \
- ^~
-
-In this case test->uniform_type is being turned into a string using snprintf()
-and then passed to piglit_report_subtest_result() which takes a format string,
-but GCC can't verify the format.
-
-As _subtest_report() takes a format string, we can just remove the snprintf()
-and let it construct the label.
-
-Also as X is used once and doesn't make the code clearer, just inline it.
-
-Signed-off-by: Ross Burton 

- tests/spec/arb_texture_view/rendering-layers-image.c | 19 ++-
- 1 file changed, 6 insertions(+), 13 deletions(-)
-
-diff --git a/tests/spec/arb_texture_view/rendering-layers-image.c 
b/tests/spec/arb_texture_view/rendering-layers-image.c
-index 415b01657..86148075b 100644
 a/tests/spec/arb_texture_view/rendering-layers-image.c
-+++ b/tests/spec/arb_texture_view/rendering-layers-image.c
-@@ -142,26 +142,19 @@ test_render_layers(const struct test_info *test)
-   return pass;
- }
- 
--#d

[OE-core] [PATCH 04/42] createrepo-c: upgrade 0.12.2 -> 0.14.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../{createrepo-c_0.12.2.bb => createrepo-c_0.14.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.12.2.bb => 
createrepo-c_0.14.0.bb} (93%)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb 
b/meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb
similarity index 93%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb
index c70523dca66..2a3007c38df 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb
@@ -8,11 +8,11 @@ SRC_URI = 
"git://github.com/rpm-software-management/createrepo_c \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
"
 
-SRCREV = "5b4c06f6af24633f667da37455281f24a4abd461"
+SRCREV = "8cffea9751b14366a7f6f3664f5d39fe4f0f9253"
 
 S = "${WORKDIR}/git"
 
-DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
+DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm 
libmodulemd"
 DEPENDS_append_class-native = " file-replacement-native"
 
 inherit cmake pkgconfig bash-completion distutils3-base
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb 
b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
index 40715c06ee2..d7f486868b8 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
@@ -7,14 +7,14 @@ SRC_URI = 
"git://github.com/fedora-modularity/libmodulemd;protocol=https \

file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \
"
 
-PV = "2.2.3"
-SRCREV = "4c75c6f8b39ee57aebe8fd36ef84808e893048c0"
+PV = "2.4.0"
+SRCREV = "d0a3eda45e083e8fe8b329a2310a53abdbf1e4d6"
 
 S = "${WORKDIR}/git"
 
 inherit meson gobject-introspection
 
-EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true 
-Dbuild_api_v2=false"
+EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true 
-Dbuild_api_v2=true"
 
 DEPENDS += "glib-2.0 libyaml glib-2.0-native"
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 02/42] librepo: upgrade 1.9.6 -> 1.10.2

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../librepo/{librepo_1.9.6.bb => librepo_1.10.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/librepo/{librepo_1.9.6.bb => librepo_1.10.2.bb} 
(93%)

diff --git a/meta/recipes-devtools/librepo/librepo_1.9.6.bb 
b/meta/recipes-devtools/librepo/librepo_1.10.2.bb
similarity index 93%
rename from meta/recipes-devtools/librepo/librepo_1.9.6.bb
rename to meta/recipes-devtools/librepo/librepo_1.10.2.bb
index fecedc981f6..43c1967c2ba 100644
--- a/meta/recipes-devtools/librepo/librepo_1.9.6.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.10.2.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git 
\

file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
"
 
-SRCREV = "7d8acd45eb09809a5ab729c312744da4b2fe92bb"
+SRCREV = "91ebe846b0320751a264116c36a665a8facf9e0e"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 01/42] vim: split the common part into vim.inc

2019-05-20 Thread Alexander Kanavin
Previously vim-tiny would include the vim recipe wholesale;
this meant that they had to be upgraded in a single transaction
which devtool cannot cope with. This thwarted the latest AUH
run in particular.

Signed-off-by: Alexander Kanavin 
---
 meta/recipes-support/vim/vim-tiny_8.1.1240.bb |   2 +-
 meta/recipes-support/vim/vim.inc  | 141 +
 meta/recipes-support/vim/vim_8.1.1240.bb  | 142 +-
 3 files changed, 143 insertions(+), 142 deletions(-)
 create mode 100644 meta/recipes-support/vim/vim.inc

diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb 
b/meta/recipes-support/vim/vim-tiny_8.1.1240.bb
index 74464833adb..139e626e444 100644
--- a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb
+++ b/meta/recipes-support/vim/vim-tiny_8.1.1240.bb
@@ -1,4 +1,4 @@
-require vim_${PV}.bb
+require vim.inc
 
 SUMMARY += " (with tiny features)"
 
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
new file mode 100644
index 000..f5c74684bfa
--- /dev/null
+++ b/meta/recipes-support/vim/vim.inc
@@ -0,0 +1,141 @@
+SUMMARY = "Vi IMproved - enhanced vi editor"
+SECTION = "console/utils"
+
+PROVIDES = "xxd"
+DEPENDS = "ncurses gettext-native"
+# vimdiff doesn't like busybox diff
+RSUGGESTS_${PN} = "diffutils"
+LICENSE = "vim"
+LIC_FILES_CHKSUM = 
"file://runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72"
+
+SRC_URI = "git://github.com/vim/vim.git \
+   file://disable_acl_header_check.patch \
+   file://vim-add-knob-whether-elf.h-are-checked.patch \
+   file://0001-src-Makefile-improve-reproducibility.patch \
+"
+SRCREV = "d96dbd6f95ea22f609042cc9c6272f14a21ff1a5"
+
+S = "${WORKDIR}/git"
+
+VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
+
+inherit autotools-brokensep update-alternatives
+
+CLEANBROKEN = "1"
+
+# vim configure.in contains functions which got 'dropped' by autotools.bbclass
+do_configure () {
+cd src
+rm -f auto/*
+touch auto/config.mk
+aclocal
+autoconf
+cd ..
+oe_runconf
+touch src/auto/configure
+touch src/auto/config.mk src/auto/config.h
+}
+
+do_compile() {
+# We do not support fully / correctly the following locales.  Attempting
+# to use these with msgfmt in order to update the ".desktop" files exposes
+# this problem and leads to the compile failing.
+for LOCALE in cs fr ko pl sk zh_CN zh_TW;do
+echo -n > src/po/${LOCALE}.po
+done
+autotools_do_compile
+}
+
+#Available PACKAGECONFIG options are gtkgui, acl, x11, tiny
+PACKAGECONFIG ??= ""
+PACKAGECONFIG += " \
+${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \
+${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \
+"
+PACKAGECONFIG_class-native = ""
+
+PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+,"
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
+PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
+PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,"
+PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils,"
+
+EXTRA_OECONF = " \
+--disable-gpm \
+--disable-gtktest \
+--disable-xim \
+--disable-netbeans \
+--with-tlib=ncurses \
+ac_cv_small_wchar_t=no \
+vim_cv_getcwd_broken=no \
+vim_cv_memmove_handles_overlap=yes \
+vim_cv_stat_ignores_slash=no \
+vim_cv_terminfo=yes \
+vim_cv_tgetent=non-zero \
+vim_cv_toupper_broken=no \
+vim_cv_tty_group=world \
+STRIP=/bin/true \
+"
+
+do_install() {
+autotools_do_install
+
+# Work around file-rdeps picking up csh, awk, perl or python as a dep
+chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/vim132
+chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/mve.awk
+chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/*.pl
+chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/*.py
+
+# Install example vimrc from runtime files
+install -m 0644 runtime/vimrc_example.vim ${D}/${datadir}/${BPN}/vimrc
+
+# we use --with-features=big as default
+mv ${D}${bindir}/${BPN} ${D}${bindir}/${BPN}.${BPN}
+
+if ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'true', 'false', d)}; 
then
+   # The mouse being autoenabled is just annoying in xfce4-terminal (mouse
+   # drag make vim go into visual mode and there is no right click menu),
+   # delete the block.
+   sed -i '/the mouse works just fine/,+4d' ${D}/${datadir}/${BPN}/vimrc
+fi
+}
+
+PARALLEL_MAKEINST = ""
+
+PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc 
${PN}-tools"
+FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax"
+FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc"
+FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor"
+FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc"
+FILES_${PN}-data = "${datadir}/${BPN}"
+FILES_${PN}-tools = "${datadir}/${BPN}/${

Re: [OE-core] [PATCH] alsa-utils: replace hard-coded alsa-utils with PN

2019-05-20 Thread Richard Purdie
On Sat, 2019-05-18 at 23:07 +0200, liu.min...@gmail.com wrote:
> From: Ming Liu 
> 
> This is mandatory to support multilib build, and also to avoid being
> redundant with plenty of hard-coded alsa-utils references.
> 
> Signed-off-by: Ming Liu 

Doesn't this break the alsa-utils-scripts recipe?

Cheers,

Richard



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] Switching GStreamer recipes from autotools to meson

2019-05-20 Thread Alexander Kanavin
By the way, if you don't mind, I would like to reassign the
mainteinrs.inc entry for the gstreamer recipes to you. You'll be
getting notifications from AUH when a new version of gstreamer is out
(with patches if it can be trivially updated to).

Alex

On Tue, 14 May 2019 at 12:21, Alexander Kanavin  wrote:
>
> On Tue, 14 May 2019 at 10:19, Carlos Rafael Giani  
> wrote:
> > GStreamer recipe upgrades to 1.16.0 have been sent in as a pull request
> > to meta-gstreamer1.0 . Once these are in, I'm considering to switch the
> > recipes to meson. Are there any potential issues with that? For example,
> > anything special about meson and GObject introspection I should know about?
>
> Actually, yes. Unlike autotools, meson does not have a standard option
> to enable/disable gobject-introspection, or gtk-doc.
> So most of the time you need to inherit the class (as before), and set
> GIR_MESON_OPTION to the name of the meson option that controls g-i,
> and/or GTKDOC_MESON_OPTION to the name of the option that controls
> gtk-doc.
> There are plenty of example in oe-core for this.
>
> Also, gstreamer recipes have a few patches that deal with
> autotools-specific g-i support, I guess those can be dropped.
>
> Alex
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] Configure wired network interface with dhcp

2019-05-20 Thread kai.kang
From: Kai Kang 

Configure wired network interface with dhcp when use systemd as default init
manager.

Test steps:
1 $ . oe-init-build-env
2 set MACHINE and systemd as default int manager in local.conf
  DISTRO_FEATURES_append = " systemd"
  DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
  VIRTUAL-RUNTIME_login_manager = "shadow-base"
  VIRTUAL-RUNTIME_init_manager = "systemd"
  VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
  MACHINE ?= "genericx86-64"

3 bitbake core-image-minial
4 show ip status:
$ ip ad
  1: lo:  mtu 65536 qdisc noqueue qlen 1000
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host 
 valid_lft forever preferred_lft forever
  2: enp0s25:  mtu 1500 qdisc pfifo_fast qlen 
1000
  link/ether f4:4d:30:66:fb:fd brd ff:ff:ff:ff:ff:ff
  inet 128.224.162.241/23 brd 128.224.163.255 scope global dynamic enp0s25
 valid_lft 13520sec preferred_lft 13520sec
  inet6 fe80::f64d:30ff:fe66:fbfd/64 scope link 
 valid_lft forever preferred_lft forever
  3: sit0@NONE:  mtu 1480 qdisc noop qlen 1000
  link/sit 0.0.0.0 brd 0.0.0.0

5 when connman is installed, 2 dynamic ips are allocated for enp0s25 and both 
work:
$ ip ad
  1: lo:  mtu 65536 qdisc noqueue qlen 1000
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host 
 valid_lft forever preferred_lft forever
  2: enp0s25:  mtu 1500 qdisc pfifo_fast qlen 
1000
  link/ether f4:4d:30:66:fb:fd brd ff:ff:ff:ff:ff:ff
  inet 128.224.162.241/23 brd 128.224.163.255 scope global dynamic enp0s25
 valid_lft 13908sec preferred_lft 13908sec
  inet 128.224.163.143/23 brd 128.224.163.255 scope global secondary enp0s25
 valid_lft forever preferred_lft forever
  inet6 fe80::f64d:30ff:fe66:fbfd/64 scope link 
 valid_lft forever preferred_lft forever
  3: sit0@NONE:  mtu 1480 qdisc noop qlen 1000
  link/sit 0.0.0.0 brd 0.0.0.0


Kai Kang (1):
  systemd-conf: configure wired network with dhcp

 meta/recipes-core/systemd/systemd-conf/dhcp.network | 5 +
 meta/recipes-core/systemd/systemd-conf_242.bb   | 3 +++
 2 files changed, 8 insertions(+)
 create mode 100644 meta/recipes-core/systemd/systemd-conf/dhcp.network

--
2.20.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] systemd-conf: configure wired network with dhcp

2019-05-20 Thread kai.kang
From: Kai Kang 

Add a configure file for systemd.networkd to configure wired network
interfaces with dhcp. It works with common network interfaces such eth0
and eno1.

[YOCTO #13057]

Signed-off-by: Kai Kang 
---
 meta/recipes-core/systemd/systemd-conf/dhcp.network | 5 +
 meta/recipes-core/systemd/systemd-conf_242.bb   | 3 +++
 2 files changed, 8 insertions(+)
 create mode 100644 meta/recipes-core/systemd/systemd-conf/dhcp.network

diff --git a/meta/recipes-core/systemd/systemd-conf/dhcp.network 
b/meta/recipes-core/systemd/systemd-conf/dhcp.network
new file mode 100644
index 00..81f36ebaa5
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd-conf/dhcp.network
@@ -0,0 +1,5 @@
+[Match]
+Name=en* eth*
+
+[Network]
+DHCP=yes
diff --git a/meta/recipes-core/systemd/systemd-conf_242.bb 
b/meta/recipes-core/systemd/systemd-conf_242.bb
index 96beea53a7..094f03e195 100644
--- a/meta/recipes-core/systemd/systemd-conf_242.bb
+++ b/meta/recipes-core/systemd/systemd-conf_242.bb
@@ -10,12 +10,14 @@ SRC_URI = "\
 file://logind.conf \
 file://system.conf \
 file://system.conf-qemuall \
+file://dhcp.network \
 "
 
 do_install() {
install -D -m0644 ${WORKDIR}/journald.conf 
${D}${systemd_unitdir}/journald.conf.d/00-${PN}.conf
install -D -m0644 ${WORKDIR}/logind.conf 
${D}${systemd_unitdir}/logind.conf.d/00-${PN}.conf
install -D -m0644 ${WORKDIR}/system.conf 
${D}${systemd_unitdir}/system.conf.d/00-${PN}.conf
+   install -D -m0644 ${WORKDIR}/dhcp.network 
${D}${systemd_unitdir}/network/80-dhcp.network
 }
 
 # Based on change from YP bug 8141, OE commit 
5196d7bacaef1076c361adaa2867be31759c1b52
@@ -29,4 +31,5 @@ FILES_${PN} = "\
 ${systemd_unitdir}/journald.conf.d/ \
 ${systemd_unitdir}/logind.conf.d/ \
 ${systemd_unitdir}/system.conf.d/ \
+${systemd_unitdir}/network/ \
 "
-- 
2.20.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


<    1   2