mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -12,3 +12,5 @@ EXTRA_OECONF = "--disable-test --disable-doc"
|
|||||||
|
|
||||||
SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
|
SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
|
||||||
SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
|
SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
|
||||||
|
|
||||||
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user