| Submitter | Thomas Petazzoni |
|---|---|
| Date | Dec. 28, 2012, 7:41 p.m. |
| Message ID | <cover.1356723702.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox |
| Permalink | /patch/208531/ |
| State | Superseded |
| Headers | show
Return-Path: <buildroot-bounces@busybox.net> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A9C2A2C00DE for <incoming@patchwork.ozlabs.org>; Sat, 29 Dec 2012 06:42:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 606E9101394; Fri, 28 Dec 2012 19:42:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nWKZiFk7HMAP; Fri, 28 Dec 2012 19:42:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 12CA610084F; Fri, 28 Dec 2012 19:42:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6F7AE8F74B for <buildroot@lists.busybox.net>; Fri, 28 Dec 2012 19:42:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8A085816C9 for <buildroot@lists.busybox.net>; Fri, 28 Dec 2012 19:42:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78YBh1xqbI5B for <buildroot@lists.busybox.net>; Fri, 28 Dec 2012 19:42:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.32.191]) by whitealder.osuosl.org (Postfix) with ESMTP id A39F6814E9 for <buildroot@busybox.net>; Fri, 28 Dec 2012 19:42:18 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id B9F6022F; Fri, 28 Dec 2012 20:42:17 +0100 (CET) Received: from localhost (humanoidz.org [82.247.183.72]) by mail.free-electrons.com (Postfix) with ESMTPSA id 5EBC8227 for <buildroot@busybox.net>; Fri, 28 Dec 2012 20:42:16 +0100 (CET) From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> To: buildroot@busybox.net Date: Fri, 28 Dec 2012 20:41:53 +0100 Message-Id: <cover.1356723702.git.thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [pull request] Pull request for branch e17 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot <buildroot.busybox.net> List-Unsubscribe: <http://lists.busybox.net/mailman/options/buildroot>, <mailto:buildroot-request@busybox.net?subject=unsubscribe> List-Archive: <http://lists.busybox.net/pipermail/buildroot> List-Post: <mailto:buildroot@busybox.net> List-Help: <mailto:buildroot-request@busybox.net?subject=help> List-Subscribe: <http://lists.busybox.net/mailman/listinfo/buildroot>, <mailto:buildroot-request@busybox.net?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net |
Hello, This set of patches bumps all the EFL (Enlightenment Foundation Libraries) packages to the latest version 1.7.4 which was released on December, 21st with E17. It also adds a package for E17 itself, in order to provide a demonstration of a lightweight desktop environment in Buildroot. It has been tested on ARM Glibc (Linaro toolchain) and uClibc (internal toolchain), booted under X.org in Qemu, and it starts fine. Of course, some additional improvements and tests can be made later: test with the XCB backend (only the X11 backend has been tested), test with the OpenGL backend, test more features, etc. Best regards, Thomas The following changes since commit 4848386446b937d4d0d9d3e9489932ca3fcb1003: libffi: fix mips build failures (2012-12-28 16:55:09 +0100) are available in the git repository at: git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git e17 for you to fetch changes up to df0808d07efd1959cfca0558857283d2e7240f4a: enlightenment: new package (2012-12-28 20:41:35 +0100) ---------------------------------------------------------------- Thomas Petazzoni (20): efl/libecore: bump version to 1.7.4 efl/expedite: bump to version 1.7.4 efl/libedbus: bump to version 1.7.4 efl/libedje: bump to version 1.7.4 efl/libeet: bump to version 1.7.4 efl/libefreet: bump to version 1.7.4 efl/libeina: bump to version 1.7.4 efl/libelementary: bump to version 1.7.4 and change download location efl/libembryo: bump to version 1.7.4 efl/libevas: bump to version 1.7.4 efl/libevas: remove SVG support efl/libevas: adjust dependency on X11 libraries efl/libevas: remove examples source code from target filesystem efl/libeio: new package efl/expedite: bump to 1.7.4 efl/libethumb: bump to 1.7.4 and change download location librsvg: relax dependency on Gtk, add gdk-pixbuf dependency efl/libevas-generic-loaders: new package xcb-util-keysyms: new package enlightenment: new package package/Config.in | 1 + package/efl/Config.in | 2 + package/efl/expedite/expedite.mk | 2 +- ...ecore-ecore_exe-fix-build-with-glibc-2-16.patch | 94 -------------------- package/efl/libecore/libecore.mk | 2 +- package/efl/libedbus/libedbus.mk | 2 +- package/efl/libedje/libedje.mk | 2 +- package/efl/libeet/libeet.mk | 2 +- package/efl/libefreet/libefreet.mk | 2 +- package/efl/libeina/libeina.mk | 2 +- package/efl/libeio/Config.in | 15 ++++ package/efl/libeio/libeio.mk | 15 ++++ package/efl/libelementary/libelementary.mk | 4 +- package/efl/libembryo/libembryo.mk | 2 +- package/efl/libethumb/libethumb.mk | 4 +- package/efl/libevas-generic-loaders/Config.in | 21 +++++ .../libevas-generic-loaders.mk | 31 +++++++ package/efl/libevas/Config.in | 6 +- package/efl/libevas/libevas.mk | 18 ++-- package/enlightenment/Config.in | 29 ++++++ .../enlightenment/enlightenment-no-execinfo.patch | 27 ++++++ package/enlightenment/enlightenment.mk | 40 +++++++++ package/librsvg/Config.in | 2 +- package/librsvg/librsvg.mk | 8 +- package/x11r7/Config.in | 1 + package/x11r7/xcb-util-keysyms/Config.in | 14 +++ package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk | 12 +++ 27 files changed, 239 insertions(+), 121 deletions(-) delete mode 100644 package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch create mode 100644 package/efl/libeio/Config.in create mode 100644 package/efl/libeio/libeio.mk create mode 100644 package/efl/libevas-generic-loaders/Config.in create mode 100644 package/efl/libevas-generic-loaders/libevas-generic-loaders.mk create mode 100644 package/enlightenment/Config.in create mode 100644 package/enlightenment/enlightenment-no-execinfo.patch create mode 100644 package/enlightenment/enlightenment.mk create mode 100644 package/x11r7/xcb-util-keysyms/Config.in create mode 100644 package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk Thanks,