* [Buildroot] [PATCH 0/7] EFL packages for buildroot
@ 2012-01-18 11:15 Will Newton
2012-01-21 1:51 ` Arnout Vandecappelle
0 siblings, 1 reply; 3+ messages in thread
From: Will Newton @ 2012-01-18 11:15 UTC (permalink / raw)
To: buildroot
These patches update the ones posted by Lionel Landwerlin a couple of years
ago, moving to released versions of the libraries and fixing up to reflect
changes in the buildroot infrastructure over the years.
Will Newton (7):
libeina: Add new package along with EFL infrastructure.
libeet: Add new package.
libevas: Add new package.
libecore: Add new package.
libembryo: Add new package.
libedje: Add new package.
expedite: Add new package.
package/Config.in | 2 +
package/efl/Config.in | 22 ++++
package/efl/efl.mk | 3 +
package/efl/expedite/Config.in | 13 +++
package/efl/expedite/expedite.mk | 11 ++
package/efl/libecore/Config.in | 81 +++++++++++++++
package/efl/libecore/libecore.mk | 124 ++++++++++++++++++++++
package/efl/libedje/Config.in | 19 ++++
package/efl/libedje/libedje.mk | 22 ++++
package/efl/libeet/Config.in | 9 ++
package/efl/libeet/libeet.mk | 15 +++
package/efl/libeina/Config.in | 4 +
package/efl/libeina/libeina.mk | 18 ++++
package/efl/libembryo/Config.in | 7 ++
package/efl/libembryo/libembryo.mk | 15 +++
package/efl/libevas/Config.in | 199 ++++++++++++++++++++++++++++++++++++
package/efl/libevas/libevas.mk | 165 +++++++++++++++++++++++++++++
17 files changed, 729 insertions(+), 0 deletions(-)
create mode 100644 package/efl/Config.in
create mode 100644 package/efl/efl.mk
create mode 100644 package/efl/expedite/Config.in
create mode 100644 package/efl/expedite/expedite.mk
create mode 100644 package/efl/libecore/Config.in
create mode 100644 package/efl/libecore/libecore.mk
create mode 100644 package/efl/libedje/Config.in
create mode 100644 package/efl/libedje/libedje.mk
create mode 100644 package/efl/libeet/Config.in
create mode 100644 package/efl/libeet/libeet.mk
create mode 100644 package/efl/libeina/Config.in
create mode 100644 package/efl/libeina/libeina.mk
create mode 100644 package/efl/libembryo/Config.in
create mode 100644 package/efl/libembryo/libembryo.mk
create mode 100644 package/efl/libevas/Config.in
create mode 100644 package/efl/libevas/libevas.mk
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 0/7] EFL packages for buildroot
2012-01-18 11:15 [Buildroot] [PATCH 0/7] EFL packages for buildroot Will Newton
@ 2012-01-21 1:51 ` Arnout Vandecappelle
2012-01-23 13:50 ` Will Newton
0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-01-21 1:51 UTC (permalink / raw)
To: buildroot
On Wednesday 18 January 2012 12:15:14 Will Newton wrote:
> These patches update the ones posted by Lionel Landwerlin a couple of years
> ago, moving to released versions of the libraries and fixing up to reflect
> changes in the buildroot infrastructure over the years.
Shouldn't you add a SOB for Lionel, then? Or did he not add it in the original
patches? In the latter case we have a copyright problem...
> Will Newton (7):
> libeina: Add new package along with EFL infrastructure.
> libeet: Add new package.
> libevas: Add new package.
> libecore: Add new package.
> libembryo: Add new package.
> libedje: Add new package.
> expedite: Add new package.
For the whole series:
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(I didn't reply to patches on which I had no comments.)
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 0/7] EFL packages for buildroot
2012-01-21 1:51 ` Arnout Vandecappelle
@ 2012-01-23 13:50 ` Will Newton
0 siblings, 0 replies; 3+ messages in thread
From: Will Newton @ 2012-01-23 13:50 UTC (permalink / raw)
To: buildroot
On Sat, Jan 21, 2012 at 1:51 AM, Arnout Vandecappelle <arnout@mind.be> wrote:
Hi Arnout,
Many thanks for the review!
> On Wednesday 18 January 2012 12:15:14 Will Newton wrote:
>> These patches update the ones posted by Lionel Landwerlin a couple of years
>> ago, moving to released versions of the libraries and fixing up to reflect
>> changes in the buildroot infrastructure over the years.
> ?Shouldn't you add a SOB for Lionel, then? ?Or did he not add it in the original
> patches? ?In the latter case we have a copyright problem...
I have modified the patches quite a bit since this version of the
patch series so I do not know if adding Lionel's original SOB is the
right thing to do - I don't want to be putting his name to my bugs.
I'm happy to add it if people think it is the right thing to do
though?
>> Will Newton (7):
>> ? libeina: Add new package along with EFL infrastructure.
>> ? libeet: Add new package.
>> ? libevas: Add new package.
>> ? libecore: Add new package.
>> ? libembryo: Add new package.
>> ? libedje: Add new package.
>> ? expedite: Add new package.
>
> ?For the whole series:
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ?(I didn't reply to patches on which I had no comments.)
Thanks, I'll add those when I repost a v2 series that takes your
comments into account.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-23 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 11:15 [Buildroot] [PATCH 0/7] EFL packages for buildroot Will Newton
2012-01-21 1:51 ` Arnout Vandecappelle
2012-01-23 13:50 ` Will Newton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox