diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-06 21:29:09 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 13:31:26 +0000 |
| commit | b668c5323c4b09dc915fe4bd1dbbc35e4bee096b (patch) | |
| tree | bcaff79191b2d1c158da992dc4a6dca5770659b7 /meta | |
| parent | 5ed4e3558e771c0191edff04598b7e2fe49ace91 (diff) | |
| download | poky-b668c5323c4b09dc915fe4bd1dbbc35e4bee096b.tar.gz | |
kern-tools: allow inputs to be tagged for audit
Integrating the following commit:
Author: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Wed Oct 16 23:34:04 2024 -0400
spp: allow inputs to be tagged for audit
files can have a specifier "optional" or "required"
which follows the input file and is separated by a :
We need to adjust our routines to check for the
specifier and split it out accordingly.
(From OE-Core rev: d5881f4cf09f82b31e731fafa96ab9ad5f55b17d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 98dd89f585..01c5030759 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 11 | 11 | ||
| 12 | DEPENDS += "git-replacement-native" | 12 | DEPENDS += "git-replacement-native" |
| 13 | 13 | ||
| 14 | SRCREV = "cda23df1a86aa89cf1748af6aa5134160c1cca48" | 14 | SRCREV = "df5de61e6e52a24b7851b68cb8dd1e226ac1fb69" |
| 15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
| 16 | 16 | ||
| 17 | inherit native | 17 | inherit native |
