summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* dbus-daemon-proxy: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN statusAlexandre Truong2024-08-091-0/+4
| | | | | | | | | | When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpufrequtils: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN statusAlexandre Truong2024-08-091-0/+3
| | | | | | | | | | When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* con2fbmap: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN statusAlexandre Truong2024-08-091-0/+3
| | | | | | | | | | When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-isotp: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN statusAlexandre Truong2024-08-091-0/+2
| | | | | | | | | | When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libftdi: Fix missing ftdi_eeprom"Khem Raj2024-08-051-1/+1
| | | | This reverts commit 98a4af1f7809400eec58569110063434bdceea1c.
* luajit: Fix host development packageAlexander Stein2024-08-051-1/+1
| | | | | | | | The 32 Bit host development package needed is libc6-dev:i386, not libc6-dev-i386. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update v2.1.2 -> v2.1.3Bartosz Golaszewski2024-08-011-1/+1
| | | | | | | | | | | | | | Bug fixes: - fix C++ tests with recent kernels which introduced stricter reconfigure behavior - fix a use-after-free bug in python bindings - fix passing the event clock property to line requests in python bindings - fix a memory leak in tools - make sure the string buffers in line-info and chip-info are big enough to not truncate the strings they hold below the size accepted by the kernel Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-08-011-0/+4
| | | | | | | WARNING: etcd-cpp-apiv3-0.15.4-r0 do_package_qa: QA Issue: File /usr/lib/cmake/etcd-cpp-api/etcd-targets.cmake in package etcd-cpp-apiv3-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: upgrade to 1.14.4Yogita Urade2024-08-012-40/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/HDFGroup/hdf5/blob/hdf5_1.14.4.3/release_docs/RELEASE.txt License update: link update from https://raw.githubusercontent.com/hdfgroup/hdf5/develop/COPYING_LBNL_HDF5 to https://raw.githubusercontent.com/hdfgroup/hdf5/hdf5_1_14/COPYING_LBNL_HDF5. Upstream has only Released tar file extension is .gz so SRC_URI tar file extension changed from .bz2 to .gz Fixes File /usr/lib/libhdf5.settings in package hdf5 contains reference to TMPDIR File /usr/src/debug/hdf5/1.14.4-3/src/H5build_settings.c in package hdf5-src contains reference to TMPDIR [buildpaths] - Running H5make_libsettings is no longer required for cross-compiling The functionality of H5make_libsettings is now handled via template files, so H5make_libsettings has been removed. - Running H5detect is no longer required for cross-compiling The functionality of H5detect is now exercised at library startup, so H5detect has been removed Rework the patch 0001-cmake-remove-build-flags.patch to fix the build path issue. Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Break perl RDEPENDSBarry Grussling2024-07-311-2/+8
| | | | | | | | | | | | | | | | | | | | | | Currently, any non-native recipes that inherits cpan-base ends up with an image RDEPENDS on perl (via https://git.yoctoproject.org/poky/tree/meta/classes-recipe/cpan-base.bbclass?h=scarthgap#n14) If you are building an image and desire to have Postgresql installed but NOT perl, this creates a problem. This changeset attempts to fix this shortcoming by not inheriting cpan-base directly. Note this work is a continuation of attempts to change cpan-base: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15563 The Postgresql build system uses perl, so add it as a DEPENDS. This happened previously via the "inherit cpan-base" directive. I've validated this recipe successfully packages with and without the perl PACKAGECONFIG in Scarthgap. Signed-off-by: Barry Grussling <mr.scada@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools-adbd.service: Change /var to /etc in ConditionPathExistsquic-raghuvar2024-07-311-1/+1
| | | | | | | | If android-tools-adbd.service service needs to be up upon boot, then the path assigned to ConditionPathExists must be present at boot time. This means that the path set to ConditionPathExists must be created at build time itself. /etc is a better place to keep files and directories that are created at build time rather than /var. /var is expected to house files that are created at run time. Hence, change ConditionPathExists=/var/usb-debugging-enabled to ConditionPathExists=/etc/usb-debugging-enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libftdi: Fix missing ftdi_eepromPrzemyslaw Zegan2024-07-291-1/+1
| | | | | | | Due to the incorrect subpackage name, the ftdi_eeprom does not placed in the generated image. This patch fixes it. Signed-off-by: Przemyslaw Zegan <przemyslaw.zegan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2024.6 -> 2024.7Jose Quaresma2024-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git --no-pager log --oneline v2024.6...v2024.7 4941d9cd (tag: v2024.7) Release 2024.7 4b96359e Merge pull request #3277 from cgwalters/karg-disable-composefs e226c876 prepare-root: Add `ostree.prepare-root.composefs` 5378fe2a Merge pull request #3276 from cgwalters/parse-bool 65ff4041 prepare-root: Gather kernel cmdline early 26abca71 keyfile-utils: Add API to parse tristate strings 47edd1a2 keyfile-utils: Add API to parse tristate strings 97fb1112 Merge pull request #3275 from ueno/wip/dueno/glib-2.44 a0bd1894 libostree: Remove compatibility code with GLib < 2.44 d7eb9a10 Merge pull request #3273 from cgwalters/drop-library-printf 772801fa sysroot: Use journal rather than printf() 9b977e28 Merge pull request #3265 from lukewarmtemp/2023.8-3-coverity-scan e99693c7 prepare: Create global var for tmp_sysroot_etc d528083c repo: Fix `dir_or_file_path` memory leak 20d5bc84 commit: Null terminate `target_buf` var dc9eaef1 tree: Fix `name` memory leak 0ea7d2e3 Merge pull request #3269 from cgwalters/fix-ordering 1db6911e Merge pull request #3270 from cgwalters/bump-runners 0153abe4 ci: Bump bootc e2e to latest ubuntu, drop docker 1544d205 Merge pull request #3268 from ueno/wip/dueno/composefs-doc-fixes b0ab531e remount: Drop `Before=systemd-sysusers.service` 371540f9 repo: Remove leftover OpenSSL includes 023888d8 docs/composefs: Fix reference to `ostree sign` f280b121 Merge pull request #3266 from ericcurtin/if-file-missing-on-relabel-continue e25ca809 remount: ignore ENOENT error during SELinux relabeling 8f559e94 Merge pull request #3261 from cgwalters/validate-xattrs e19f7324 core: Validate that xattr names aren't empty ac6ba439 Merge pull request #3259 from cgwalters/c9s-buildroot 3ef9ae95 ci: Add buildroot to c9s build 114118e4 Merge pull request #3258 from cgwalters/prepare-comments f63b7512 docs: Describe `/boot/ostree` b6052306 Merge pull request #3253 from cgwalters/prepare-comments a2ae2879 Merge pull request #3252 from cgwalters/checkout-cfs f041e025 prepare-root: Cleanup comments c0a715f1 checkout: Add API to directly checkout composefs e84dc966 Merge pull request #3249 from ericcurtin/add-webos 1ab70be7 Merge pull request #3250 from ericcurtin/minor-bootloader-doc-change bee18edf docs: make /ostree/root.X clearer as symlinks fef5feca docs: add webOS as users of libostree 64a09da0 Merge pull request #3246 from jmarrero/release-2024.6 32bec27a configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: update 1.15.8 -> 1.15.9Markus Volk2024-07-291-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - flatpak now uses wrap files instead of git submodules to fetch bwrap and xdg-dbus-proxy For reproducibility reasons, this cannot be done. Add external binaries and configure like recommended below: Dependencies: bubblewrap and xdg-dbus-proxy are now provided by Meson wrap files instead of being directly vendored via git submodule. If downloading external software during build is not allowed in your environment, please install suitable versions of bubblewrap and xdg-dbus-proxy separately, then configure Flatpak with options similar to -Dsystem_bubblewrap=bwrap -Dsystem_dbus_proxy=xdg-dbus-proxy (most major distributions package it like this already). Enhancements: If xdg-dbus-proxy is new enough (0.1.6 or later, not yet released), allow two broadcast signals from AT-SPI by default, allowing bus traffic to be reduced. If xdg-dbus-proxy is older, this change will have no practical effect but is harmless. (#5828) Install csh profile snippet (#5753) Bug fixes: Expand the list of environment variables that Flatpak apps do not inherit from the host system (#5765, #5785) Take time zone information from $TZDIR if set (#5850) Fix a memory leak since 1.15.7 when reloading D-Bus configuration (#5856) Fix a memory leak when running flatpak permissions (#5844) Fix memory leaks in flatpak update (#5816) Fix memory leaks when installing packages (#5811) Use more similar translatable strings for some error messages (#5748) Document flatpak config --set languages '*all*' correctly: it is really *all* (or equivalently *), not just all (#5836) Fix a misleading comment in the test for CVE-2024-32462 (#5779) Fix a copy/paste error in the 1.15.7 release notes On systems where subdirectories of /sys have been made inaccessible, continue without them (#5138) Make tests more compatible with non-GNU shell utilities (#5812) Translation updates: ka (#5873), hi (#5838), pt_BR (#5877), zh_CN (#5843) Internal changes: libglnx and variant-schema-compiler are now managed as git subtree instead of git submodule. Maintainers and contributors, please see subprojects/README.md for details of how to interact with these. In particular this means that submodules no longer need to be set up before working on a git clone. (#5800, #5845) Split library code into more, smaller translation units, reducing internal circular dependencies (#5409, #5801, #5803) Add some convenience macros in the test suite (#5693) Minor internal robustness improvement (#5833) Add configuration for Github Codespaces (#5767) Improve CI configuration (#5791) Work around infrastructure issues in third-party apt repositories used by default in Github Workflows (#5786) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwmf: Fix buildpaths QA Errors in libwmf-configKhem Raj2024-07-281-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: Upgrade to 1.8.4Khem Raj2024-07-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix building documentation in build directory. Thanks Michael Tokarev * Updated the configure script for split openssl directories. * Fix for windows compile; asctime_r compat, search for inet_ntop in ws2_32, avoid double decl of inet_ntop, check for symlink call, include config.h in edns.c, have socket compare use correct signedness, add -u repo option to makewin.sh, fix quoting in makewin.sh and check return value of bind and connect in net.c for failure instead of a socket type. And fix to install .exe files. * Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to 48. * Fix to compile DLLs, and pick out of the lib64 dir, and include libssp-0.dll and ldns-config. * bugfix #237: Resolver uses nameserver commented out in /etc/resolv.conf. Thanks grembo. * Added RESINFO rrtype. * Added WALLET rrtype. * PR #241: Fix coverity cited problems. Thanks Enji Cooper. * PR #233: Several Python SWIG issues. Thanks Florian Weimer. * PR #231: const ldns_rdf * typemap fixes to support swig-4.2.0 Thanks William S Fulton * PR #227: keys.c: fix build with libressl >= 3.8.1 Thanks Fabrice Fontaine * PR #224: Portable executable progs don't underlink to libldns Thanks Ørjan Malde * PR #216: Update declaration for function with no argument Thanks Ed Maste * PR #214: fix the build in FreeBSD's base system Thanks Pierre Pronchery and Dag-Erling Smørgrav * PR #206: improve 'next-label' algorithm in ldns-walk Thanks Jelte Jansen * PR #205: Add functions to extract RFC 8914 extended errors Thanks Roland van Rijswijk-Deij * PR #203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian Thanks Felipe Gasper * PR #191: 16-unit-tests-edns: Fix leak & warnings Thanks Felipe Gasper * Added NXNAME rrtype. * PR #242: Openssl no engine improved support #242 Thanks Petr Menšík Detailed Changes [1] Fix buildpaths QA errors while here [1] https://github.com/NLnetLabs/ldns/compare/1.8.3...1.8.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* log4cpp: Fix buildpaths QA errorKhem Raj2024-07-271-0/+4
| | | | | | | Fixes do_package_qa: QA Issue: File /usr/bin/log4cpp-config in package log4cpp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: the srcrev hash was the release tagJose Quaresma2024-07-261-1/+0
| | | | | Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: skip buildpaths checkMikko Rapeli2024-07-261-0/+2
| | | | | | | | Test binary has embedded build time paths. Ignore for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: ignore buildpaths error from sourcesMikko Rapeli2024-07-261-0/+3
| | | | | | | | | | | gcab-src has some meson generated files which embed absolute paths from build environment. meson seems ot do this on purpose to fix other issues. Ignored those issues for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: skip buildpaths errorsMikko Rapeli2024-07-261-0/+2
| | | | | | | | | Test binaries are embeddding build paths and can't easily figure out why. Thus ignore the errors in these binaries for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: add libs-only PACKAGECONFIG optionMarc Ferland2024-07-251-4/+7
| | | | | | The 'libs-only' option skips building polkitd. Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
* polikt: add elogind packageconfig optionMarc Ferland2024-07-251-2/+3
| | | | | | | | | Add elogind package config option. Also make sure the systemd, consolekit and elogind options are mutually exclusive (as defined in the meson_options.txt file). Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
* polkit: update SRC_URIMarc Ferland2024-07-251-2/+3
| | | | | | Project has moved to github. Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
* memtool: Add recipeRicardo Simoes2024-07-253-0/+127
| | | | | | | | | | memtool is a program that allows to access memory mapped registers. This is useful to inspect and modify registers from the command line. memtool can also operate on plain files, and access PHY registers. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* xscreensaver: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xrdp: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xf86-input-tslib: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xdotool: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* unixodbc: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* uml-utilities: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+1
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* uim: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-wqy-zenhei: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-ubuntu-font-family: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-abyssinica: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* tmux: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* tk: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* testfloat: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* stalonetray: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* source-code-pro-fonts: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* sblim-sfcc: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* sblim-sfc-common: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* sblim-cmpi-devel: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* rsyslog: modify existing UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-1/+1
| | | | | | | | | | | Fix the UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources by changing existing UPSTREAM_CHECK_URI. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* pv: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-1/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* pugixml: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+1
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* proxy-libintl: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* pngcheck: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* p7zip: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>