[Buildroot] [PATCH 14/20] efl/libeio: new package

Peter Korsgaard jacmet at uclibc.org
Sat Dec 29 20:09:33 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/efl/Config.in        |    1 +
 Thomas>  package/efl/libeio/Config.in |   15 +++++++++++++++
 Thomas>  package/efl/libeio/libeio.mk |   15 +++++++++++++++
 Thomas>  3 files changed, 31 insertions(+)
 Thomas>  create mode 100644 package/efl/libeio/Config.in
 Thomas>  create mode 100644 package/efl/libeio/libeio.mk

 Thomas> diff --git a/package/efl/Config.in b/package/efl/Config.in
 Thomas> index c783d7f..a526d87 100644
 Thomas> --- a/package/efl/Config.in
 Thomas> +++ b/package/efl/Config.in
 Thomas> @@ -13,6 +13,7 @@ source "package/efl/libeina/Config.in"
 Thomas>  source "package/efl/libecore/Config.in"
 Thomas>  source "package/efl/libeet/Config.in"
 Thomas>  source "package/efl/libefreet/Config.in"
 Thomas> +source "package/efl/libeio/Config.in"
 Thomas>  source "package/efl/libevas/Config.in"
 Thomas>  source "package/efl/libembryo/Config.in"
 Thomas>  source "package/efl/libedje/Config.in"
 Thomas> diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in
 Thomas> new file mode 100644
 Thomas> index 0000000..889d079
 Thomas> --- /dev/null
 Thomas> +++ b/package/efl/libeio/Config.in
 Thomas> @@ -0,0 +1,15 @@
 Thomas> +config BR2_PACKAGE_LIBEIO
 Thomas> +	bool "libeio"
 Thomas> +	help
 Thomas> +	  Eio integrates with EFL (Ecore, Eina) to provide efficient
 Thomas> +	  filesystem Input/Output? (I/O). It use the best techniques

The question mark after Input/Output shouldn't be here.

No dependencies on ecore or eina?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list