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/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb b/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb
index f2cc509..9165122 100644
--- a/common/recipes-phosphor/mrw/mrw-perl-tools-native.bb
+++ b/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}"