summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 16:05:33 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:35 -0700
commitcc817bdcf7ff1164bf8c477aab1b3df5127ed200 (patch)
tree2c248136ec361c0ebb38f718733e2b7164bef979 /meta-oe
parentbea8e72cdc498f6baa790b02a5dead71c2605306 (diff)
downloadmeta-openembedded-cc817bdcf7ff1164bf8c477aab1b3df5127ed200.tar.gz
hplip: 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')
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.22.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
index 991c695565..c54b2e0d88 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
@@ -19,6 +19,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
19 file://0001-Drop-using-register-storage-classifier.patch" 19 file://0001-Drop-using-register-storage-classifier.patch"
20SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624" 20SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624"
21 21
22UPSTREAM_CHECK_URI = "https://sourceforge.net/p/hplip/activity"
23
22DEPENDS += "cups python3 libusb1 python3-setuptools-native" 24DEPENDS += "cups python3 libusb1 python3-setuptools-native"
23 25
24inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd 26inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd