[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-233-gaa54b4e30
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-02-11 08:38:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via aa54b4e30913c3ef9a17b46b319f9bbd818eae9d (commit)
via dd3d1ca6222f472303b5f482e055d2cb57d282c8 (commit)
via 9d7715323cb74e11cd90e55173b72d31fd36d867 (commit)
via 168f9cb98dee99ec73d53886d6fb2a10097a82b7 (commit)
via 82f7da3756a089cb78aa8d142a037b1884548f65 (commit)
via 02c78de9187f2383f99ad5368ec3e703afee2b4d (commit)
from 01ccff6f379f41a2910e7ebf74c0dc49960d2b75 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit aa54b4e30913c3ef9a17b46b319f9bbd818eae9d
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Feb 11 09:37:12 2021 +0100
[BUILDROOT] opos6ullegacy-4.9_defconfig: remove BR legacy config option
commit dd3d1ca6222f472303b5f482e055d2cb57d282c8
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Feb 11 09:32:44 2021 +0100
[BUILDROOT] apf6legacy_defconfig: remove BR legacy config options
commit 9d7715323cb74e11cd90e55173b72d31fd36d867
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Feb 11 09:28:59 2021 +0100
[BUILDROOT] apf6_defconfig: remove BR legacy config option
commit 168f9cb98dee99ec73d53886d6fb2a10097a82b7
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Feb 10 16:44:19 2021 +0100
[BUILDROOT] Bump BR to 2020.02.10
commit 82f7da3756a089cb78aa8d142a037b1884548f65
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Feb 10 16:43:26 2021 +0100
[BUILDROOT] 2020.02: wayland: go back to 1.17
commit 02c78de9187f2383f99ad5368ec3e703afee2b4d
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Feb 10 15:11:23 2021 +0100
[BUILDROOT] 2020.02: update cleanup_buildroot.sh
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
buildroot/configs/apf6_defconfig | 4 +-
buildroot/configs/apf6legacy_defconfig | 12 +-
buildroot/configs/opos6ullegacy-4.9_defconfig | 8 +-
...76-package-wayland-bump-to-version-1.18.0.patch | 268 ---------------------
.../377-package-wayland-switch-to-https.patch | 21 +-
...yland-fix-build-with-toolchains-without-c.patch | 54 -----
patches/buildroot/2020.02/cleanup_buildroot.sh | 6 +
8 files changed, 26 insertions(+), 349 deletions(-)
delete mode 100644 patches/buildroot/2020.02/376-package-wayland-bump-to-version-1.18.0.patch
delete mode 100644 patches/buildroot/2020.02/378-package-wayland-fix-build-with-toolchains-without-c.patch
diff --git a/Makefile b/Makefile
index 117af618a..ec62f8f07 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION ?= 2020.02
-BUILDROOT_MINOR_VERSION ?= 9
+BUILDROOT_MINOR_VERSION ?= 10
ifneq ($(strip $(BUILDROOT_MINOR_VERSION)),)
BUILDROOT_VERSION := $(BUILDROOT_MAJOR_VERSION).$(BUILDROOT_MINOR_VERSION)
else
diff --git a/buildroot/configs/apf6_defconfig b/buildroot/configs/apf6_defconfig
index 73f7125d3..527365c92 100644
--- a/buildroot/configs/apf6_defconfig
+++ b/buildroot/configs/apf6_defconfig
@@ -44,6 +44,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_GSTREAMER1=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOTESTSRC=y
+BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_TCP=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC=y
@@ -71,7 +72,6 @@ BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF=y
BR2_PACKAGE_GST1_PLUGINS_BAD=y
-BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CAMERABIN2=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FACEOVERLAY=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS=y
@@ -98,9 +98,9 @@ BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
BR2_PACKAGE_E2FSPROGS_E4DEFRAG=y
BR2_PACKAGE_MMC_UTILS=y
BR2_PACKAGE_ASCII_INVADERS=y
+BR2_PACKAGE_FB_TEST_APP=y
BR2_PACKAGE_FBGRAB=y
BR2_PACKAGE_FBSET=y
-BR2_PACKAGE_FB_TEST_APP=y
BR2_PACKAGE_FBTERM=y
BR2_PACKAGE_FBV=y
# BR2_PACKAGE_FBV_JPEG is not set
diff --git a/buildroot/configs/apf6legacy_defconfig b/buildroot/configs/apf6legacy_defconfig
index 06d320f9e..33668bfcf 100644
--- a/buildroot/configs/apf6legacy_defconfig
+++ b/buildroot/configs/apf6legacy_defconfig
@@ -43,6 +43,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_GSTREAMER1=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOTESTSRC=y
+BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_TCP=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC=y
@@ -67,9 +68,6 @@ BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOMIXER=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF=y
-BR2_PACKAGE_GST1_PLUGINS_BAD=y
-BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL=y
-BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CAMERABIN2=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FACEOVERLAY=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS=y
@@ -79,7 +77,6 @@ BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265=y
BR2_PACKAGE_GST1_PLUGINS_UGLY=y
BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264=y
BR2_PACKAGE_GST1_IMX=y
-BR2_PACKAGE_GST1_IMX_G2D=y
BR2_PACKAGE_GST1_IMX_IPU=y
BR2_PACKAGE_GST1_IMX_VPU=y
BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC=y
@@ -90,7 +87,6 @@ BR2_PACKAGE_LTRACE=y
BR2_PACKAGE_PV=y
BR2_PACKAGE_RAMSMP=y
BR2_PACKAGE_STRACE=y
-BR2_PACKAGE_HWDATA=y
BR2_PACKAGE_DOSFSTOOLS=y
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
@@ -98,8 +94,8 @@ BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
BR2_PACKAGE_E2FSPROGS_E4DEFRAG=y
BR2_PACKAGE_MMC_UTILS=y
BR2_PACKAGE_ASCII_INVADERS=y
-BR2_PACKAGE_FBGRAB=y
BR2_PACKAGE_FB_TEST_APP=y
+BR2_PACKAGE_FBGRAB=y
BR2_PACKAGE_FBTERM=y
BR2_PACKAGE_FBV=y
# BR2_PACKAGE_FBV_JPEG is not set
@@ -115,9 +111,9 @@ BR2_PACKAGE_IMX_LIB=y
BR2_PACKAGE_IMX_PARSER=y
BR2_PACKAGE_IMX_VPUWRAP=y
BR2_PACKAGE_IMX_GPU_VIV=y
-BR2_PACKAGE_IMX_GPU_VIV_APITRACE=y
BR2_PACKAGE_IMX_GPU_VIV_EXAMPLES=y
BR2_PACKAGE_IMX_GPU_VIV_GMEM_INFO=y
+BR2_PACKAGE_HWDATA=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_KBD=y
BR2_PACKAGE_PCI_DEBUG=y
@@ -136,7 +132,6 @@ BR2_PACKAGE_HAVEGED=y
BR2_PACKAGE_BLUEZ5_UTILS=y
BR2_PACKAGE_BLUEZ5_UTILS_OBEX=y
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT=y
-BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL=y
BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL=y
BR2_PACKAGE_CAN_UTILS=y
BR2_PACKAGE_DROPBEAR=y
@@ -170,3 +165,4 @@ BR2_TARGET_UBOOT_SPL_NAME="SPL"
BR2_PACKAGE_HOST_E2TOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_IMX_USB_LOADER=y
+BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL=y
diff --git a/buildroot/configs/opos6ullegacy-4.9_defconfig b/buildroot/configs/opos6ullegacy-4.9_defconfig
index 83216405b..a74611c92 100644
--- a/buildroot/configs/opos6ullegacy-4.9_defconfig
+++ b/buildroot/configs/opos6ullegacy-4.9_defconfig
@@ -51,6 +51,7 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_FAAD2=y
BR2_PACKAGE_GSTREAMER1=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOTESTSRC=y
+BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_TCP=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC=y
@@ -76,7 +77,6 @@ BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOMIXER=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF=y
-BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CAMERABIN2=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FBDEV=y
@@ -100,16 +100,15 @@ BR2_PACKAGE_STRACE=y
BR2_PACKAGE_STRESS_NG=y
BR2_PACKAGE_GIT=y
BR2_PACKAGE_TREE=y
-BR2_PACKAGE_ASCII_INVADERS=y
-BR2_PACKAGE_HWDATA=y
BR2_PACKAGE_DOSFSTOOLS=y
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
BR2_PACKAGE_E2FSPROGS_E4DEFRAG=y
BR2_PACKAGE_MMC_UTILS=y
-BR2_PACKAGE_FBGRAB=y
+BR2_PACKAGE_ASCII_INVADERS=y
BR2_PACKAGE_FB_TEST_APP=y
+BR2_PACKAGE_FBGRAB=y
BR2_PACKAGE_FBTERM=y
BR2_PACKAGE_FBV=y
# BR2_PACKAGE_FBV_GIF is not set
@@ -119,6 +118,7 @@ BR2_PACKAGE_APF_CONFIG=y
BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_FREESCALE_IMX=y
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL=y
+BR2_PACKAGE_HWDATA=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_IMX_TEST=y
BR2_PACKAGE_KBD=y
diff --git a/patches/buildroot/2020.02/376-package-wayland-bump-to-version-1.18.0.patch b/patches/buildroot/2020.02/376-package-wayland-bump-to-version-1.18.0.patch
deleted file mode 100644
index fd2aec2a9..000000000
--- a/patches/buildroot/2020.02/376-package-wayland-bump-to-version-1.18.0.patch
+++ /dev/null
@@ -1,268 +0,0 @@
-From 5b6dd9184ef35cb9c8a674f71e80a3df1aafe110 Mon Sep 17 00:00:00 2001
-From: James Hilliard <jam...@gm...>
-Date: Mon, 4 May 2020 02:13:41 -0600
-Subject: [PATCH 376/378] package/wayland: bump to version 1.18.0
-
-Rebase/update disable tests patch.
-
-Replace autotools build system with meson as autotools is deprecated
-and will be removed.
-
-Signed-off-by: James Hilliard <jam...@gm...>
-Signed-off-by: Thomas Petazzoni <tho...@bo...>
----
- ...01-build-add-option-to-disable-tests.patch | 104 ++++++++++++++++++
- ...onfigure-add-option-to-disable-tests.patch | 73 ------------
- package/wayland/wayland.hash | 12 +-
- package/wayland/wayland.mk | 14 +--
- 4 files changed, 115 insertions(+), 88 deletions(-)
- create mode 100644 package/wayland/0001-build-add-option-to-disable-tests.patch
- delete mode 100644 package/wayland/0001-configure-add-option-to-disable-tests.patch
-
-diff --git a/package/wayland/0001-build-add-option-to-disable-tests.patch b/package/wayland/0001-build-add-option-to-disable-tests.patch
-new file mode 100644
-index 0000000000..6ab695e909
---- /dev/null
-+++ b/package/wayland/0001-build-add-option-to-disable-tests.patch
-@@ -0,0 +1,104 @@
-+From 283085496e06b5543771abe5cc746ff0b77cdd23 Mon Sep 17 00:00:00 2001
-+From: James Hilliard <jam...@gm...>
-+Date: Tue, 3 Mar 2020 15:27:51 -0700
-+Subject: [PATCH] build: add option to disable tests
-+
-+When building for a product, tests are not needed.
-+
-+Besides, one test requires a C++ compiler, which is not always
-+available.
-+
-+So, add an option to configure to disable building tests altogether.
-+
-+Signed-off-by: "Yann E. MORIN" <yan...@fr...>
-+Signed-off-by: Alexey Brodkin <abr...@sy...>
-+Signed-off-by: James Hilliard <jam...@gm...>
-+[Upstream status:
-+https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/66]
-+---
-+ Makefile.am | 2 ++
-+ configure.ac | 9 +++++++++
-+ meson.build | 4 +++-
-+ meson_options.txt | 4 ++++
-+ 4 files changed, 18 insertions(+), 1 deletion(-)
-+
-+diff --git a/Makefile.am b/Makefile.am
-+index cc87392..d5d43e3 100644
-+--- a/Makefile.am
-++++ b/Makefile.am
-+@@ -162,6 +162,7 @@ pkgconfig_DATA += egl/wayland-egl.pc
-+ include_HEADERS += egl/wayland-egl-backend.h
-+ pkgconfig_DATA += egl/wayland-egl-backend.pc
-+
-++if ENABLE_TESTS
-+ built_test_programs = \
-+ array-test \
-+ client-test \
-+@@ -295,6 +296,7 @@ os_wrappers_test_LDADD = libtest-runner.la
-+
-+ exec_fd_leak_checker_SOURCES = tests/exec-fd-leak-checker.c
-+ exec_fd_leak_checker_LDADD = libtest-helpers.la
-++endif
-+
-+ EXTRA_DIST += tests/scanner-test.sh \
-+ protocol/tests.xml \
-+diff --git a/configure.ac b/configure.ac
-+index dda5e48..99b7c96 100644
-+--- a/configure.ac
-++++ b/configure.ac
-+@@ -77,6 +77,13 @@ AC_ARG_ENABLE([libraries],
-+ [],
-+ [enable_libraries=yes])
-+
-++AC_ARG_ENABLE([tests],
-++ [AC_HELP_STRING([--disable-tests],
-++ [Disable compilation of test programs])],
-++ [],
-++ [enable_tests=yes])
-++
-++
-+ AC_ARG_WITH([host-scanner],
-+ [AC_HELP_STRING([--with-host-scanner],
-+ [Use installed wayland-scanner from host PATH during build])],
-+@@ -99,6 +106,8 @@ AM_CONDITIONAL(USE_HOST_SCANNER, test "x$with_host_scanner" = xyes)
-+
-+ AM_CONDITIONAL(ENABLE_LIBRARIES, test "x$enable_libraries" = xyes)
-+
-++AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = xyes)
-++
-+ AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here],
-+ [ ICONDIR=$withval],
-+ [ ICONDIR=${datadir}/icons])
-+diff --git a/meson.build b/meson.build
-+index 5632f4e..b37bb7a 100644
-+--- a/meson.build
-++++ b/meson.build
-+@@ -83,7 +83,9 @@ subdir('src')
-+ if get_option('libraries')
-+ subdir('cursor')
-+ subdir('egl')
-+- subdir('tests')
-++ if get_option('tests')
-++ subdir('tests')
-++ endif
-+ endif
-+
-+ if get_option('documentation')
-+diff --git a/meson_options.txt b/meson_options.txt
-+index 76314f7..ab4be92 100644
-+--- a/meson_options.txt
-++++ b/meson_options.txt
-+@@ -2,6 +2,10 @@ option('libraries',
-+ description: 'Compile Wayland libraries',
-+ type: 'boolean',
-+ value: 'true')
-++option('tests',
-++ description: 'Compile Wayland tests',
-++ type: 'boolean',
-++ value: 'true')
-+ option('documentation',
-+ description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
-+ type: 'boolean',
-+--
-+2.20.1
-+
-diff --git a/package/wayland/0001-configure-add-option-to-disable-tests.patch b/package/wayland/0001-configure-add-option-to-disable-tests.patch
-deleted file mode 100644
-index fdfbeb4bd1..0000000000
---- a/package/wayland/0001-configure-add-option-to-disable-tests.patch
-+++ /dev/null
-@@ -1,73 +0,0 @@
--From 55ae8e1103f4697bfa01a84301a6560b89de5248 Mon Sep 17 00:00:00 2001
--From: "Yann E. MORIN" <yan...@fr...>
--Date: Mon, 16 Apr 2018 19:52:34 +0300
--Subject: [PATCH] configure: add option to disable tests
--
--When building for a product, tests are not needed.
--
--Besides, one test requires a C++ compiler, which is not always
--available.
--
--So, add an option to configure to disable building tests altogether.
--
--Signed-off-by: "Yann E. MORIN" <yan...@fr...>
--Reviewed-by: Eric Engestrom <eri...@im...>
--Tested-by: Eric Engestrom <eri...@im...>
--
--Signed-off-by: "Yann E. MORIN" <yan...@fr...>
--Signed-off-by: Alexey Brodkin <abr...@sy...>
--
-----
--Changes v1 -> v2:
-- - fix typo in yes-check (Eric)
-----
-- Makefile.am | 2 ++
-- configure.ac | 8 ++++++++
-- 2 files changed, 10 insertions(+)
--
--diff --git a/Makefile.am b/Makefile.am
--index 741db5ebf9d9..4862d42959f0 100644
----- a/Makefile.am
--+++ b/Makefile.am
--@@ -160,6 +160,7 @@ pkgconfig_DATA += egl/wayland-egl.pc
-- include_HEADERS += egl/wayland-egl-backend.h
-- pkgconfig_DATA += egl/wayland-egl-backend.pc
--
--+if ENABLE_TESTS
-- built_test_programs = \
-- array-test \
-- client-test \
--@@ -287,6 +288,7 @@ os_wrappers_test_LDADD = libtest-runner.la
--
-- exec_fd_leak_checker_SOURCES = tests/exec-fd-leak-checker.c
-- exec_fd_leak_checker_LDADD = libtest-helpers.la
--+endif
--
-- EXTRA_DIST += tests/scanner-test.sh \
-- protocol/tests.xml \
--diff --git a/configure.ac b/configure.ac
--index c74ee97b24a2..5c94b7b76b06 100644
----- a/configure.ac
--+++ b/configure.ac
--@@ -89,10 +89,18 @@ AC_ARG_ENABLE([dtd-validation],
-- [],
-- [enable_dtd_validation=yes])
--
--+AC_ARG_ENABLE([tests],
--+ [AC_HELP_STRING([--disable-tests],
--+ [Disable compilation of test programs])],
--+ [],
--+ [enable_tests=yes])
--+
-- AM_CONDITIONAL(USE_HOST_SCANNER, test "x$with_host_scanner" = xyes)
--
-- AM_CONDITIONAL(ENABLE_LIBRARIES, test "x$enable_libraries" = xyes)
--
--+AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = xyes)
--+
-- AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here],
-- [ ICONDIR=$withval],
-- [ ICONDIR=${datadir}/icons])
----
--2.14.3
--
-diff --git a/package/wayland/wayland.hash b/package/wayland/wayland.hash
-index 8774101884..abd8bcdf29 100644
---- a/package/wayland/wayland.hash
-+++ b/package/wayland/wayland.hash
-@@ -1,8 +1,8 @@
--# From https://lists.freedesktop.org/archives/wayland-devel/2019-March/040335.html
--md5 d91f970aea11fd549eae023d06f91af3 wayland-1.17.0.tar.xz
--sha1 4d9e08a7a4a07fa37a25d7aa3ef83f08edec0600 wayland-1.17.0.tar.xz
--sha256 72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4 wayland-1.17.0.tar.xz
--sha512 c5051aab5ff078b368c196ecfedb33ccd961265bb914845d7ed81de361bb86ae18299575baa6c4eceb0d82cf8b495e8293f31b51d1cbc05d84af0a199ab3f946 wayland-1.17.0.tar.xz
-+# From https://lists.freedesktop.org/archives/wayland-devel/2020-February/041207.html
-+md5 23317697b6e3ff2e1ac8c5ba3ed57b65 wayland-1.18.0.tar.xz
-+sha1 33e5292b32a115e829458ea627201ed1e4ad4f45 wayland-1.18.0.tar.xz
-+sha256 4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d wayland-1.18.0.tar.xz
-+sha512 e30199e30c2bbd361ee695b4f3f7a4e264f10ed8f46f2c90762b5739fc578ae757dc39aa0258d8fbf0ed418553470bccd4b2730ed9705481cfccdab5de96a8fc wayland-1.18.0.tar.xz
-
- # Locally calculated
--sha256 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061 COPYING
-+sha256 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061 COPYING
-diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk
-index e325c6d752..a3031bafa8 100644
---- a/package/wayland/wayland.mk
-+++ b/package/wayland/wayland.mk
-@@ -4,7 +4,7 @@
- #
- ################################################################################
-
--WAYLAND_VERSION = 1.17.0
-+WAYLAND_VERSION = 1.18.0
- WAYLAND_SITE = http://wayland.freedesktop.org/releases
- WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
- WAYLAND_LICENSE = MIT
-@@ -13,12 +13,8 @@ WAYLAND_INSTALL_STAGING = YES
- WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2
- HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2
-
--# 0002-configure-add-option-to-disable-tests.patch
--WAYLAND_AUTORECONF = YES
--
--# wayland-scanner is only needed for building, not on the target
--WAYLAND_CONF_OPTS = --with-host-scanner --disable-tests
--HOST_WAYLAND_CONF_OPTS = --disable-tests
-+WAYLAND_CONF_OPTS = -Dtests=false -Ddocumentation=false
-+HOST_WAYLAND_CONF_OPTS = -Dtests=false -Ddocumentation=false
-
- # Remove the DTD from the target, it's not needed at runtime
- define WAYLAND_TARGET_CLEANUP
-@@ -26,5 +22,5 @@ define WAYLAND_TARGET_CLEANUP
- endef
- WAYLAND_POST_INSTALL_TARGET_HOOKS += WAYLAND_TARGET_CLEANUP
-
--$(eval $(autotools-package))
--$(eval $(host-autotools-package))
-+$(eval $(meson-package))
-+$(eval $(host-meson-package))
---
-2.26.2
-
diff --git a/patches/buildroot/2020.02/377-package-wayland-switch-to-https.patch b/patches/buildroot/2020.02/377-package-wayland-switch-to-https.patch
index c66c8800b..b96e5ae70 100644
--- a/patches/buildroot/2020.02/377-package-wayland-switch-to-https.patch
+++ b/patches/buildroot/2020.02/377-package-wayland-switch-to-https.patch
@@ -19,10 +19,10 @@ Signed-off-by: Thomas Petazzoni <tho...@bo...>
package/wayland/wayland.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-diff --git a/package/wayland/Config.in b/package/wayland/Config.in
-index 32718fc2b2..c22d9c7ef5 100644
---- a/package/wayland/Config.in
-+++ b/package/wayland/Config.in
+Index: buildroot/package/wayland/Config.in
+===================================================================
+--- buildroot.orig/package/wayland/Config.in
++++ buildroot/package/wayland/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_WAYLAND
to talk to its clients as well as a library implementation
of the protocol.
@@ -32,19 +32,16 @@ index 32718fc2b2..c22d9c7ef5 100644
comment "wayland needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
-diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk
-index a3031bafa8..1b19272715 100644
---- a/package/wayland/wayland.mk
-+++ b/package/wayland/wayland.mk
+Index: buildroot/package/wayland/wayland.mk
+===================================================================
+--- buildroot.orig/package/wayland/wayland.mk
++++ buildroot/package/wayland/wayland.mk
@@ -5,7 +5,7 @@
################################################################################
- WAYLAND_VERSION = 1.18.0
+ WAYLAND_VERSION = 1.17.0
-WAYLAND_SITE = http://wayland.freedesktop.org/releases
+WAYLAND_SITE = https://wayland.freedesktop.org/releases
WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
WAYLAND_LICENSE = MIT
WAYLAND_LICENSE_FILES = COPYING
---
-2.26.2
-
diff --git a/patches/buildroot/2020.02/378-package-wayland-fix-build-with-toolchains-without-c.patch b/patches/buildroot/2020.02/378-package-wayland-fix-build-with-toolchains-without-c.patch
deleted file mode 100644
index 83ff7488a..000000000
--- a/patches/buildroot/2020.02/378-package-wayland-fix-build-with-toolchains-without-c.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 654b5d934a7cdab7deca16b374322236de08d472 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <ber...@t-...>
-Date: Wed, 29 Jul 2020 20:16:50 +0200
-Subject: [PATCH 378/378] package/wayland: fix build with toolchains without
- c++
-
-Fixes
-http://autobuild.buildroot.net/results/fb2/fb205601cac2bbf8e70ec2bf4eaf22264d8edc96/
-
-Signed-off-by: Bernd Kuhls <ber...@t-...>
-Signed-off-by: Peter Korsgaard <pe...@ko...>
----
- .../0002-meson-do-not-check-for-c.patch | 29 +++++++++++++++++++
- 1 file changed, 29 insertions(+)
- create mode 100644 package/wayland/0002-meson-do-not-check-for-c.patch
-
-diff --git a/package/wayland/0002-meson-do-not-check-for-c.patch b/package/wayland/0002-meson-do-not-check-for-c.patch
-new file mode 100644
-index 0000000000..c5819bf477
---- /dev/null
-+++ b/package/wayland/0002-meson-do-not-check-for-c.patch
-@@ -0,0 +1,29 @@
-+From 1df9b73db6541cbc483c6ee1b21dbe0cb6e5cbfa Mon Sep 17 00:00:00 2001
-+From: Bernd Kuhls <ber...@t-...>
-+Date: Wed, 29 Jul 2020 08:20:41 +0200
-+Subject: [PATCH] meson: do not check for c++
-+
-+Wayland does not need c++, fixes building with toolchains lacking c++.
-+
-+Backported from upstream PR:
-+https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/88
-+
-+Signed-off-by: Bernd Kuhls <ber...@t-...>
-+---
-+ meson.build | 2 +-
-+ 1 file changed, 1 insertion(+), 1 deletion(-)
-+
-+diff --git a/meson.build b/meson.build
-+index b67b101..e47a52d 100644
-+--- a/meson.build
-++++ b/meson.build
-+@@ -1,5 +1,5 @@
-+ project(
-+- 'wayland', 'c', 'cpp',
-++ 'wayland', 'c',
-+ version: '1.18.0',
-+ license: 'MIT',
-+ meson_version: '>= 0.47.0',
-+--
-+2.27.0
-+
---
-2.26.2
-
diff --git a/patches/buildroot/2020.02/cleanup_buildroot.sh b/patches/buildroot/2020.02/cleanup_buildroot.sh
index da992b358..af8c91f86 100755
--- a/patches/buildroot/2020.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2020.02/cleanup_buildroot.sh
@@ -38,6 +38,10 @@ rm -rf buildroot/package/freescale-imx/Config.in
rm -rf buildroot/package/freescale-imx/firmware-imx/Config.in
rm -rf buildroot/package/freescale-imx/firmware-imx/firmware-imx.hash
rm -rf buildroot/package/freescale-imx/firmware-imx/firmware-imx.mk
+rm -rf buildroot/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
+rm -rf buildroot/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
+rm -rf buildroot/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
+rm -rf buildroot/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
rm -rf buildroot/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash
rm -rf buildroot/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk
rm -rf buildroot/package/freescale-imx/imx-seco/Config.in
@@ -136,6 +140,8 @@ rm -rf buildroot/package/snes9x/snes9x.mk
rm -rf buildroot/package/thingerio/Config.in
rm -rf buildroot/package/thingerio/thingerio.hash
rm -rf buildroot/package/thingerio/thingerio.mk
+rm -rf buildroot/package/wayland/Config.in
+rm -rf buildroot/package/wayland/wayland.mk
rm -rf buildroot/package/wolf4sdl/Config.in
rm -rf buildroot/package/wolf4sdl/wolf4sdl.mk
rm -rf buildroot/package/wpa_supplicant/Config.in
hooks/post-receive
--
armadeus
|