summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 15:40:32 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:49 -0700
commit178efeca3b5c0bb1300db609a74713c0259d60a3 (patch)
tree515526e1d8e71b1b8f5758223e48ca4c48545d7f /meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb
parent328cee46d8cc52b3654c926598e5fe93b762de0e (diff)
downloadmeta-openembedded-178efeca3b5c0bb1300db609a74713c0259d60a3.tar.gz
sblim-sfc-common: 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-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb')
-rw-r--r--meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb
index 4e90215c0..d2bab6ce5 100644
--- a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb
+++ b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb
@@ -14,6 +14,8 @@ SRC_URI = "http://downloads.sourceforge.net/sblim/sblim-sfcCommon-${PV}.tar.bz2"
14SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c" 14SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
15SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297" 15SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
16 16
17UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sblim/files/sblim-sfcCommon/"
18
17inherit autotools 19inherit autotools
18 20
19do_install() { 21do_install() {