summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ufw: Fix packaging errors found with ppc64Khem Raj2022-05-171-1/+1
| | | | | | | | | | | | | default baselib in ppc64 is lib64 which catches this latent issue ERROR: ufw-0.36.1-r0 do_package: QA Issue: ufw: Files/directories were installed but not shipped in any package: /usr/lib/ufw /usr/lib/ufw/ufw-init /usr/lib/ufw/ufw-init-functions Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 42e6f16583e36857152ccb53b177e74f20b02667) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* conntrack-tools: Fix missing capabilityBassem Boubaker2022-05-171-0/+5
| | | | | | | | The commit fix this error message: Do not forget that you need *root* or CAP_NET_ADMIN capabilities ;-) Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 77c2fda04e406c210fe2a1870c8473748302bfb5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* frr: inherit autotools-brokensep instead of autotoolsYi Zhao2022-05-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | There is a parallel build error in separate build directory: | /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/recipe-sysroot-native/usr/lib/clippy ../git/python/clidef.py -o isisd/isis_cli_clippy.c ../git/isisd/isis_cli.c | Traceback (most recent call last): | File "../git/python/clidef.py", line 466, in <module> | clippy.wrdiff( | File "/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/git/python/clippy/__init__.py", line 78, in wrdiff | with open(newname, "w") as out: | FileNotFoundError: [Errno 2] No such file or directory: 'isisd/isis_cli_clippy.c.new-372541' | make[1]: Leaving directory '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/build' | make[1]: *** [Makefile:17386: isisd/isis_cli_clippy.c] Error 1 This is beacuse clidef.py only creates new file but doesn't check if parent directory exists. Inherit autotools-brokensep can fix this issue as these parent directories always exist in source directory. Also set ac_cv_path_PERL to '/usr/bin/env perl' to avoid path too long. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 09a97158f80a779c3f45b3189adcddbd535e5baf) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe-image: fix build dependsArmin Kuster2022-05-171-4/+4
| | | | | | | | | add only when various DISTRO_FEATURES are enabled Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 73d50d2b4b61b44266e03722db295d0da7866d2d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* boinc-client: Make script install not depend on host install pathsKhem Raj2022-05-032-10/+60
| | | | | | | | | | The install target is checking for install paths on build host assuming thats where it will run too, which breaks cross builds. Add a patch to aide the install from recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bbc6fa72c378c792bdae35cae9b6ff165ee196c9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pipewire: Upgrade to version 0.3.50Carlos Rafael Giani2022-05-032-48/+2
| | | | | | | | | | | | | | | | | This is a bugfix release. Notably, this makes pw-dot work again - it required workarounds via pw-dump to output a non-empty dot graph in 0.3.49. Full changelog: https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.50 0001-meson-Add-option-to-enable-disable-legacy-RTKit-modu.patch is no no longer needed since it has been merged and is part of 0.3.50. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9754901bb0bc85b4a41f0944a4dd18fddcd87d8e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pangomm: Allow building with waylandKhem Raj2022-05-031-1/+2
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 9abe74eb0bd53316b0bb3fe1d241c83e2674e72e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* atkmm: Allow build with waylandKhem Raj2022-05-032-2/+2
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 572510de18c6eedd9256b1c90ff42265ff0b836c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lirc: Delete systemd unit files on non systemd distrosKhem Raj2022-05-031-3/+4
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5255b6a0d93daeccc4238dee5148686168d52a06) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gparted: Allow wayland or x11 distro featuresKhem Raj2022-05-031-1/+2
| | | | | | | | | Fixes build with no-X11 distros Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 528b1699ec248b272839c301c1d77ea6995f19e2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtkmm3: Allow wayland or x11 in distro featuresKhem Raj2022-05-031-1/+1
| | | | | | | | | Fixes build with no-x11 distros Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 3b311b6c1ec36dcdaf199f51b719bcdb9e0e50b1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtksourceview5: Allow wayland or x11Khem Raj2022-05-031-1/+1
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit bcfec90e909afc6a7db290219b789892653b62b5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* absil-cpp: Update SRC_URI to to the latest google internal syncWilly Tu2022-05-032-12/+12
| | | | | | | | | | | https://github.com/abseil/abseil-cpp/commit/7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b The internal sync are tested within Google and ready for use. Signed-off-by: Willy Tu <wltu@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3c1c07e9a5477df68bfa1f739b38f10a5e78b07e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fluentbit: Disable systemd support when systemd distro feature is disabledKhem Raj2022-05-033-4/+5
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f9a935ac8e0129fa91279ec8bff9f8ced93734f2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lirc: install systemd units only when using systemd distro featureKhem Raj2022-05-031-3/+5
| | | | | | | | These files are not needed when init system is not systemd Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f0d0034e26934852a8d92176f87b4dfc4c7c2438) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* makedumpfile: Upgrade to 1.7.1Mingli Yu2022-05-032-35/+26
| | | | | | | | | | | Remove related man pages gz logic as it's removed in new version [1]. [1] https://github.com/makedumpfile/makedumpfile/commit/2169de66ecd4504a3e69e0be0330f492f966ce5e Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f2748082e84b70c0a73d7d494b0f02338fedded1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libtest-harness-perl: upgrade 3.42 -> 3.44wangmy2022-05-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix skipping SEGV test - Fix failing SEGV test on Windows - Remove ASCII-isms to better work on EBCDIC - Move timer initialization - Fix YAMLish behaviour with empty values - fix eintr error handling in TAP::Parser::Multiplexer - Parse out signal name & core dump. - Let the aggregator finish gracefully after bailout - Make prove respect HARNESS_VERBOSE if no verbosity flags are passed License-Update: the following removed from README ================================================== To use Module::Build (preferred) do: perl NotBuild.PL ./Build ./Build test ./Build install Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ddb6ca36b82dba3daccc2a8913e1a4764e30a549) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libextutils-cppguess-perl: upgrade 0.23 -> 0.26wangmy2022-05-031-1/+1
| | | | | | | | | | | | | Changelog from 0.23 to 0.26 ============================= - fix test-failure caused if CXX is set - ignore environment variables CXXFLAGS, CXXLDFLAGS (#26) - support environment variables CXX, CXXFLAGS, CXXLDFLAGS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e709705f411440e5a732e7e453bb6654264851e7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libencode-perl: upgrade 3.16 -> 3.17wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ! bin/enc2xs t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t Pulled: Fix Issue #144, spurious warnings from -Wc++-compate, and a few related nits https://github.com/dankogai/p5-encode/pull/168 ! MANIFEST add t/utf32warnings.t which was missing ! t/taint.t Pulled: Skip taint tests if your perl was built without taint support https://github.com/dankogai/p5-encode/pull/167 ! Unicode/Unicode.pm Pulled: fix link to Unicode standard https://github.com/dankogai/p5-encode/pull/165 ! t/Unicode_trailing_nul.t Pulled: Use note() instead of diag() https://github.com/dankogai/p5-encode/pull/164 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a21bab91bd8eeb22aca87dd93d5499ad1e481450) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lsscsi: upgrade 0.31 -> 0.32wangmy2022-05-031-2/+1
| | | | | | | | | | | | | | | | | | Changelog for released lsscsi-0.32 [20210505] [svn: r167] - improve NVMe device parsing (e.g. /dev/nvme0c1n2) - print nr_hw_queues when available for SCSI hosts - Remove blank line after NVMe device name with -HL - collect_disk_wwn_nodes: Fix WWN string copy - make WWN printing for NVMe more consistent with output from SCSI devices (e.g. with -u and -t) - logic to select best SCSI id (--scsi_id) to output - clean up warnings for gcc-10 - build with autoconf 2.70 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4812d74accbfeeadb87a303e8fd1fc1eba8e2193) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hexedit: upgrade 1.5 -> 1.6wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | | | april 2022 - 1.6 - configure script must error-out when (n)curses isn't found - Move SIGWINCH handling from handler to NCURSES - Make configure.ac compliant with autoconf >= 2.70 - Check that malloc did not return NULL - Fix a possible memory leak in findFile() - Prevent division by zero on empty files. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c4d4e192f48e98a0386980baa415218cb496048f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* htpdate: upgrade 1.3.3 -> 1.3.4wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | Changes in 1.3.4 ---------------- - fix small memory leak in strdup - fix free in case of DNS lookup failure - other minor updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b82354a2acce0370564426f7f824e628a27df2f8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nautilus: upgrade 42.0 -> 42.1.1wangmy2022-05-031-1/+1
| | | | | | | | | | | Major changes in 42.1.1 ========================= Revert wrongly introduced dependency on unstable gnome-desktop. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2ff1569067ceb4fb9e16d0b03db0d01475731c34) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libadwaita: upgrade 1.1.0 -> 1.1.1wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - AdwAvatar - Fix initials not updating after setting custom-image - AdwSplitButton: - Avoid state changes during dispose - AdwViewSwitcherTitle - Clear pending idle callback on unrealize - AdwPreferencesGroup - Annotation fixes - AdwPreferencesGroup - Annotation fixes - AdwTabBar - Ensure indicators are clickable with inverted=true - Fix resize deferring with non-expanded tabs - Fix scroll animation stopping too early - Mention AdwComboRow:selected type in migration guide - Fix a Meson error when using as a subproject - Translation updates: - Abkhazian - British English - Bulgarian - Catalan - Dutch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtksourceview5: upgrade 5.4.0 -> 5.4.1wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | News in 5.4.1, 2022-04-21 ------------------------- * Improved styling for style scheme preview widgets * Improved styling and positioning of completion windows * Improved styling for various style schemes * Unit test fixes * Hover assistants will no longer be showed if no providers completed successfully to add widgets * GtkSourceVimIMContext tries to handle various corner cases better with regards to reuse and being removed from an event controller or widget * GtkSourceCompletionCell has improved fast-paths for resetting cells to empty state when already empty * Improved sizing and placement of assistants including hover popovers, interactive tooltips, and completion windows * The overview map has improved it's fallback styling * The overview map will now properly update when the sourceview's right-margin-position changes * Fixes to vala.lang for regex detection * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 98840e726d251e39e14f30c8107c238f12251213) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gspell: upgrade 1.9.1 -> 1.10.0wangmy2022-05-031-1/+1
| | | | | | | | | | | | | | News in 1.10.0, 2022-04-16 -------------------------- * Build from git: some updates, take newer version of autoconf-archive. * Build: distribute more files in tarballs. * Documentation improvements. * Translation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2e84305baaf951caf84a31834a7ce0cf06890745) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evince: upgrade 42.1 -> 42.2wangmy2022-05-031-1/+1
| | | | | | | | | | | | Changelog: ========== comics: * Fix use-after-free (#1776) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4aa174ef75aa363d2ca6a45e433bbb51a5c53ef8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fwupd: Enable build with muslKhem Raj2022-05-031-2/+0
| | | | | | | | It does not fail anymore as the qemu options has been sorted Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1fa927eba97561d00e3a249c41356a482d68b402) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pam-ssh-agent-auth: Use specific versions of BSD licensesKhem Raj2022-05-031-1/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 088e40179871c6528eff5c328c68f061acd77ccb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* boinc-client: Do not overwrite same file when using usrmergeKhem Raj2022-05-031-1/+2
| | | | | | | | in case usrmerge is enabled, unit file is already in expected location Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b8e97f5b2a11c0d4be9f61821aead402780a4be7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mozjs: Use vendored icu on ppc/clangKhem Raj2022-05-031-0/+2
| | | | | | | | | This helps compile gjs, external icu is needed with gcc-12 but not with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 78180b6c21638b41a5bab9ed706211304d5f2552) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* klibc: Recognise --dyld-prefix clang optionKhem Raj2022-05-031-1/+4
| | | | | | | | This is added when usrmerge is enabled in distro Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6a52b84dbc41c8c831e5ce82b21900210ef1a8c4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libldb: Fix installed-vs-shipped and rebuild errorRobert Yang2022-05-031-0/+11
| | | | | | | | | | | | | | | | | | | | Fixed when multilib is disabled on intel-x86-64: MULITLIBS = "" $ bitbake sssd ERROR: sssd-2.5.2-r0 do_package: QA Issue: sssd: Files/directories were installed but not shipped in any package: /usr/lib/ldb /usr/lib64/ldb/modules/ldb/memberof.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. sssd: 2 installed and not shipped files. [installed-vs-shipped] And also remove bin/ got get a clean rebuild, otherwise, the rebuild result may be incorrect. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5f6156c0ef842bd39e9eb1f7ce02eb7c7c961d3a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ufw: Fix build with usrmerge distro featureKhem Raj2022-05-031-0/+7
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a47c833126334404fcad459cc683e304fee54595) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-atm: Add knob to root prefixKhem Raj2022-05-032-4/+34
| | | | | | | | Fixes build with usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d69c0da9d2ad86a5d57e7359eaba8fe26c1ed820) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dietsplash: specify install rootdirKhem Raj2022-05-031-1/+1
| | | | | | | | This takes care of rootdir being different when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8cec1f1fd9ea585039d985943f3f20b37aff9a3b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo-tools: Drop md5sumKhem Raj2022-05-031-1/+0
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 984bc7eaca68923299797fae0fc6f89e2c6749e2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo-tools: Define SBINDIRKhem Raj2022-05-031-1/+1
| | | | | | | | | default SBINDIR is hardcoded to /sbin which does not work when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8c7ffffa07d3c5bb8156a90f4f37dc0cc3166153) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fluentbit: Fix build with usrmerge distro featureKhem Raj2022-05-032-1/+30
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ae8e0ae77f74d966d687fef38bc1bccc76268f8f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* arno-iptables-firewall: Do not use bitbake variable inside SKhem Raj2022-05-031-1/+1
| | | | | | | | | | Location of file inside sourcedir fixed but bitbake variable systemd_unitdir varies depending on usrmerge feature hence can not be used here Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2b643dcefe8ae4ef0cd3066bd31bae41e322b84c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tcsh: Do not install symlinks into /bin with usrmergeKhem Raj2022-05-031-2/+4
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e059bf5da05dd895ac5fde665f283022ad5c59d2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* crash: Fix build for mips targetKhem Raj2022-05-031-0/+1
| | | | | | | | | | The patch to remove these options is removed therefore instrument them via sed operations Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Mingli Yu <mingli.yu@windriver.com> (cherry picked from commit 224d8a8cbeef0c5ccdf03e9f6660203af7abead6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* crash: Upgrade to 8.0.0Mingli Yu2022-05-036-227/+3
| | | | | | | | | | | | The bundled gdb upgraded to 10.2 [1] and remove related patches against the previous gdb 7.6. [1] https://github.com/crash-utility/crash/commit/ec568e2ea515b66343d3488d5d4b9a625d55b7ae Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c7ce2371c021d713f5328a0a50b23a21f2e4792b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-openemnedded: Add myself as kirkstone maintainerArmin Kuster2022-04-2312-65/+53
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Correct the creation of the gps-utils-python packagePeter Kjellerstedt2022-04-221-2/+1
| | | | | | | | | | | | | | | The gps-utils-python package was introduced in commit 66721940 (gpsd: split python utils from gps-utils), except it was never added to PACKAGES, which resulted in the following error if anything depends on gpsd: ERROR: Nothing RPROVIDES 'gps-utils-python' (but .../gpsd_3.23.1.bb RDEPENDS on or otherwise requires it) Also remove a no longer relevant comment. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: bugfix dev package is not installedBen Fekih, Hichem2022-04-221-0/+2
| | | | | | | | | | | | | since sdbus-c++-libsystemd outputs only static libraries, it will not be installed inside the SDK. add RDEPENDS:${PN}-dev = "" to remove the dependency to the empty package when installing the sdbus-c++-libsystemd-dev into the SDK without this change the SDK is missing sdbus-c++-dev and sdbus-c++-libsystemd-dev Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: fix for usrmergeChangqing Li2022-04-222-17/+114
| | | | | | | | | | | * fix following error: systemd-analyze --man=false verify /lib/systemd/system/drbd.service drbd.service: Command /lib/drbd/scripts/drbd is not executable: No such file or directory * enhancement for usrmerge Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.16.1 -> 2.17.0Xu Huan2022-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Updated: years update to 2022 changelog: ================================================================ Feature: -New Plugin for pyAV -Add plugin default sentinel Other: -Better Type Annotations + mypy support -Add fast-paths for pyav formats -Update readme -Fix docs on standard images Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
* python3-django: upgrade 2.2.27 -> 2.2.28Xu Huan2022-04-221-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
* python3-cmd2: upgrade 2.4.0 -> 2.4.1Xu Huan2022-04-221-1/+1
| | | | | | | | | | | | | | | changelog: -Bug Fixes Fixed value for ansi.Bg.YELLOW. Fixed unit tests for ansi.allow_style. -Enhancements async_alert() raises a RuntimeError if called from the main thread. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>