Commit Graph

21439 Commits

Author SHA1 Message Date
Geoff Parker
ee97801c1e python3-cchardet: add BBCLASSEXTEND = "native nativesdk"
The python3-cchardet recipe that was introduced in honnister to supplant the
slower python3-chardet was missing support for building native and nativesdk
variants.

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Leon Anavi
245511082a python3-aiohue: Upgrade 2.6.3 -> 3.0.1
Upgrade to release 3.0.1:

- catch more generic aiohttp ClientError in eventstream
- Refactor full v2 support
- Bump flake8 from 3.9.2 to 4.0.1

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Leon Anavi
113e6e642c python3-simplejson: Upgrade 3.17.5 -> 3.17.6
Upgrade to release 3.17.6:

- Declare support for Python 3.10 and add wheels

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Leon Anavi
2300858be1 python3-cmd2: Upgrade 2.3.0 -> 2.3.1
Upgrade to release 2.3.1:

- Fixed issue introduced in 2.3.0 with AlternatingTable,
  BorderedTable, and SimpleTable that caused header alignment
  settings to be overridden by data alignment settings.
- CompletionItems now saves the original object from which it
  creates a string.
- Using CompletionItems as argparse choices is fully supported.
  cmd2 patched argparse to compare input to the original value
  instead of the CompletionItems instance.
- ArgparseCompleter now does the following if a list of
  CompletionItems was created with numerical types:
  * Sorts completion hints numerically
  * Right-aligns the left-most column in completion hint table

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Leon Anavi
0baaea8441 python3-imageio: Upgrade 2.10.5 -> 2.11.0
Upgrade to release 2.11.0:

- Choose plugin based on extension and plugin lazy-import

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Leon Anavi
26f43268aa python3-prompt-toolkit: Upgrade 3.0.21 -> 3.0.22
Upgrade to release 3.0.22:

- Fix stopping of telnet server (capture cancellation exception).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
7ba126e9df fluidsynth: upgrade 2.2.2 -> 2.2.3
Release notes:
* FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller)
* Fix build with CMake <3.7 (#944, thanks to @komh)
* Fix a NULL dereference in delete_fluid_ladspa_effect() (#963)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
de3d9b76d4 libxfce4ui: upgrade 4.16.0 -> 4.16.1
Patch submitted made it upstream

Release notes for 4.16.1
========================
- Add 4.16 section to docs
- about: Replace stock with regular button
- about: Make Close button translatable (Fixes #41)
- Fix cast alignment warning
- Remove Gtk2 leftovers
- Don't reserve vertical space for subtitles in headerbars
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
0397c73488 mousepad: upgrade 0.5.5 -> 0.5.7
Backported patch can go

Release notes:
* 0.5.7 -> [1]
* 0.5.6 -> [2]

[1] https://mail.xfce.org/pipermail/xfce/2021-September/037405.html
[2] https://mail.xfce.org/pipermail/xfce/2021-July/037374.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
7a4e20e8a9 catfish: upgrade 4.16.0 -> 4.16.3
Release notes:
* 4.16.3 -> [1]
* 4.16.2 -> [2]
* 4.16.1 -> [3]

[1] https://mail.xfce.org/pipermail/xfce/2021-September/037409.html
[2] https://mail.xfce.org/pipermail/xfce/2021-July/037375.html
[3] https://mail.xfce.org/pipermail/xfce/2021-July/037367.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
0de055c69d xfce4-sensors-plugin: upgrade 1.4.1 -> 1.4.2
Release notes for 1.4.2
=======================
Besides the bug fixes and feature updates listed below, this release
migrates the source code from C to C++ in order to increase type-safety,
to use reference counting and containers for semi-automatic memory
management where possible, and to slightly improve source code
readability.

- Prevent overlap of tachometer titles
- Improved standalone app layout
- Fix crash in hddtemp codepath with a SATA SSD drive
- Increase default temperature ranges of HDDs and NVIDIA GPUs by 10℃
- Remove default values from RC configuration files
- Suppress title after the user adds the 1st sensor
- Remove hard-coded limits restricting the maximum number of sensors
- Test all possible build configurations using brute-force search
- Use xfce4::connect instead of the less safe g_signal_connect
- Enable lm_sensors in GitLab distcheck
- Fix memory leaks
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
3ae33473ab xfce4-cpugraph-plugin: upgrade 1.2.3 -> 1.2.5
Release notes are found at
* 1.2.4 -> [1]
* 1.2.5 -> [2]

[1] https://mail.xfce.org/pipermail/xfce/2021-October/037411.html
[2] https://mail.xfce.org/pipermail/xfce/2021-October/037415.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
32834e128a ristretto: upgrade 0.11.0 -> 0.12.0
Release notes are long so check them out at [1]

[1] https://mail.xfce.org/pipermail/xfce/2021-October/037416.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
aa3e2be2c9 xfce4-whiskermenu-plugin: upgrade 2.5.3 -> 2.6.2
Changes in version 2.6.2
    Released on November 13, 2021
    Fix background shifting when showing menu (Issue #41)
    Fix menu not toggling after pressing escape (Issue #65)
    Properly prevent interactive search in treeview

Changes in version 2.6.1
    Released on October 13, 2021
    Fix menu not toggling (Issue #61)
    Fix small icon in multi-row panels (Issue #37)
    Fix missing minimize and maximize buttons in settings dialog
    Replace deprecated code for grab check
    Translation updates

Changes in version 2.6.0
    Released on September 19, 2021
    Fix unable to resize with metacity (Issue #56)
    Fix invalid desktop files when hiding applications (Issue #53)
    Fix not showing focused launcher when searching (Issue #45)
    Add option to disable sorting categories (Issue #42)
    Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Andreas Müller
580e72879e poppler: upgrade 21.10.0 -> 21.11.0
Release 21.11.0:
core:
 * Fix rendering of some non-standard confirming annotations
 * Support rendering of some non-standard Type3 charprocs. Issue #1150
 * TextOutputDev: Respect orientation when selecting words. Issue #499
 * CairoOutputDev: Don't override the antialias settings from the cairo_t
 * StructElement: support MCID in XObjects
 * Fix detection of monospace fonts
 * Ignore Adobe-Identity for non embedded CID fonts
 * PageLabelInfo::labelToIndex: work on some special no style intervals
 * Fix crash in malformed files
 * Minor code improvements

utils:
 * pdfinfo: add -url option to print all URLs in a PDF
 * pdftohtml: document what zoom means in regard to DPI

qt6:
 * Require Qt 6.1
 * Minor code improvements

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
Bartosz Golaszewski
f065bcdee7 libgpiod: ptest: rrecommend coreutils
The bats test suite requires the 'timeout' and 'nl' commands to be
available. Busybox' default config doesn't include those. They are built
by default by coreutils though, so add it to RRECOMMENDS for ptest.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-19 08:37:31 -08:00
Bartosz Golaszewski
97771cd2f4 libgpiod: ptest: rrecommend python3-unittest when building python tests
The python test suite uses the unittest module. It's not built by
default in minimal images, so we need to add it RRECOMMENDS explicitly.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-19 08:37:31 -08:00
Changqing Li
af758fe2d8 php: correct module name and library name
wrong name make service apache2 start failed with failure:
httpd: Syntax error on line 511 of /etc/apache2/httpd.conf: Syntax error on line 1 of /etc/apache2/modules.d/70_mod_php8.conf: Cannot load /usr/libexec/apache2/modules/libphp7.so into server: /usr/libexec/apache2/modules/libphp7.so: cannot open shared object file: No such file or directory

httpd: Syntax error on line 511 of /etc/apache2/httpd.conf: Syntax error on line 1 of /etc/apache2/modules.d/70_mod_php8.conf: Can't locate API module structure `php7_module' in file /usr/libexec/apache2/modules/libphp.so: /usr/libexec/apache2/modules/libphp.so: undefined symbol: php7_module

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-19 08:31:14 -08:00
Changqing Li
b7b303fa69 mozjs-91/mozjs-78: fix compile failure on centos7
Mozjs compile failed with this failure:
/bin/sh: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by
/build/tmp-glibc/work/corei7-64-wrs-linux/mozjs/91.1.0-r0/recipe-sysroot-native/usr/lib/libtinfo.so.5)

Root Cause:
cargo-host-linker has /bin/sh as it's interpreter, but cargo run the cmd
with LD_LIBRARY_PATH set to recipe-sysroot-native. The host /bin/sh
links libtinfo.so.5 under recipe-sysroot-native, which needs higher
libc. But host libc is older libc. So the incompatible problem occurred.

Solution:
rewrite cargo-host-linker in python3

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-19 08:31:14 -08:00
Ross Burton
57647ea0d6 python3-pyzmq: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
57ae325941 python3-posix-ipc: remove spurious dependencies
pip isn't needed to build, and adding the empty string to RDEPENDS is
most certainly meaningless.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
4b526f42ed python3-posix-ipc: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
45e5b27db6 python3-lxml: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Also update the HOMEPAGE.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
91b516cc80 python3-gevent: update license
gevent is MIT, and it embeds copies of Python which is Python-2.0.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
2d63ec9476 python3-gevent: use system libraries instead of embedding
gevent by default will build its own c-ares and libuv, but that build
needs patches and embedded libraries are bad form.

DEPEND on the recipes instead, and turn off embedding.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
cf172e66fe python3-crypto-vectors: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Ross Burton
378dbb135b python3-cryptography: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Leon Anavi
b65b1461d9 python3-jedi: Upgrade 0.18.0 -> 0.18.1
Upgrade to release 0.18.1:

- Implict namespaces are now a separate types in Name().type
- Python 3.10 support
- Mostly bugfixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Leon Anavi
cb62434bbe python3-parso: Add runtime dependencies
Add runtime dependencies for parso.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Leon Anavi
3deeefa15d python3-deprecated: Upgrade 1.2.12 -> 1.2.13
Upgrade to release 1.2.13:

- Change the signature of the :func:~deprecated.sphinx.deprecated
  decorator to reflect the valid use cases.
- Fix versionadded and versionchanged decorators: do not return a
  decorator factory, but a Wrapt adapter.
- Fix configuration for AppVeyor: simplify the test scripts and
  set the version format to match the current version.
- Change configuration for Tox: run unit tests on Wrapt

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Leon Anavi
7cb372ea99 python3-imageio: Upgrade 2.10.3 -> 2.10.5
Upgrade to release 2.10.5:

- Resolve regression on imageJ TIFF hyperstacks
- Consistently handle file opening/closing

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Leon Anavi
b9387c9d70 python3-eventlet: Upgrade 0.32.0 -> 0.33.0
Upgrade to release 0.33.0:

- green.thread: unlocked Lock().release() should raise exception,
  returned True
- wsgi: Don't break HTTP framing during 100-continue handling
- greendns: Create a DNS resolver lazily rather than on import
- ssl: GreenSSLContext minimum_version and maximum_version setters

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-19 08:30:36 -08:00
Joshua Watt
8ff9bc40ef gnome-control-center: Fixup polkit directory permissions
Fixes up the permissions of the polkit directory to match other recipes,
otherwise they conflict at package install time

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 14:22:19 -08:00
Marek Vasut
23b5517f82 freerdp: Make PCSC dependency optional
The PCSC is used for smartcard forwarding, make this optional as
not all users need this functionality and it pulls in considerable
amount of dependencies. Keep this enabled by default to retain
backward compatibility.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex@linutronix.de>
Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:56 -08:00
Marek Vasut
26658cc249 freerdp: Add missing libusb1 dependency
The freerdp does depend on libusb1 for rdpdr device forwarding.
This missing dependency is currently hidden, since it is pulled
in by pcsc-lite, but if the later is removed from DEPENDS, the
build fails. Add the missing dependency.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex@linutronix.de>
Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:56 -08:00
Marek Vasut
2b571a394a freerdp: Upgrade 2.3.0 -> 2.4.1
Upgrade freerdp to latest stable 2.x version and drop
OpenSSL 3.x backports which are already upstream.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex@linutronix.de>
Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:56 -08:00
Fathi Boudra
2fdb6eb87e makedumpfile: upgrade from 1.6.9 to 1.7.0
* Drop 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch
  This patch has been introduced in January 2017 for makedumpfile 1.6.1.
  It has never reached upstream, hence the pending status is
  inappropriate. Since that time, the upstream code to retrieve
  MAX_PHYSMEM_BITS has been updated to use vmcoreinfo, with a backward
  compatibility for older kernels.
* Remove the deprecated comment about arm/aarch64 would compile but has never
  been tested upstream, introduced in July 2016. Nowadays, it works just fine
  on those architectures.
* Add PACKAGECONFIG option for zstd compression
  Since 1.7.0 release, Zstandard (zstd) compression support has been added.
  With zstd, the vmcore size and time consumption can have a better balance
  than zlib/lzo/snappy.
  http://lists.infradead.org/pipermail/kexec/2021-September/023011.html

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
2755ba786a pcsc-lite: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
c8384c874f libkcapi: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
95eec99419 libkcapi: remove DEPENDS on target libtool
There is no need to build depend on the target libtool.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
4004a2279e nodejs: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause and BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
3e5651b6b4 sg3-utils: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-2-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
09aa844891 dash: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
1d114ded14 xmlrpc-c: use gnu-configize
Use gnu-configize instead of copying files manually.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
f486a18e83 xmlrpc-c: clean up PACKAGECONFIG
Remove spurious commas and redundant RDEPENDS.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
d6249ca1de xmlrpc-c: remove unused libxml2 dependency
libxml2 has to be enabled explicitly, and if it is enabled then the build
fails as it uses the disabled xml2-config, not pkg-config.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
11af3bd250 xmlrpc-c: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Ross Burton
d085c4e1d2 imlib2: clarify license
Imlib2 has its own special license, so use that instead of MIT & BSD.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:10 -08:00
Matthias Klein
4641227da8 paho-mqtt-cpp: new package
Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18 11:07:05 -08:00
Khem Raj
fdf966e110 colord-gtk: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-17 19:44:52 -08:00