mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 22:53:47 +00:00
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>
This commit is contained in:
parent
0c024ec106
commit
4c2f0370fb
@ -248,3 +248,5 @@ python populate_packages_prepend () {
|
|||||||
packages.append(metapkg)
|
packages.append(metapkg)
|
||||||
d.setVar('PACKAGES', ' '.join(packages))
|
d.setVar('PACKAGES', ' '.join(packages))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user