minor yaml-tiny recipe enhancements

inherit allarch and enable both native and target builds.

Change-Id: Ib5c6bb03a9ac5c5cf7aab9ba65ef4b95845b5478
Tested: Built witherspoon and palmetto images
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb
similarity index 93%
rename from meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb
rename to meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb
index b117a60..55ab964 100644
--- a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb
+++ b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb
@@ -3,8 +3,8 @@
 LICENSE = "Artistic-1.0 | GPL-2.0"
 HOMEPAGE = "https://metacpan.org/release/YAML-Tiny"
 
-inherit native
 inherit cpan
+inherit allarch
 
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -15,3 +15,5 @@
 SRC_URI[sha256sum] = "bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592"
 
 S = "${WORKDIR}/YAML-Tiny-${PV}"
+
+BBCLASSEXTEND = "native"