From 3bcca121314a86e53f16594df99b10afd4834fd6 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 25 Apr 2017 11:14:02 +0200 Subject: [PATCH] swtpm-wrappers: fix naming convention violation Native recipes must be called -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 Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/{swtpm-wrappers.bb => swtpm-wrappers-native.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-tpm/swtpm/{swtpm-wrappers.bb => swtpm-wrappers-native.bb} (100%) diff --git a/recipes-tpm/swtpm/swtpm-wrappers.bb b/recipes-tpm/swtpm/swtpm-wrappers-native.bb similarity index 100% rename from recipes-tpm/swtpm/swtpm-wrappers.bb rename to recipes-tpm/swtpm/swtpm-wrappers-native.bb