]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtasn1: Enable nativesdk support
authorPhilippe Normand <philn@igalia.com>
Thu, 30 May 2019 13:47:01 +0000 (14:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:33 +0000 (21:50 +0100)
This is required before enabling p11-kit support by default in gnutls.

Signed-off-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gnutls/libtasn1_4.14.bb

index cb7fed4449f927e290be57a1669c5acfff1ac346..7158e483e98e853708565cd20230f209209946ae 100644 (file)
@@ -20,4 +20,4 @@ SRC_URI[sha256sum] = "9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9
 
 inherit autotools texinfo lib_package gtk-doc
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"