diff options
| author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-01-27 18:50:05 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-01-28 08:04:37 +0800 |
| commit | bd78365cb4e0c66a4575705cbbbaab8651231e85 (patch) | |
| tree | 9a3a2a53bd7afa0e48ec34bb0f9b18c4fb2a6d3d | |
| parent | 0f30b704dfaf2885945a105340b5a206cd1a2212 (diff) | |
| download | meta-intel-bd78365cb4e0c66a4575705cbbbaab8651231e85.tar.gz | |
sbsigntool-native: fix native last QA issue
The native inherit should be last, move it.
Solves: QA Issue: sbsigntool-native: native/nativesdk class is not
inherited last, this can result in unexpected behaviour. [native-last]
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | recipes-support/sbsigntool/sbsigntool-native_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb index ce605b73..f6094a5c 100644 --- a/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb | |||
| @@ -34,7 +34,8 @@ PV = "0.9.4-git${SRCPV}" | |||
| 34 | 34 | ||
| 35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
| 36 | 36 | ||
| 37 | inherit native autotools pkgconfig | 37 | inherit autotools pkgconfig |
| 38 | inherit native | ||
| 38 | 39 | ||
| 39 | do_configure_prepend() { | 40 | do_configure_prepend() { |
| 40 | cd ${S} | 41 | cd ${S} |
