[Buildroot] [PATCH v5 02/24] sqlite: Add host build support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon May 18 21:17:33 UTC 2015


Dear Clayton Shotwell,

On Wed, 13 May 2015 16:39:15 -0500, Clayton Shotwell wrote:
> From: Matt Weber <matthew.weber at rockwellcollins.com>
> 
> Signed-off-by: Clayton Shotwell <clayton.shotwell at rockwellcollins.com>
> 
> ---
> Changes v4 -> v5:
>   - No changes
> ---
>  package/sqlite/sqlite.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
> index fff219a..aaf84fc 100644
> --- a/package/sqlite/sqlite.mk
> +++ b/package/sqlite/sqlite.mk
> @@ -50,3 +50,4 @@ SQLITE_CONF_OPTS += --disable-readline
>  endif
>  
>  $(eval $(autotools-package))
> +$(eval $(host-autotools-package))

When adding a host package, it's always good to indicate which other
package will be using it so that it doesn't seem to be a useless change.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list