[Buildroot] [PATCH next 1/3] package/liburiparser: New package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 26 21:47:27 UTC 2014


Dear Bernd Kuhls,

On Sun, 23 Nov 2014 20:56:51 +0100, Bernd Kuhls wrote:

> diff --git a/package/Config.in b/package/Config.in
> index 796c9f9..6f32b71 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -829,6 +829,7 @@ menu "Networking"
>  	source "package/libupnpp/Config.in"
>  	source "package/libvncserver/Config.in"
>  	source "package/libwebsockets/Config.in"
> +	source "package/liburiparser/Config.in"

Alphabetic ordering issue.

> +ifneq ($(BR2_USE_WCHAR),y)

We prefer positive logic here: ifeq ($(BR2_USE_WCHAR),)

Committed to next with those issues fixed. Thanks!

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



More information about the buildroot mailing list