diff options
author | Sam Nobs <samuel.nobs@taitradio.com> | 2018-11-01 13:19:09 +1300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-01 10:06:58 -0700 |
commit | 17a4e8269c8dbb3ae67253ddfe756463c12fcbad (patch) | |
tree | ce094afc26a87c748ae4d598cd592769d1669750 | |
parent | 4d53ab2221619274662e0464ab50014503233666 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb | 2 |
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 b4be853dd..bfcdf8373 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" | |||
12 | 12 | ||
13 | SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6" | 13 | SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6" |
14 | SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23" | 14 | SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23" |
15 | |||
16 | BBCLASSEXTEND += "native" | ||