diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-01-29 17:38:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:15:27 +0100 |
commit | 4c2f0370fb628f88bf23596b168b13f152f8d8fe (patch) | |
tree | 68b80282f692feee55cc3628115aa072034b7524 /meta-oe/recipes-support/openldap | |
parent | 0c024ec106373fc2fd2d07e596a295809d16b4bd (diff) | |
download | meta-openembedded-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.bb | 2 |
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 881b3a848..9670f1a0a 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 () { | |||
248 | packages.append(metapkg) | 248 | packages.append(metapkg) |
249 | d.setVar('PACKAGES', ' '.join(packages)) | 249 | d.setVar('PACKAGES', ' '.join(packages)) |
250 | } | 250 | } |
251 | |||
252 | BBCLASSEXTEND = "native" | ||