aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorSam Nobs <samuel.nobs@taitradio.com>2018-11-01 13:19:09 +1300
committerKhem Raj <raj.khem@gmail.com>2018-11-01 10:06:58 -0700
commit17a4e8269c8dbb3ae67253ddfe756463c12fcbad (patch)
treece094afc26a87c748ae4d598cd592769d1669750 /meta-oe/recipes-support
parent4d53ab2221619274662e0464ab50014503233666 (diff)
downloadmeta-openembedded-contrib-17a4e8269c8dbb3ae67253ddfe756463c12fcbad.tar.gz
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 <samuel.nobs@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb2
1 files changed, 2 insertions, 0 deletions
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"