Re: [OE-core] [PATCH 1/1] apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG

2016-01-29 Thread Burton, Ross
On 29 January 2016 at 12:22, Ioan-Adrian Ratiu wrote: > +PACKAGECONFIG_append = " ldap crypto sqlite3" > Never use PACKAGECONFIG_append in a recipe as then they can't easily be disabled. Recipes should use PACAKGECONFIG??="options". apr is used by more than just apache, and the need for LDAP a

[OE-core] [PATCH 1/1] apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG

2016-01-29 Thread Ioan-Adrian Ratiu
Enable apr-util's cryptographic routines so that the apache2 package can encrypt session data. Enable sqlite3 by default to allow database operations in the apache webserver. Also enable the apache modules mod_ldap and mod_authz_ldap. Signed-off-by: Adam Chappell Signed-off-by: Jacob Champion