From: Jan Luebbe Date: Thu, 26 Jan 2023 06:46:13 +0000 (+0100) Subject: p11-kit: add native to BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4942a42d5a071b283fe49047dcb4fee2c96422e8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git p11-kit: add native to BBCLASSEXTEND This recipe is needed to build softhsm (in meta-oe) in with p11-kit support, which is useful when multiple PKCS#11 modules need to be used. Signed-off-by: Jan Luebbe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb index 59cbb67961a..72b446204a1 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb @@ -29,4 +29,4 @@ FILES:${PN} += " \ # PN contains p11-kit-proxy.so, a symlink to a loadable module INSANE_SKIP:${PN} = "dev-so" -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk"