From 7a95c83bb58021a29a756acae8c664ba6a882d7d Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Fri, 19 Jul 2024 15:46:07 +0200 Subject: [PATCH] gradm: 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-support/gradm/gradm_3.1-202111052217.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb index c82b529f96..6238a04d96 100644 --- a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb +++ b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb @@ -18,6 +18,8 @@ SRC_URI = "http://grsecurity.net/stable/${BP}.tar.gz \ " SRC_URI[sha256sum] = "2459290f367a47c8a1ce4ea2ec08359799ea33dc15ed4436439596ce88284fb9" +UPSTREAM_CHECK_URI = "https://grsecurity.net/download" + S = "${WORKDIR}/gradm" inherit autotools-brokensep