From 974d77f336b69026ce7689f868d628ddd41c7fe0 Mon Sep 17 00:00:00 2001 From: Sam Nobs Date: Thu, 1 Nov 2018 13:19:09 +1300 Subject: uriparser: Allow native build It is useful to be able to build a native version of uriparser e.g. when you're building your entire distribution on native for validation and testing purposes. Signed-off-by: Sam Nobs Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb index b4be853ddb..bfcdf83737 100644 --- a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb +++ b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb @@ -12,3 +12,5 @@ EXTRA_OECONF = "--disable-test --disable-doc" SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6" SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23" + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf