From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [*RFC CONSOLIDATED PULL RFC* 00/23] 13-June-2011
Date: Sun, 12 Jun 2011 23:54:10 -0700 [thread overview]
Message-ID: <cover.1307947593.git.sgw@linux.intel.com> (raw)
Richard et al,
This is a RFC, please review this list, most should be straight
foward udpdate for uclibc and world / docs build issues.
This does note include Khem's latest GCC and eglibc updates, whichs
need more testing.
Sau!
The following changes since commit 6a3e57fcd3a172c9b2707510d65741734c98a143:
Revert "gcc: rebase the patch to avoid patch rejection" (2011-06-10 12:56:29 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Anders Darander (1):
perl-native: fix download url
Bruce Ashfield (1):
linux-yocto: rename recipes to explicitly indicate version
Dexuan Cui (1):
git: restore the dependency on perl-native
Kang Kai (1):
ghostscript: update SRC_URI
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
Koen Kooi (2):
qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them
connman-gnome 0.5: build from git
Phil Blundell (5):
busybox: backport distro-features handling from oe master
uclibc: fix compile error on i586
import recipe_sanity.bbclass from oe master
uclibc: remove redundant python code
uclibc: remove PACKAGE_ARCH, fix compilation on i586
Saul Wold (8):
json-glib: Fix up SRC_URI Checksums
gconf-dbus: Update to 2.29.1 git
clutter-box2d_git: Switch SRC_URI to git.gnome.org
update-alternatives-dpkg: Fix SRC_URI Checksum
jsib-glib: Fix SRC_URI Checksum
rxvt-unicode: Fix SRC_URI & LIC_FILES Checksum
alsa-tools: fix Checksums
libx11-diet: Fixed checksum and rebase patch
meta/classes/recipe_sanity.bbclass | 179 +
meta/conf/machine/include/qemu.inc | 2 +-
.../connman-gnome/applet_menu_popup_fix.patch | 19 -
.../connman/connman-gnome/connman-gnome.patch | 4162 --------------------
.../remove-connman-property-desktop-file.patch | 42 -
.../connman-gnome/service_name_update.patch | 36 -
.../connman/connman-gnome_0.5.bb | 13 +-
meta/recipes-core/busybox/busybox.inc | 80 +-
meta/recipes-core/busybox/busybox_1.18.4.bb | 2 +-
.../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/uclibc-git/epoll-asm-fix.patch | 25 +
.../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 | 6 +-
meta/recipes-devtools/git/git.inc | 6 +-
meta/recipes-devtools/git/git_1.7.5.1.bb | 2 +-
meta/recipes-devtools/perl/perl-native_5.12.3.bb | 2 +-
.../update-alternatives-dpkg_1.16.0.3.bb | 4 +-
.../ghostscript/ghostscript_9.02.bb | 7 +-
.../gnome/{gconf-dbus_svn.bb => gconf-dbus_git.bb} | 12 +-
meta/recipes-gnome/json-glib/json-glib_0.12.4.bb | 4 +-
meta/recipes-graphics/clutter/clutter-box2d_git.bb | 2 +-
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 14 +-
.../xorg-lib/libx11/X18NCMSstubs.diff | 62 +-
.../xorg-util/util-macros_1.13.0.bb | 4 +-
...x-yocto-stable_git.bb => linux-yocto_2.6.34.bb} | 0
.../{linux-yocto_git.bb => linux-yocto_2.6.37.bb} | 0
.../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | 7 +-
.../recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb | 8 +-
36 files changed, 409 insertions(+), 4537 deletions(-)
create mode 100644 meta/classes/recipe_sanity.bbclass
delete mode 100644 meta/recipes-connectivity/connman/connman-gnome/applet_menu_popup_fix.patch
delete mode 100644 meta/recipes-connectivity/connman/connman-gnome/connman-gnome.patch
delete mode 100644 meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch
delete mode 100644 meta/recipes-connectivity/connman/connman-gnome/service_name_update.patch
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
create mode 100644 meta/recipes-core/uclibc/uclibc-git/epoll-asm-fix.patch
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
rename meta/recipes-gnome/gnome/{gconf-dbus_svn.bb => gconf-dbus_git.bb} (76%)
rename meta/recipes-kernel/linux/{linux-yocto-stable_git.bb => linux-yocto_2.6.34.bb} (100%)
rename meta/recipes-kernel/linux/{linux-yocto_git.bb => linux-yocto_2.6.37.bb} (100%)
--
1.7.3.4
next reply other threads:[~2011-06-13 6:58 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 6:54 Saul Wold [this message]
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 01/23] ghostscript: update SRC_URI Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 02/23] busybox: backport distro-features handling from oe master Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 03/23] git: restore the dependency on perl-native Saul Wold
2011-06-14 12:53 ` Phil Blundell
2011-06-14 12:54 ` Koen Kooi
2011-06-14 13:01 ` Phil Blundell
2011-06-14 13:40 ` Richard Purdie
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 04/23] uclibc: fix compile error on i586 Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 05/23] import recipe_sanity.bbclass from oe master Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 06/23] json-glib: Fix up SRC_URI Checksums Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 07/23] gconf-dbus: Update to 2.29.1 git Saul Wold
2011-06-13 7:58 ` Koen Kooi
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 08/23] linux-yocto: rename recipes to explicitly indicate version Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 09/23] perl-native: fix download url Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 10/23] clutter-box2d_git: Switch SRC_URI to git.gnome.org Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 11/23] util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 12/23] uclibc.inc: libsegfault is only RPROVIDED by uclibc Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 13/23] gettext_0.18.1.1.bb: Fix build on uclibc Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 14/23] uclibc: Cleanup the machine dependent config files Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 15/23] uclibc: remove redundant python code Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 16/23] uclibc: remove PACKAGE_ARCH, fix compilation on i586 Saul Wold
2011-06-13 8:34 ` Phil Blundell
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 17/23] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 18/23] connman-gnome 0.5: build from git Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 19/23] update-alternatives-dpkg: Fix SRC_URI Checksum Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 20/23] jsib-glib: " Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 21/23] rxvt-unicode: Fix SRC_URI & LIC_FILES Checksum Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 22/23] alsa-tools: fix Checksums Saul Wold
2011-06-13 6:54 ` [*RFC CONSOLIDATED PULL RFC* 23/23] libx11-diet: Fixed checksum and rebase patch Saul Wold
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=cover.1307947593.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.