diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 15:40:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:49 -0700 |
commit | 178efeca3b5c0bb1300db609a74713c0259d60a3 (patch) | |
tree | 515526e1d8e71b1b8f5758223e48ca4c48545d7f /meta-oe/recipes-extended | |
parent | 328cee46d8cc52b3654c926598e5fe93b762de0e (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb | 2 |
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" | |||
14 | SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c" | 14 | SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c" |
15 | SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297" | 15 | SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sblim/files/sblim-sfcCommon/" | ||
18 | |||
17 | inherit autotools | 19 | inherit autotools |
18 | 20 | ||
19 | do_install() { | 21 | do_install() { |