From 4c2f0370fb628f88bf23596b168b13f152f8d8fe Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Fri, 29 Jan 2016 17:38:14 +0200 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- 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 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"