aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2016-01-29 17:38:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:15:27 +0100
commit4c2f0370fb628f88bf23596b168b13f152f8d8fe (patch)
tree68b80282f692feee55cc3628115aa072034b7524 /meta-oe/recipes-support/openldap
parent0c024ec106373fc2fd2d07e596a295809d16b4bd (diff)
downloadmeta-openembedded-contrib-4c2f0370fb628f88bf23596b168b13f152f8d8fe.tar.gz
openldap: enable native build
This is required by the apr-util & apache2 recipes to enable ldap support without breaking the build (nothing provides -native) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap')
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.43.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb b/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
index 881b3a8488..9670f1a0a3 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
@@ -248,3 +248,5 @@ python populate_packages_prepend () {
packages.append(metapkg)
d.setVar('PACKAGES', ' '.join(packages))
}
+
+BBCLASSEXTEND = "native"