aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-12-29 11:46:34 +0800
committerKhem Raj <raj.khem@gmail.com>2021-12-29 18:32:15 -0800
commit5e0f1edc96cf2206cb9333dcab7acdd634813f6f (patch)
tree1a7c243974e5d70015b4656a288f54070adb0b5d /meta-oe/recipes-support
parent2b4f6a04f014da87a1f42bf67a52be59e5cd2b2e (diff)
downloadmeta-openembedded-contrib-5e0f1edc96cf2206cb9333dcab7acdd634813f6f.tar.gz
xmlsec1: enable native build
It is required by openscap 1.3.5. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.33.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.33.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.33.bb
index 1ca0f79f0b..0cca2fe774 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.33.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.33.bb
@@ -63,3 +63,5 @@ do_install:append() {
do_install_ptest () {
oe_runmake -C ${S}/examples DESTDIR=${D}${PTEST_PATH} ${PTEST_EXTRA_ARGS} install-ptest
}
+
+BBCLASSEXTEND = "native"