From patchwork Sun Jun 12 04:19:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/6] uclibc cleanups Date: Sun, 12 Jun 2011 04:19:00 -0000 From: Khem Raj X-Patchwork-Id: 5669 Message-Id: To: OE core Cc: Phil Blundell This set of patches cleans up uclibc recipes and builds in addition it also fixes the issues where gettext was being pulled in even when uclibc did not require it and gettext itself needed to be patched to build on uclibc. The following changes since commit fb85c6a6184184f6eed942af59ce2cf03f6b623b: uclibc: remove PACKAGE_ARCH, fix compilation on i586 (2011-06-11 21:03:57 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-cleanup http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-cleanup Khem Raj (4): util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext uclibc.inc: libsegfault is only RPROVIDED by uclibc gettext_0.18.1.1.bb: Fix build on uclibc uclibc: Cleanup the machine dependent config files Phil Blundell (2): uclibc: remove redundant python code uclibc: remove PACKAGE_ARCH, fix compilation on i586 .../gnulib-uclibc-sched_param-def.patch | 21 ++++++ meta/recipes-core/gettext/gettext_0.18.1.1.bb | 7 +- .../uclibc/uclibc-git/armv5te/uClibc.machine | 4 +- .../{nslu2be => armv5teb}/uClibc.machine | 0 .../uclibc/uclibc-git/efika/uClibc.machine | 45 ------------ .../uclibc-git/{qemumips => mips}/uClibc.machine | 0 .../uclibc/uclibc-git/qemuarm/uClibc.machine | 77 -------------------- .../uclibc/uclibc-git/qemux86/uClibc.machine | 59 --------------- meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 14 ++++- meta/recipes-core/uclibc/uclibc.inc | 19 +---- meta/recipes-core/uclibc/uclibc_git.bb | 5 +- .../xorg-util/util-macros_1.13.0.bb | 4 +- 12 files changed, 47 insertions(+), 208 deletions(-) create mode 100644 meta/recipes-core/gettext/gettext-0.18.1.1/gnulib-uclibc-sched_param-def.patch rename meta/recipes-core/uclibc/uclibc-git/{nslu2be => armv5teb}/uClibc.machine (100%) delete mode 100644 meta/recipes-core/uclibc/uclibc-git/efika/uClibc.machine rename meta/recipes-core/uclibc/uclibc-git/{qemumips => mips}/uClibc.machine (100%) delete mode 100644 meta/recipes-core/uclibc/uclibc-git/qemuarm/uClibc.machine delete mode 100644 meta/recipes-core/uclibc/uclibc-git/qemux86/uClibc.machine delete mode 100644 meta/recipes-core/uclibc/uclibc-git/uClibc.config