From 757b8e89bdac0305f2532163ce125c23f546c3bb Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 18 Apr 2025 09:12:22 -0400 Subject: [PATCH] arm/execstack: correct broken version `devtool check-upgrade-status` reports the new version as "20151030.", which is the last tagged release. Given that there are a number of commits since that tag and the tree doesn't appear to be using tagged released, treat this as a git tree and check the updates appropriately. Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/fvp/execstack-native.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arm/recipes-devtools/fvp/execstack-native.bb b/meta-arm/recipes-devtools/fvp/execstack-native.bb index 055d39ed..8f22d8ba 100644 --- a/meta-arm/recipes-devtools/fvp/execstack-native.bb +++ b/meta-arm/recipes-devtools/fvp/execstack-native.bb @@ -8,6 +8,10 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross;protocol=https;branch=master SRCREV = "ff2561c02ade96c5d4d56ddd4e27ff064840a176" PV = "1.0+git${SRCPV}" +# The last tagged release was 20151030. Track this as a git tree to +# see if there are any updates +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" inherit autotools native