From b32c6d0fd8b399cd98c04250c90e68edb588740e Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 29 Mar 2013 19:04:00 +0000 Subject: [PATCH] libyaml: allow native builds Signed-off-by: Andreas Oberritter Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb index 04c6f77cf0..32d45b00c2 100644 --- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb +++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb @@ -11,3 +11,5 @@ SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb S = "${WORKDIR}/yaml-${PV}" inherit autotools + +BBCLASSEXTEND = "native"