summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj2024-03-232-1/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: upgrade 0.7.0 -> 0.15.0Yi Zhao2024-03-2033-1063/+574
| | | | | | | | | | | | | Release Notes: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.15.0 * Use external dependencies where possible to get rid of bundled packages. * Add PACKAGECONFIGs. * Use its own systemd service file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: upgrade 2.17.11 -> 2.17.15Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ### Changed - reporter-bugzilla: Improve bug formatting - reporter-bugzilla: Reduce number of duplicate bug reports ### Fixed - reporter-bugzilla: Fail gracefully if API key contains invalid characters - reporter-bugzilla: Fix creating binary attachments - reporter-bugzilla: Fix loading configuration - Exclude coredump archives when creating a bug - reporter-upload: Fix double free crash - gui-wizard-gtk: Enable word wrap for comments - Fix compatibility with libxml2 2.12 - Fix multiple problems with the test suite ### Added - Add support for unpacking coredumps in the problem directory - Add "MEMORY_PRESSURE_WATCH" to the list of ignored words Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20240101 -> 1.3-20240307Wang Mingyu2024-03-201-1/+1
| | | | | | | | | | | | | | Changelog: =========== + add option --color-modes, which can be used to color the content of programbox, tailbox, textbox + updated configure script, e.g., for compiler-warning fixes. + amend change to formbox while revising --max-input to work with the form's "ilen" parameter + update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2024.4 -> 2024.5Jose Quaresma2024-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git --no-pager log --oneline v2023.8...v2024.1 f3b66e8c (tag: v2024.5) Release 2024.5 756e2dad Merge pull request #3214 from cgwalters/checkout-overwrite-force bb6dfd3a checkout: Always replace existing content in overlay mode c314eaa9 Merge pull request #3213 from rborn-tx/fix-early-prune 4efb44f3 deploy: Ensure boot directory is open before accessing it 223a1af4 Merge pull request #3208 from HuijingHei/split-whitespace abc7d5b9 kargs: parse spaces in kargs input and keep quotes d95c2f8d Merge pull request #3206 from cgwalters/enable-new-naming 2fb7a048 sysroot: Turn on bootloader-naming-2 by default f1e663bd Merge pull request #3205 from cgwalters/fix-grub-probing e47b3709 bootloader/grub2: Don't do anything if we have static configs b4a1e383 Merge pull request #3204 from cgwalters/quiet-config-load 1a54d94f Merge pull request #3203 from dbnicholson/version-sigpipe bf811629 otcore: Drop config load print 422a2887 main: Ignore SIGPIPE when printing version 1b3ffe54 Merge pull request #3196 from cgwalters/fix-sepolicy-public 3ae7118e Merge pull request #3199 from travier/docs-fix a63f9516 docs: Cleanup title for historical OSTree README 4ae50658 docs: Move SPDX identifiers under first title cdb4cad4 Merge pull request #3197 from cgwalters/release 084e027d sepolicy: Fix publicity mismatch for ostree_sepolicy_host_enabled 14a5746d Post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Drop remaining PR values from recipesMartin Jansa2024-03-174-4/+0
| | | | | | | | | | | | * as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: remove unneeded workaroundMarkus Volk2024-03-112-33/+1
| | | | | | | polkitd doesn't segfault with MemoryDenyWriteExecute=yes anymore Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: fix reproducibility issueMarkus Volk2024-03-081-0/+1
| | | | | | | | | | mozjs inserts lines with ${S} in many cpp files. Although required for compilation, it affects reproducibility for the mozjs-115-src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.3 -> 2024.4Wang Mingyu2024-03-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ddrescue: upgrade 1.27 -> 1.28Wang Mingyu2024-03-081-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ * main.cc: Rename option '--verify-on-error' to '--check-on-error'. Rename option '--verify-input-size' to '--check-input-size'. Remove synonym '--exit-on-error'. * fillbook.cc (fill_areas), rescuebook.cc (do_rescue): Issue a final fsync to prevent early exit if kernel caches writes. * ddrescuelog.cc (show_status): Show mapfile names at verbosity == 0. * ddrescue.texi: Document how to create a compressed image. * configure, Makefile.in: New variable 'MAKEINFO'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: update 123 -> 124Markus Volk2024-03-053-36/+14
| | | | | | | | | | | | | | | - support for mozjs-115 was added, remove the patch - update 0001-polkit.service.in-disable-MemoryDenyWriteExecute.patch - include missing files to avoid: /usr/lib/pam.d /usr/lib/sysusers.d /usr/lib/pam.d/polkit-1 /usr/lib/sysusers.d/polkit.conf Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ERROR: polkit-124-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: update 115.6.0 -> 115.8.0Markus Volk2024-03-052-2498/+1
| | | | | | | - python 3.12 support was added, remove the patch Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Remove strace from ptest rdepsKhem Raj2024-02-271-2/+1
| | | | | | | | it checks for strace and then try fault injection if it exists. So, while it will be good to have strace port for rv32 it can be disabled for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: drop ${PYTHON_PN}Tim Orling2024-02-194-14/+14
| | | | | | | python2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.1 -> 2024.3Wang Mingyu2024-02-191-1/+1
| | | | | | | | | | | | | Changelog: =========== -prepare-root: Unify root.transient with composefs -libostree: write selinux xattr when on non-selinux systems -ostree.repo-config(5): Fix a typo -Expose MOUNT_ATTR_IDMAP detection result to C code -docs/atomic-rollbacks: Add a section on rollbacks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logwatch: upgrade 7.9 -> 7.10Wang Mingyu2024-02-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* isomd5sum: upgrade 1.2.3 -> 1.2.4Wang Mingyu2024-02-191-1/+1
| | | | | | | | | | | | | | | Changelog: =========== -Add support for riscv64 -workflows: Update to use actions/checkout -Fix checksum failure with small isos -test: Update testing to include small iso and larger iso -Add a GitHub Action to run tests -Add mips64 -testpyisomd5sum.py: Support genisoimage, Python 2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: remove unneeded RDEPENDSMarkus Volk2024-02-121-2/+0
| | | | | | | | | | | The build has been modified to use internal copies of bubblewrap and xdg-dbus-proxy. https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=9c68079a26b64b836bc6a28e422a1099f48726d2 We can additionally remove the RDEPENDS for these tools, since flatpak now creates its own copies of the files in /usr/libexec. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: no longer skip ldflags QAThomas Perrot2024-02-101-1/+0
| | | | | | | Because there is no longer the error. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nana: upgrade to latest commit from githubMartin Jansa2024-02-097-264/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nana 2.5 release is from 2005 and since then the development was moved from savannah to github, see: https://savannah.gnu.org/projects/nana https://savannah.gnu.org/news/?id=8130 * the latest commit on https://github.com/pjmaker/nana was also 10 years ago now, so don't expect nana-3.0 release any time soon, but the commits after the 2.5 help with some autotools issues, so it's worth taking them * 0001-Include-stdlib.h-for-exit-and-abort-prototypes.patch was resolved in: https://github.com/pjmaker/nana/commit/bed0de4e64250ad6aea810f8e5521e23b26e655b#diff-44df4b12f1a47b20b5e0e107fad4f7692a17a2861337fb6e984db755feb912b6 * sent as RFC, because I've only build tested this, but only nana-src has fewer files (possibly due to B != S) and nana.1 man page is still installed as before (hopefully without random build failures now) buildhistory-diff -p buildhistory 1b5542b7fe608fc952c94bea65103883be1b9f32 master packages/core2-64-oe-linux/nana/nana-dbg: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dbg: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-dev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-doc: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-doc: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-locale: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-locale: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: FILELIST: removed all items "/usr/src/debug/nana/2.5/src/L_buffer.h /usr/src/debug/nana/2.5/src/nana_error.h /usr/src/debug/nana/2.5/src/calls.h /usr/src/debug/nana/2.5/src/L_times.h" packages/core2-64-oe-linux/nana/nana-src: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-src: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: PKGSIZE changed from 9569 to 0 (-100%) packages/core2-64-oe-linux/nana/nana-staticdev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-staticdev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana: PKGR changed from r0.0 to r0.11 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-isotp: Update to latest and skip itKhem Raj2024-02-091-2/+2
| | | | | | | Its only needed with kernel < 5.10, in such BSPs it could be over-written in BSP or distro layers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ${SRCPV} usageMartin Jansa2024-02-0919-19/+19
| | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* sanlock: upgrade 3.9.0 -> 3.9.1Wang Mingyu2024-02-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.0.4 -> 3.1.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============== - tests: Default to /tmp for create_sparse_tempfile() - tests: Avoid setting up intermediary loop device for the nvme target - tests: Remove unreliable nvme attribute checks - lvm-dbus: Fix leaking error - lvm-dbus: Avoid using already-freed memory - utils: Add expected printf string annotation - fs: Report reason for open() and ioctl() failures - ci: Add an action to compile libblockdev with different compilers - Sync spec with downstream - Add BDPluginSpec constructor and use it in plugin_specs_from_names - overrides: Remove unused 'sys' import - ci: Manually prepare spec file for Packit - ci: Remove the custom version command for Packit - swap: Add support for checking label and UUID format - fs: Add a function to check label format for F2FS - fs: Add a generic function to check for fs info availability - fs: Fix allowed UUID for generic mkfs with VFAT - fs: Add support for getting filesystem min size for NTFS and Ext - tests: Remove some obsolete rules to skip tests - Mark NVDIMM plugin as deprecated since 3.1 - part: Fix potential double free when getting parttype - tests: Use BDPluginSpec constructor in LVM DBus plugin tests - python: Add a deepcopy function to our structs - Fix missing progress initialization in bd_crypto_luks_add_key - tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.25 -> 1.26Wang Mingyu2024-02-091-2/+2
| | | | | | | | | | Changelog: Add clock in upper right corner License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcbor: upgrade 0.10.2 -> 0.11.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | | | | Changelog: ========== - Updated documentation to refer to RFC 8949 - Improvements to 'cbor_describe' - Fix 'cbor_string_set_handle' not setting the codepoint count - 'cbor_load' will no longer fail on input strings that are well-formed but not valid UTF-8 - All decoders like 'cbor_load' and 'cbor_stream_decode' will accept all well-formed tag values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.8 -> 2024.1Jose Quaresma2024-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git --no-pager log --oneline v2023.8...v2024.1 3b4f5e36 (tag: v2024.1) Release 2024.1 19cd8cf1 Merge pull request #3135 from ericcurtin/aboot-documentation 6031f1c0 Merge pull request #3120 from jlebon/pr/state-overlays e233d023 build(deps): bump libglnx from `aff1eea` to `b415d046` 92b1a272 Add concept of state overlays 062cf603 Merge pull request #3136 from ericcurtin/pr-3134-feedback 477d472c status: Rename query-booted to is-default b79a2e16 Merge pull request #3134 from ericcurtin/query-boot-real 87a0aba9 Merge pull request #3133 from cgwalters/boot-complete-rollback 46bae54b status: Fix --skip-signatures description c13aef97 man: Add ostree admin status man page CLI options. 1397ee2b status: Introduce tool to quickly check if we are booted as default cd308d57 doc: Add section about ostree and aboot 501a0775 Merge pull request #3132 from ericcurtin/query-boot 852db038 systemd/ostree-boot-complete: Start earlier eb4fb917 systemd/ostree-boot-complete: Add `ConditionKernelCommandLine=ostree` 37971a9d status: Fix build without GPGME ac8638f3 Merge pull request #3131 from cgwalters/status-use-remote 4d06e98e Merge pull request #3130 from jlebon/pr/autoprune-aarch64-dtb e95109b3 status: Add an option to skip signature verification 24bf5b7d status: Pass correct remote name when verifying cc5747a6 lib/deploy: Add safety margin in early prune space check 4982306e lib/deploy: Round to block size in early prune space check 9faf5569 Merge pull request #3129 from cgwalters/fix-unlock-composefs-compat 6a339ac6 Merge pull request #3128 from cgwalters/hotfix-composefs dd33cc65 switchroot: use shared constant for unlock --hotfix a1c1c0b5 prepare-root: Fix composefs + ostree admin unlock --hotfix compat 40b143f4 Merge pull request #3127 from cgwalters/composefs-doc-toplevel-chattr ba12a168 Merge pull request #3119 from cgwalters/zipl-fix-nul-term 712eecad docs/composefs: Add note about toplevel dirs 888f29a6 Merge pull request #3125 from ericcurtin/explicit-sysroot-rw-ro-log e5498b94 switchroot: Be explicit about what could cause /sysroot to be ro 02915a3f Merge pull request #3124 from cgwalters/rust-features 798893b3 Merge pull request #3123 from cgwalters/deploy-log-space 6722c55f deploy: Log calculated needed space 8b6e96cf rust: Add missing feature versions 41c56b37 Merge pull request #3121 from fwilhe/patch-1 1c4420ed Link to gardenlinux/ostree-image-builder in README 5c7f42b8 Merge pull request #3116 from jmarrero/bootloader-doc ade0bd26 zipl: Convert to a data input stream 241597a8 zipl: NUL terminate buffer we're searching e9a2a2cf zipl: Fix error handling for read 876ddd32 zipl: Use O_CLOEXEC 5466e98c doc: Add section about ostree and bootloaders 234fa2ce Merge pull request #3117 from cgwalters/doc-root-transient 8f4beb4a docs: Add `var.md` a0f7b3c7 man: Document `root.transient` 071053d9 Merge pull request #3114 from cgwalters/root-ovl 8fbaebac prepare-root: Add support for root.transient 59cdd611 prepare-root: Add an autofree 6cb15c35 sysroot: Drop unused prototype 508b6ea6 Merge pull request #3112 from leonheldattoradex/main 3ff00e43 Update Torizon information 51a34a40 Merge pull request #3111 from cgwalters/release 56b268dd configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: restore Upstream-StatusMartin Jansa2024-01-301-0/+1
| | | | | | | | * accidentally dropped in: https://git.openembedded.org/meta-openembedded/commit/?id=e91fa668ed1dd4a3f6b06bcb099f70dbdd2a50b4 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix rules.d permissionsMaxime Roussin-BĂ©langer2024-01-271-0/+2
| | | | | | | | | Fix conflicting installations of polkit-group-rule-{network/datetime/udisks2}. Ensure {sysconfdir}/polkit-1/rules.d permissions match the current recipe during installation to prevent conflicts in do_rootfs of an image. Signed-off-by: Maxime Roussin-Belanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: upgrade 1.1.20 -> 1.1.22Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Revert the updatedb change in 1.1.21 that did not open pruned paths; it broke pruning of paths that were not at the root - Improve interactions between pruning and bind mount detection logic. - Pruned paths are now not opened, which can be useful in certain cases. Note that this does not (yet) apply to filesystems that are pruned due to type and not due to paths; they are still opened and then immediately closed again. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.8.5 -> 3.9.0Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============ -sanlock: replace strncat for creating debug output -sanlock: reduce warnings -sanlock: fix direct_next_free missing init -sanlock: use product_uuid for host name -sanlock: add comment with timeout example -sanlock: skip short delay in delta lease reacquire -README.dev: update userstorage doc -userstorage: replace by PyPI userstorage -tox.ini: add py310 to environments -README.dev: update prerequisites -wdmd: close watchdog when not used -watchdog timeout configuration -Add python3-setuptools build requirement Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.3 -> 7.2.4Wang Mingyu2024-01-2310-16/+12
| | | | | | | | | | | | | | | | | | | 0001-src-Do-not-reset-FINAL_LIBS.patch 0006-Define-correct-gregs-for-RISCV32.patch lua-update-Makefile-to-use-environment-build-setting.patch refreshed for 7.2.4 Changelog: ============ -(CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. -Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2 -Fix slot ownership not being properly handled when deleting a slot from a node -Fix atomicity issues with the RedisModuleEvent_Key module API event Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: upgrade 2.1.128 -> 2.1.148Wang Mingyu2024-01-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: fix the build on ARMv5Ross Burton2024-01-202-0/+21
| | | | | | | | | | | | | | The JIT uses the ISB instruction, but being a multi-core barrier instruction this doesn't exist on the single-core ARMv5 ISA. Check the ISA level before using ISB. Also set [cleandirs] for ${B} to ensure clean builds are done when reconfiguring. [ YOCTO #14572 ] Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: upgrade 2.17.8 -> 2.17.11alperak2024-01-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ================ 2.17.11 Fixed reporter-bugzilla: Fix NameError exception reporter-bugzilla: Adding an attachment is a minor bug update (skip emails) reporter-bugzilla: Retry Bugzilla queries with delays, if needed Added Add "XDG_ACTIVATION_TOKEN" to the list of ignored words ================ 2.17.10 Fixed reporter-upload: Fix use-after-free error ================ 2.17.9 Fixed reporter-bugzilla: Honor XDG_CONFIG_HOME when accessing user's configuration files reporter-bugzilla: Fix reporting when the bug already exists reporter-bugzilla: Don't fail if reported_to file doesn't exist reporter-bugzilla: Make sure that the creator of a bug is always in CC reporter-bugzilla: Don't send emails about each individual attachment reporter-bugzilla: Fix string interpolation for duplicate bugs Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.4.4 -> 3.4.5alperak2024-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: Fixes Fix for centering the clock LED digits vertically. Fix the KeyWinTile commands for multi-monitor setups. Fix the workspace buttons for right-to-left languages. Changes Let KeySysTile only tile the windows on the active monitor. Update the 'Hibernate' command and add two new hibernate icons. When pasting into the addressbar, replace newlines with spaces. When focusing with RaiseOnFocus, release the button grab. After raising a focused window, release its button grab. Avoid calls to fstat to circumvent a glibc inefficiency. Prefer localtime_r over localtime to evade a glibc inefficiency. Update the copyright notice in the about window. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbacktrace: fix sdk installationPablo Saavedra2024-01-191-0/+2
| | | | | | | | | | | | | | | | Building an SDK with this included fails: * calculate_dependencies_for: Cannot satisfy the following dependencies for libbacktrace-dev * opkg_solver_install: Cannot install package libbacktrace-dev libbacktrace only provides a static library, so there no ${PN} package is created by default. Remove RDEPENDS in the libbacktrace-dev package to avoid this conflict. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 115.2.0 -> 115.6.0Markus Volk2024-01-191-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: fix gtk-doc buildMarkus Volk2024-01-122-0/+34
| | | | | | | | | | this fixes: | Run-time dependency gtk-doc found: NO (tried pkgconfig) | | ../git/meson.build:206:13: ERROR: Dependency "gtk-doc" not found, tried pkgconfig Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: respect PYTHONSITEDIRMartin Jansa2024-01-112-2/+29
| | | | | | | | | | | | | | | | | * fixes installed-vs-shipped e.g. in multilib builds with libdir set to /usr/lib32: ERROR: QA Issue: lib32-libpwquality: Files/directories were installed but not shipped in any package: /usr/lib/python3.11/site-packages/pwquality.cpython-311-arm-linux-gnueabi.so /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/top_level.txt Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-libpwquality: 6 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20231002 -> 1.3-20240101Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | Changelog: ======== * updated configure script * updated lv.po Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: make sure rm doesn't fail on nonexistent fileMarkus Volk2024-01-082-2/+2
| | | | | | | | | | | | I've seen this on a rebuild: | DEBUG: Python function autotools_aclocals finished | DEBUG: Executing shell function do_configure | rm: cannot remove '/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/libplist/2.3.0+git/git/m4/ax_python_devel.m4': No such file or directory This was fixed after '-c cleansstate' but just in case Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: Remove rrdtool from DEPENDSJordan Crouse2024-01-021-1/+1
| | | | | | | | | | | The core collectd tool does not require rrdtool to build. There are some configurable options that do need rrdtool but they are already properly adding the dependency in PACKAGECONFIG. This saves building half a dozen other libraries that wouldn't otherwise be present on a headless or server style target. Signed-of-by: Jordan Crouse <jorcrous@amazon.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: upgrade 1.1.19 -> 1.1.20Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Fix updatedb writing incomplete .db files under Termux. - Make the systemd timer run more consistently during the night. - Add an (undocumented) flag --ignore-visibility to plocate, giving the equivalent of building the database with --require-visibility no. Drops setgid, of course, so you will usually need to be root to use it. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.10 -> 1.3.11Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | Changelog: ========== -Fix redlock to make multiple threads be able to lock on the same RedMutex -Asynchronously update slot-node mapping in some edge cases -Use weak_ptr to avoid joining EvenLoop thread in itself -Support setting connection name -Support shard pub/sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mraa: Update to latest tip of trunkKhem Raj2023-12-315-34/+80
| | | | | | | Drop already applied patch. Fix build with latest musl while here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: provide setuptools for the distutils copyAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: get disutils copy via setuptoolsAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: add python 3.12 supportAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>