commit | 03159af314b07242ef35c1377137ea324284e1b9 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 14 21:40:03 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Feb 16 03:43:47 2018 +0000 |
tree | 8be6411e9858e4bcf559cd2554dad5c375907379 | |
parent | 287064bd9db3adf48f7251bb478a0a23c9ee8a30 [diff] |
yaml-tiny: rename with native suffix yaml-tiny is a native only recipe, rename according to convention. This eliminates a number of "manifest-foo:populate_sysroot not found" build warnings. Change-Id: Ibc29bc528fa21f404e7360c8211e65f56f0b015e Tested: Built a Witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb similarity index 100% rename from meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb rename to meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb
diff --git a/meta-phosphor/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb b/meta-phosphor/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb index f2cc509..9165122 100644 --- a/meta-phosphor/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb +++ b/meta-phosphor/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb
@@ -7,7 +7,7 @@ inherit cpan_build inherit mrw-rev -DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny" +DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native" SRC_URI += "${MRW_TOOLS_SRC_URI}" SRCREV = "${MRW_TOOLS_SRCREV}"