From 304e08f3719ae964943dccd74f4e5975cbf4439e Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 13:52:16 +0200 Subject: [PATCH] libx86-1: 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 Reviewed-by: Yoann Congal --- meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb index f11c52dd11..ae2714d7e7 100644 --- a/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb +++ b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb @@ -16,6 +16,8 @@ SRC_URI = "https://mirrors.slackware.com/slackware/slackware-current/source/ap/l " SRC_URI[sha256sum] = "5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048" +UPSTREAM_CHECK_URI = "https://mirrors.slackware.com/slackware/slackware-current/source/ap/libx86/" + BPN = "libx86" COMPATIBLE_HOST = '(x86_64|i.86).*-linux'