diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 14:59:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:30 -0700 |
| commit | fdc1a45e8e154cb229fdb9c895edab72b9005158 (patch) | |
| tree | dde82947746a5b59de102f8be45e75458c9a759a /meta-oe/recipes-printing/cups | |
| parent | ce9fb36b29a4c8ffc5239c08a4a193e6edde954d (diff) | |
| download | meta-openembedded-fdc1a45e8e154cb229fdb9c895edab72b9005158.tar.gz | |
cups-filters: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
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>
Diffstat (limited to 'meta-oe/recipes-printing/cups')
| -rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb index efcd1aab8a..ff4ed16794 100644 --- a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb +++ b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb | |||
| @@ -11,6 +11,8 @@ SRC_URI = " \ | |||
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8" | 12 | SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases" | ||
| 15 | |||
| 14 | inherit autotools gettext pkgconfig github-releases | 16 | inherit autotools gettext pkgconfig github-releases |
| 15 | 17 | ||
| 16 | EXTRA_OECONF += " \ | 18 | EXTRA_OECONF += " \ |
