From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 14/20] efl/libeio: new package
Date: Sat, 29 Dec 2012 21:09:33 +0100 [thread overview]
Message-ID: <87k3s0wrgi.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <def1e95b3470173f129cd36c95f40260e9893594.1356723702.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Fri, 28 Dec 2012 20:42:07 +0100")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@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
next prev parent reply other threads:[~2012-12-29 20:09 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-28 19:41 [Buildroot] [pull request] Pull request for branch e17 Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 01/20] efl/libecore: bump version to 1.7.4 Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 02/20] efl/expedite: bump to version 1.7.4 Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 03/20] efl/libedbus: " Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 04/20] efl/libedje: " Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 05/20] efl/libeet: " Thomas Petazzoni
2012-12-28 19:41 ` [Buildroot] [PATCH 06/20] efl/libefreet: " Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 07/20] efl/libeina: " Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 08/20] efl/libelementary: bump to version 1.7.4 and change download location Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 09/20] efl/libembryo: bump to version 1.7.4 Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 10/20] efl/libevas: " Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 11/20] efl/libevas: remove SVG support Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 12/20] efl/libevas: adjust dependency on X11 libraries Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 13/20] efl/libevas: remove examples source code from target filesystem Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 14/20] efl/libeio: new package Thomas Petazzoni
2012-12-29 20:09 ` Peter Korsgaard [this message]
2012-12-28 19:42 ` [Buildroot] [PATCH 15/20] efl/expedite: bump to 1.7.4 Thomas Petazzoni
2012-12-28 19:50 ` Thomas Petazzoni
2012-12-29 20:15 ` Peter Korsgaard
2012-12-29 21:56 ` Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 16/20] efl/libethumb: bump to 1.7.4 and change download location Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 17/20] librsvg: relax dependency on Gtk, add gdk-pixbuf dependency Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 18/20] efl/libevas-generic-loaders: new package Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 19/20] xcb-util-keysyms: " Thomas Petazzoni
2012-12-28 19:42 ` [Buildroot] [PATCH 20/20] enlightenment: " Thomas Petazzoni
2012-12-29 20:13 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k3s0wrgi.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox