Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PULL REQUEST] EFL packages
@ 2012-01-24 15:46 Will Newton
  2012-01-26 15:37 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Will Newton @ 2012-01-24 15:46 UTC (permalink / raw)
  To: buildroot

Hi Peter,

These patches take into account the second round of review comments and add the
various Acked-by and Reviewed-by tags. Let me know if you would prefer
the changes
in patch form rather than as a git repo.

The following changes since commit 9baaa5b4a39145f4cc64c6bba1a6aa8cec48f00a:

  syslinux: add support for host-install (2012-01-24 12:59:47 +0100)

are available in the git repository at:
  git://github.com/willnewton/buildroot.git for-upstream

Will Newton (14):
      jpeg: Allow building of libjpeg for the host
      lua: Allow building lua for the host
      xcb-util: Install xcb-util libraries into staging
      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
      libefreet: Add new package
      libethumb: Add new package
      libelementary: Add new package
      libedbus: Add new package

 package/Config.in                                  |    1 +
 package/efl/Config.in                              |   26 +++
 package/efl/efl.mk                                 |    1 +
 package/efl/expedite/Config.in                     |   14 ++
 package/efl/expedite/expedite.mk                   |   11 +
 package/efl/libecore/Config.in                     |   36 +++
 package/efl/libecore/libecore.mk                   |   62 +++++
 package/efl/libedbus/Config.in                     |   10 +
 package/efl/libedbus/libedbus.mk                   |   15 ++
 package/efl/libedje/Config.in                      |   19 ++
 package/efl/libedje/libedje.mk                     |   25 ++
 package/efl/libeet/Config.in                       |    9 +
 package/efl/libeet/libeet.mk                       |   16 ++
 package/efl/libefreet/Config.in                    |    8 +
 package/efl/libefreet/libefreet.mk                 |   14 ++
 package/efl/libeina/Config.in                      |    4 +
 package/efl/libeina/libeina.mk                     |   16 ++
 package/efl/libelementary/Config.in                |   19 ++
 .../libelementary-0.8.0.65643-examples1.patch      |   10 +
 .../libelementary-0.8.0.65643-examples2.patch      |   96 ++++++++
 package/efl/libelementary/libelementary.mk         |   22 ++
 package/efl/libembryo/Config.in                    |    7 +
 package/efl/libembryo/libembryo.mk                 |   16 ++
 package/efl/libethumb/Config.in                    |    8 +
 package/efl/libethumb/libethumb.mk                 |   16 ++
 package/efl/libevas/Config.in                      |  238 ++++++++++++++++++++
 package/efl/libevas/libevas.mk                     |  187 +++++++++++++++
 package/jpeg/jpeg.mk                               |    1 +
 package/lua/lua.mk                                 |   39 ++++
 package/x11r7/xcb-util/xcb-util.mk                 |    1 +
 30 files changed, 947 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/libedbus/Config.in
 create mode 100644 package/efl/libedbus/libedbus.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/libefreet/Config.in
 create mode 100644 package/efl/libefreet/libefreet.mk
 create mode 100644 package/efl/libeina/Config.in
 create mode 100644 package/efl/libeina/libeina.mk
 create mode 100644 package/efl/libelementary/Config.in
 create mode 100644
package/efl/libelementary/libelementary-0.8.0.65643-examples1.patch
 create mode 100644
package/efl/libelementary/libelementary-0.8.0.65643-examples2.patch
 create mode 100644 package/efl/libelementary/libelementary.mk
 create mode 100644 package/efl/libembryo/Config.in
 create mode 100644 package/efl/libembryo/libembryo.mk
 create mode 100644 package/efl/libethumb/Config.in
 create mode 100644 package/efl/libethumb/libethumb.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] [PULL REQUEST] EFL packages
  2012-01-24 15:46 [Buildroot] [PULL REQUEST] EFL packages Will Newton
@ 2012-01-26 15:37 ` Peter Korsgaard
  2012-01-26 17:15   ` Will Newton
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-26 15:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> Hi Peter,

 Will> These patches take into account the second round of review
 Will> comments and add the various Acked-by and Reviewed-by tags. Let
 Will> me know if you would prefer the changes in patch form rather than
 Will> as a git repo.

Yes please, makes it easier to comment on individual commits.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PULL REQUEST] EFL packages
  2012-01-26 15:37 ` Peter Korsgaard
@ 2012-01-26 17:15   ` Will Newton
  0 siblings, 0 replies; 3+ messages in thread
From: Will Newton @ 2012-01-26 17:15 UTC (permalink / raw)
  To: buildroot

On Thu, Jan 26, 2012 at 3:37 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
>
> ?Will> Hi Peter,
>
> ?Will> These patches take into account the second round of review
> ?Will> comments and add the various Acked-by and Reviewed-by tags. Let
> ?Will> me know if you would prefer the changes in patch form rather than
> ?Will> as a git repo.
>
> Yes please, makes it easier to comment on individual commits.

Ok, I'll post the series again. The changes are quite small from the
last time I posted them though, mostly adding Acked-by/Reviewed-by.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-26 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 15:46 [Buildroot] [PULL REQUEST] EFL packages Will Newton
2012-01-26 15:37 ` Peter Korsgaard
2012-01-26 17:15   ` Will Newton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox