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>
This commit is contained in:
Sam Nobs 2018-11-01 13:19:09 +13:00 committed by Khem Raj
parent 4d53ab2221
commit 17a4e8269c

View File

@ -12,3 +12,5 @@ EXTRA_OECONF = "--disable-test --disable-doc"
SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
BBCLASSEXTEND += "native"