From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Colsolidated Pull Request
Date: Thu, 03 Mar 2011 12:02:38 -0800 [thread overview]
Message-ID: <cover.1299182375.git.sgw@linux.intel.com> (raw)
From: Saul Wold <sgw@linux.intel.com>
This group of patches addresses a number of bug fixes
from the Yocto Project Bugzilla. It also includes some
support for LSB testing.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/oe-core
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Kang Kai (3):
recipe: add chkconfig for LSB command test
recipe: add newt from OE
recipe: add slang from OE
Liping Ke (2):
Add libtool-nativesdk for ADT
ADT: Bug fix for Suse Linux
Qing He (1):
libpcre: fix the name collision with libc
Saul Wold (1):
task-poky-lsb: add chkconfig
Zhai Edwin (3):
x11vnc: Fix the start failure
sato-icon-theme: Explictly use "Sato" as gtk icon theme
gstreamer: install the sound card driver of es1370
.../adt-installer/scripts/adt_installer_internal | 5 +-
.../installer/adt-installer/scripts/data_define | 2 +-
.../recipes-extended/chkconfig/chkconfig_1.3.49.bb | 27 ++++++++
.../newt/files/include-without-python.patch | 71 ++++++++++++++++++++
meta/recipes-extended/newt/libnewt_0.52.12.bb | 37 ++++++++++
meta/recipes-extended/slang/slang/fix-uclibc.patch | 11 +++
meta/recipes-extended/slang/slang_2.2.2.bb | 25 +++++++
meta/recipes-extended/tasks/task-poky-lsb.bb | 1 +
.../x11vnc/files/starting-fix.patch | 18 +++++
meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb | 3 +-
.../gstreamer/gstreamer_0.10.31.bb | 3 +
.../sato-icon-theme/sato-icon-theme.inc | 3 +
.../libpcre/files/fix-pcre-name-collision.patch | 40 +++++++++++
meta/recipes-support/libpcre/libpcre_8.10.bb | 5 +-
14 files changed, 246 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
create mode 100644 meta/recipes-extended/newt/files/include-without-python.patch
create mode 100644 meta/recipes-extended/newt/libnewt_0.52.12.bb
create mode 100644 meta/recipes-extended/slang/slang/fix-uclibc.patch
create mode 100644 meta/recipes-extended/slang/slang_2.2.2.bb
create mode 100644 meta/recipes-graphics/x11vnc/files/starting-fix.patch
create mode 100644 meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch
next reply other threads:[~2011-03-03 20:04 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-03 20:02 Saul Wold [this message]
2011-03-03 20:02 ` [PATCH 01/10] libpcre: fix the name collision with libc Saul Wold
2011-03-03 20:02 ` [PATCH 03/10] sato-icon-theme: Explictly use "Sato" as gtk icon theme Saul Wold
2011-03-03 20:25 ` [poky] " Khem Raj
2011-03-03 20:25 ` Khem Raj
2011-03-04 0:58 ` [poky] " Zhai, Edwin
2011-03-04 0:58 ` Zhai, Edwin
2011-03-04 9:05 ` [poky] " Koen Kooi
2011-03-04 9:05 ` Koen Kooi
2011-03-03 20:02 ` [PATCH 02/10] x11vnc: Fix the start failure Saul Wold
2011-03-03 20:21 ` [poky] " Khem Raj
2011-03-03 20:21 ` Khem Raj
2011-03-03 20:02 ` [PATCH 05/10] Add libtool-nativesdk for ADT Saul Wold
2011-03-03 20:02 ` [PATCH 04/10] gstreamer: install the sound card driver of es1370 Saul Wold
2011-03-03 20:02 ` [PATCH 06/10] ADT: Bug fix for Suse Linux Saul Wold
2011-03-03 20:24 ` [poky] " Khem Raj
2011-03-03 20:24 ` Khem Raj
2011-03-03 20:02 ` [PATCH 07/10] recipe: add chkconfig for LSB command test Saul Wold
2011-03-03 20:26 ` [poky] " Khem Raj
2011-03-03 20:26 ` Khem Raj
2011-03-03 20:02 ` [PATCH 08/10] recipe: add newt from OE Saul Wold
2011-03-03 20:27 ` [poky] " Khem Raj
2011-03-03 20:27 ` Khem Raj
2011-03-04 9:19 ` [poky] " Kang Kai
2011-03-04 9:19 ` Kang Kai
2011-03-03 20:02 ` [PATCH 09/10] recipe: add slang " Saul Wold
2011-03-03 20:59 ` Khem Raj
2011-03-03 20:59 ` [OE-core] " Khem Raj
2011-03-03 23:26 ` Richard Purdie
2011-03-03 23:26 ` [OE-core] " Richard Purdie
2011-03-03 20:02 ` [PATCH 10/10] task-poky-lsb: add chkconfig 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.1299182375.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=poky@yoctoproject.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.