[oe-commits] [meta-openembedded] 08/73: uriparser: Allow native build

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:55:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 974d77f336b69026ce7689f868d628ddd41c7fe0
Author: Sam Nobs <samuel.nobs at taitradio.com>
AuthorDate: Thu Nov 1 13:19:09 2018 +1300

    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 at taitradio.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 b4be853..bfcdf83 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list