summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libmodule-build-perl: drop, has moved to oe-coreTim Orling2019-06-191-34/+0
| | | | | | | | | | libmodule-build-perl is a dependency for cpan_build.bbclass and as such has been moved to oe-core OE-Core rev: 81ba07d85d21456bf7248b2f04082958e8d724c2 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpuburn-arm: add aarch64 machine and build configurationAndrey Zhizhikin2019-06-191-9/+23
| | | | | | | | | | | | | | | Add aarch64 as a valid machine to cpuburn recipe and split compilation task. The only source file which supports the aarch64 build is cpuburn-a53.S, and in case if TUNE is set to aarch64 - this should be the only file to be assembled to the application. In case of 32-bit build - all sources are compiled as they are, since cpuburn-a53.S supports both 32- and 64-bit tunes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-certifi: upgrade 2019.3.9 -> 2019.6.16Zang Ruochen2019-06-193-2/+2
| | | | | | | | | -Upgrade from python-certifi_2019.3.9.bb to python-certifi_2019.6.16.bb. -Upgrade from python3-certifi_2019.3.9.bb to python3-certifi_2019.6.16.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-wrapt: upgrade 1.11.1 -> 1.11.2Zang Ruochen2019-06-193-2/+2
| | | | | | | | | -Upgrade from python-wrapt_1.11.1.bb to python-wrapt_1.11.2.bb. -Upgrade from python3-wrapt_1.11.1.bb to python3-wrapt_1.11.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix do_patch error for mips64-n32Mingli Yu2019-06-191-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After mozjs upgrade to 60.5.2 in below commit: 9ca3aad9c mozjs: Upgrade to version 60.x With below logic in local.conf: MACHINE ??= "qemumips64" MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf $ bitbake libn32-mozjs -cpatch | NOTE: Applying patch '0001-fix-compiling-failure-on-mips64-n32-bsp.patch' (../layers/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/0001-fix-compiling-failure-on-mips64-n32-bsp.patch) | ERROR: Command Error: 'quilt --quiltrc TOPDIR/tmp/work/mips64-n32-wrsmllibn32-linux-gnun32/libn32-mozjs/60.5.2-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: | Applying patch 0001-fix-compiling-failure-on-mips64-n32-bsp.patch | patching file build/moz.configure/init.configure | patching file js/src/jit/mips-shared/Architecture-mips-shared.h | Hunk #1 succeeded at 28 with fuzz 2 (offset 2 lines). | Hunk #2 FAILED at 95. | 1 out of 2 hunks FAILED -- rejects in file js/src/jit/mips-shared/Architecture-mips-shared.h | patching file python/mozbuild/mozbuild/configure/constants.py | Patch 0001-fix-compiling-failure-on-mips64-n32-bsp.patch does not apply (enforce with -f) Rework 0001-fix-compiling-failure-on-mips64-n32-bsp.patch to fix the above do_patch error. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: upgrade 2.9.11.1 -> 2.9.13Yi Zhao2019-06-193-30/+32
| | | | | | | | | | | | | * Add PACKAGECONFIG[appid] for application identification support. * Set the variables 'have_daq_packet_trace' and 'have_daq_verdict_reason' to 'no' since they are only supported in daq 2.2.2 but not in 2.0.6. * Cleanup snort.init script and fix the incorrect argument of mkdir Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: Depend on gmimeKhem Raj2019-06-181-2/+2
| | | | | | | | gmime is used if detected, some build hosts the detection logic fails, make the dependency unconditional to fix build failures when it detects host's gmime install Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: Add recipeKhem Raj2019-06-183-0/+38
| | | | | | gmime is needed for pidgin-sipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openconnect: update to 8.03Oleksandr Kravchuk2019-06-181-3/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xl2tpd: Remove the old 1.3.6 versionAdrian Bunk2019-06-183-49/+38
| | | | | | | | | It started as one recipe for the latest stable release and one for the latest git, but after these became ancient release and latest release it no longer made sense to have two recipees. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tipcutils: Remove the unnecessary dependency on virtual/kernelAdrian Bunk2019-06-181-4/+0
| | | | | | | This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: Remove the unnecessary dependency on virtual/kernelAdrian Bunk2019-06-182-10/+1
| | | | | | | This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependenciesAdrian Bunk2019-06-182-6/+2
| | | | | | | | | network-manager-applet stopped using dbus-glib 3 years ago. Building of the obsolete libnm-gtk is disabled by default in 1.8.20. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: fix multilib build failureNaveen Saini2019-06-182-2/+92
| | | | | | | | Added the generic library path used by multilib code Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Tested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: upgrade 19.2.0 -> 19.2.1Zang Ruochen2019-06-183-2/+2
| | | | | | | | | -Upgrade from python-twisted_19.2.0.bb to python-twisted_19.2.1.bb. -Upgrade from python3-twisted_19.2.0.bb to python3-twisted_19.2.1.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0Pascal Bach2019-06-174-101/+2
| | | | | | | The patch for Python 3.7 compatibility is already in 3.8.0. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: add patch for protobuf 3 compatibilityPascal Bach2019-06-172-1/+58
| | | | | | | | There is no release yet of protobuf-c that is compatible with protobuf 3. Master is already patched so this is just a straight backport of this patch. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: 3.6.1 -> 3.8.0Pascal Bach2019-06-172-4/+55
| | | | | | | | | | Simple update to latest release The patch is needed to make python3-protobuf compile as otherwise a file it expects is missing. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.3.16Mingli Yu2019-06-173-4/+4
| | | | | | | | | | | | | | | | License-Update: The address of Free Software Foundation updated Bug fixes: MDEV-19490: show tables fails when selecting the information_schema database MDEV-19541: InnoDB crashes when trying to recover a corrupted page More details check: https://jira.mariadb.org/browse/MDEV-19490 https://jira.mariadb.org/browse/MDEV-19541 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libauthen-radius-perl: Remove manual RDEPENDS from PN-ptest to PN packageAdrian Bunk2019-06-171-1/+1
| | | | | | | They are now added automatically by the ptest class. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libp11: No need to delete *.la anymoreNicola Lunghi2019-06-161-1/+0
| | | | | | | This is redundant in latest update Signed-off-by: Nicola Lunghi <nick83ola@gmail.com><Paste> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: upgrade to v1.4Bartosz Golaszewski2019-06-161-3/+3
| | | | | | | | | This release contains a couple fixes for C++ bindings and testing framework refactoring. The --enable-install-tests option has been removed as it was redundant. More info in NEWS. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Use git SHA instead of git archiveKhem Raj2019-06-161-5/+4
| | | | | | git archives get regenerated randomly so lets use git fetcher instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Implement reading sysfs and use it if sysconf is not thereKhem Raj2019-06-162-0/+73
| | | | | | | This helps in building on musl platform where _SC_LEVEL1_DCACHE_LINESIZE is not available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Fix build with libc++Khem Raj2019-06-162-1/+31
| | | | | | | when using libc++ instead of libstdc++, __gnu_cxx namespace is not available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-benchmark/stressapptest_1.0.9.bb: add recipeMaciej Pijanowski2019-06-151-0/+19
| | | | | | | | | | | | This patch introduces recipe for the stressapptest utility. The recipe builds without errors and warnings (tested on thud). It basically uses autootools to buildm so should build just fine on the other releases as well. Basic commands from the project's README were tested on a few armv7 / armv8 platforms. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gitver: Pass git directory argument to gitrev_runSaikiran Madugula2019-06-151-1/+1
| | | | | | | | ${GITSHA} gives the following error otherwise gitrev_run() missing 1 required positional argument: 'path' Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman_%.bbappend: Avoid PAK archive (application/x-pak)Persian Prince2019-06-151-0/+1
| | | | | | Just check it in ubuntu you'll see. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: upgrade 2.0.25 -> 2.0.27Yi Zhao2019-06-159-103/+104
| | | | | | | | | | | | | Refresh all patches. Remove openipmigui-not-compile-pyc-pyo.patch and do-not-install-pyc-and-pyo.patch as the issues had been fixed upstream. Add ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch to fix the build error. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phpmyadmin: upgrade 4.8.5 -> 4.9.0.1Yi Zhao2019-06-151-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdebug: upgrade 2.7.0RC2 -> 2.7.2Yi Zhao2019-06-151-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fcgi: upgrade 2.4.1+git -> 2.4.2Yi Zhao2019-06-152-22/+3
| | | | | | | | Remove add_foreign_to_AM_INIT_AUTOMAKE.patch as the issue had been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 4.18.0 -> 5.0.0Yi Zhao2019-06-153-41/+11
| | | | | | | | | | Rebase 0001-build-Check-for-sync_file_range-libc-function.patch. Remove disable-xfs_scrub-build.patch as the xfs_scrub build is config-optional now. Add option '--enable-scrub=no' to EXTRA_OECONF to disable build the experimental xfs_scrub utility. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: update to latest masterYi Zhao2019-06-151-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse: upgrade 2.9.8 -> 2.9.9Yi Zhao2019-06-151-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspatialite: update to 4.3.0aOleksandr Kravchuk2019-06-152-6/+4
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 4.2Oleksandr Kravchuk2019-06-151-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: provides fake gdmflexiserver for xfce desktop environmentKai Kang2019-06-151-1/+1
| | | | | | | | | | | | | | | Xfce4 plugin 'actions' which stays in tray area provides a menu 'Switch User' but the menu grayed out. It calls whether 'dm-tool' from lightdm or 'gdmflexiserver' from gdm to support switch users. Since recipe gdm has been removed from meta-gnome, create a fake 'gdmflexiserver' which calls lxdm to make menu 'Switch User' work according to: https://wiki.archlinux.org/index.php/Xfce#User_switching_action_button_is_greyed_out Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: 5.18.3 -> 6.0.2Pascal Bach2019-06-153-5/+118
| | | | | | | | | | | | | | | Also add support for gflags as these are enabled by default and recipes are available in meta-oe. They can still be disabled via PACKAGECONFIG. zstd is also added as an PACKAGECONFIG but currently the zstd recipe is not in meta-oe so it stays disabled for the moment. This also includes a patch that fixes GCC9 compatibility, it's currently submitted upstream but not yet accepted due to style issues. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-urllib3: upgrade 1.25.2 -> 1.25.3Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-urllib3_1.25.2.bb to python-urllib3_1.25.3.bb. -Upgrade from python3-urllib3_1.25.2.bb to python3-urllib3_1.25.3.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests: upgrade 2.21.0 -> 2.22.0Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-requests_2.21.0.bb to python-requests_2.22.0.bb. -Upgrade from python3-requests_2.21.0.bb to python3-requests_2.22.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-psutil: upgrade 5.6.2 -> 5.6.3Zang Ruochen2019-06-153-3/+3
| | | | | | | | | | | -Upgrade from python-psutil_5.6.2.bb to python-psutil_5.6.3.bb. -Upgrade from python3-psutil_5.6.2.bb to python3-psutil_5.6.3.bb. -License-Update: Simplified introduction to the license for this package. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: upgrade 4.3.3 -> 4.3.4Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-lxml_4.3.3.bb to python-lxml_4.3.4.bb. -Upgrade from python3-lxml_4.3.3.bb to python3-lxml_4.3.4.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cython: upgrade 0.29.7 -> 0.29.10Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-cython_0.29.7.bb to python-cython_0.29.10.bb. -Upgrade from python3-cython_0.29.7.bb to python3-cython_0.29.10.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography-vectors: upgrade 2.6.1 -> 2.7Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-cryptography-vectors_2.6.1.bb to python-cryptography-vectors_2.7.bb. -Upgrade from python3-cryptography-vectors_2.6.1.bb to python3-cryptography-vectors_2.7.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: upgrade 2.6.1 -> 2.7Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-cryptography_2.6.1.bb to python-cryptography_2.7.bb. -Upgrade from python3-cryptography_2.6.1.bb to python3-cryptography_2.7.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cachetools: upgrade 3.1.0 -> 3.1.1Zang Ruochen2019-06-153-2/+2
| | | | | | | | | -Upgrade from python-cachetools_3.1.0.bb to python-cachetools_3.1.1.bb. -Upgrade from python3-cachetools_3.1.0.bb to python3-cachetools_3.1.1.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-babel: upgrade 2.6.0 -> 2.7.0Zang Ruochen2019-06-153-3/+3
| | | | | | | | | | | -Upgrade from python-babel_2.6.0.bb to python-babel_2.7.0.bb. -Upgrade from python3-babel_2.6.0.bb to python3-babel_2.7.0.bb -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCHMartin Jansa2019-06-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the kernel dependency was added couple years ago with: https://git.openembedded.org/openembedded-core/commit/?id=16bc366877a2e02d96adb91b90e30710777e6f09 the reasons for it no longer seem valid as it build ok without the dependency * there as some differences in the resulting binaries (built with and without kernel dependency): docker-shr qemux86-64@ ~/build/oe-core $ diff -rq tmp-glibc/work/*/oprofile/*/image Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/ocount and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/ocount differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opannotate and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opannotate differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/oparchive and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/oparchive differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/operf and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/operf differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opgprof and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opgprof differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/ophelp and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/ophelp differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opimport and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opimport differ Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opreport and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opreport differ * comparing the first one with diffoscope shows only 2 insignificant changes: - GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 71d68718f2b1393cce55605691453ca0615a985d + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 3b6d2e8b3ce02b99a41e594fafb756e5648edd3c - 0x0041ab00 31203230 31390032 323a3334 3a333100 1 2019.22:34:31. + 0x0041ab00 31203230 31390032 323a3239 3a303600 1 2019.22:29:06. * similarly for other binaries Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: set default theme AdwaitaKai Kang2019-06-151-1/+9
| | | | | | | | | | | | | The pre-configured default theme Xfce doesn't work as expected. For example, no layout in start menu and applications' menu bar. And GtkColorButton is blank in config tab page from xfce4-terminal -> Edit -> Preference -> Colors. So set Adwaita as default theme instead. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>