diff options
author | Steve Sakoman <steve@sakoman.com> | 2024-04-01 07:33:55 -1000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-04-05 06:34:42 -0700 |
commit | 50320bfdc802f82143d484f65d5f7496e3b8e1e1 (patch) | |
tree | e7bab3a01e29ca2c89153c4a6fb9604af6d5967a /meta/recipes-kernel/perf | |
parent | 7dafe710db1cff0becd72b0336985a7b231851c5 (diff) | |
download | poky-50320bfdc802f82143d484f65d5f7496e3b8e1e1.tar.gz |
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
(From OE-Core rev: 47ce772102b45db14dc21112367534ea1c37e33c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 91bf648caa..42621e47d3 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" | |||
9 | 9 | ||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | 11 | ||
12 | PR = "r9" | 12 | PR = "r10" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "scripting tui libunwind" | 14 | PACKAGECONFIG ??= "scripting tui libunwind" |
15 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" | 15 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" |