diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-04-25 11:14:02 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-04-25 18:11:35 -0700 |
commit | 5ff27eec489c4524aa2ccf5671d14feb7d52bae2 (patch) | |
tree | 3e56382b6a2dbe994cf7e1e16d930a660756e2c3 | |
parent | 8263f72c44ef2a0aca67ac6ac978c6b2c6eb1c75 (diff) | |
download | meta-security-5ff27eec489c4524aa2ccf5671d14feb7d52bae2.tar.gz |
swtpm-wrappers: fix naming convention violation
Native recipes must be called <foo>-native. This is more than just a
recommendation, there's actual code which checks for the suffix.
Not following that rule broke swtpm-wrappers when using the "usrmerge"
DISTRO_FEATURE, because the code in native.bbclass which cleans up
DISTRO_FEATURES for native recipes was skipped and thus swtpm-wrappers
ended up using different paths than the other native recipes.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-tpm/swtpm/swtpm-wrappers-native.bb (renamed from recipes-tpm/swtpm/swtpm-wrappers.bb) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/recipes-tpm/swtpm/swtpm-wrappers.bb b/recipes-tpm/swtpm/swtpm-wrappers-native.bb index 0af1db6..0af1db6 100644 --- a/recipes-tpm/swtpm/swtpm-wrappers.bb +++ b/recipes-tpm/swtpm/swtpm-wrappers-native.bb | |||