From: Steve Sakoman Date: Mon, 1 Apr 2024 17:33:55 +0000 (-1000) Subject: perf: bump PR to deal with sstate corruption on autobuilder X-Git-Tag: 2020-04.33-dunfell~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ce772102b45db14dc21112367534ea1c37e33c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git perf: bump PR to deal with sstate corruption on autobuilder Testing of an SPDX patch corrupted sstate, so bump PR to work around the issue Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 91bf648caa6..42621e47d3c 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -9,7 +9,7 @@ HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" LICENSE = "GPLv2" -PR = "r9" +PR = "r10" PACKAGECONFIG ??= "scripting tui libunwind" PACKAGECONFIG[dwarf] = ",NO_DWARF=1"