[oe-commits] [meta-openembedded] 01/05: openldap: enable native build

git at git.openembedded.org git at git.openembedded.org
Mon Feb 1 15:21:44 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 639b038536c5d28f7ef9808e08361c9971fdfd7e
Author: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
AuthorDate: Fri Jan 29 17:38:14 2016 +0200

    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 at ni.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/openldap/openldap_2.4.43.bb | 2 ++
 1 file changed, 2 insertions(+)

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 881b3a8..9670f1a 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list