From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
Koen Kooi <koen@dominion.thruhere.net>,
Christopher Larson <chris_larson@mentor.com>,
Xin Ouyang <Xin.Ouyang@windriver.com>,
Matthew McClintock <msm@freescale.com>,
Constantin Musca <constantinx.musca@intel.com>
Subject: [CONSOLIDATED REQUEST 00/64] Post Milestone Catch-Up
Date: Tue, 14 Aug 2012 15:13:22 +0300 [thread overview]
Message-ID: <cover.1344946189.git.sgw@linux.intel.com> (raw)
Richard,
Here is a set of patches that I have pulled together after the
milestone freeze, I know there is more, these have been through
the AB together, and passed local testing.
I have also included my update-alternative patch set, which I verified
with buildhistory (it showed no changes, which is good).
I will start working on the next patch today to put to the AB tonight
before I leave back the US tomorrow.
Thanks
Sau!
The following changes since commit b5028cc84ad7c40c51cadbdf7fdc892cde4462cb:
createrepo: add wrapper script to fix paths (2012-08-13 20:09:22 +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
Andy Ross (1):
dbus: Fix pid file in dbus init script
Björn Stenberg (1):
pigz: Update to upstream version 2.2.5
Bruce Ashfield (1):
kernel.bbclass: remove default module_autoload and module_conf values
Christopher Larson (1):
base.bbclass: allow specifying an lsb distro hook via the metadata
Constantin Musca (1):
libdrm: package update 2.4.35 -> 2.4.37
Jackie Huang (2):
tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir.
gdk-pixbuf: fix the postinstall script failure when no icon is
installed
Jesse Zhang (1):
libxpm-native: add dependency on gettext-native
Kenneth Solbjerg (1):
run-postinsts does not run any scripts
Khem Raj (2):
chrpath.bbclass: Account for case when ORIGIN is in RPATH
kernel.bbclass: Preserve generated headers
Koen Kooi (2):
man: fix RDEPENDS and reformat recipe
man: make man actually work by installing custom man.config
Marcin Juszkiewicz (1):
dbus: provide/replace dbus-x11 only for target
Martin Jansa (2):
bitbake.conf: store cooker logs in subdirectory of LOG_DIR
layer.conf: add udev-extraconf to SIGGEN_EXCLUDERECIPES_ABISAFE
Matthew McClintock (1):
owl-video_git.bb: fix compilation on Fedora 13 machine
Mihai Lindner (1):
sysklogd: removed tabs from syslog.conf
Paul Eggleton (1):
rpmresolve: improve debug output
Peter Seebach (2):
base.bbclass: Expand PNBLACKLIST across multilibs too
base.bbclass: Restructure multilib variable cloning
Radu Moisan (1):
pango: upgrade to upstream stable 1.30.0
Roy.Li (1):
qemu: backport patch to fix pl031 RTC
Saul Wold (34):
rxvt-unicode: remove setting of LD_LIBRARY_PATH
rxvt-unicode: cleanup update-alternatives deprecated code
openssh: cleanup update-alternatives deprecated code
mini-x-session: cleanup update-alternatives deprecated code
console-tools: cleanup update-alternatives deprecated code
kbd: cleanup update-alternatives deprecated code
tinylogin: cleanup update-alternatives deprecated code
patch: cleanup update-alternatives deprecated code
ubootchart: cleanup update-alternatives deprecated code
bc: cleanup update-alternatives deprecated code
diffutils: refactor to add a common diffutils.inc
diffutils: cleanup update-alternatives deprecated code
findutils: refactor common code to findutils.inc
findutils: cleanup update-alternatives deprecated code
powertop: cleanup update-alternatives deprecated code
mutter: cleanup update-alternatives deprecated code
matchbox-wm-2: cleanup update-alternatives deprecated code
matchbox-session: cleanup update-alternatives deprecated code
metacity: cleanup update-alternatives deprecated code
pigz: cleanup update-alternatives deprecated code
msmtp: cleanup update-alternatives deprecated code
mktemp: cleanup update-alternatives deprecated code
which: cleanup update-alternatives deprecated code
less: cleanup update-alternatives deprecated code
shadow: cleanup update-alternatives deprecated code
mingetty: cleanup update-alternatives deprecated code
hdparm: cleanup update-alternatives deprecated code
gzip: cleanup update-alternatives deprecated code
procps: cleanup update-alternatives deprecated code
time: cleanup update-alternatives deprecated code
wget: cleanup update-alternatives deprecated code
sed: cleanup update-alternatives deprecated code
gawk: cleanup update-alternatives deprecated code
net-tools: cleanup update-alternatives deprecated code
Wade Farnsworth (1):
systemtap-uprobes: inhibit package strip
Wenzong Fan (2):
at 3.1.13: get 'at' depends on 'flex-native' explicitly
sysfsutils: install libs to base_libdir
Xin Ouyang (1):
gettext-0.18: explicitly disable acl.
Yao Zhao (3):
base.bbclass: fix PACKAGECONFIG handling code
gstreamer: gst-ffmpeg: fix build issues for libav
cracklib, zlib, perl: install libz, libcrack to /lib instead of
/usr/libxx
meta/classes/base.bbclass | 97 +++--
meta/classes/chrpath.bbclass | 1 +
meta/classes/kernel.bbclass | 21 +-
meta/classes/package_rpm.bbclass | 4 +-
meta/classes/rootfs_rpm.bbclass | 2 +-
meta/conf/bitbake.conf | 4 +-
meta/conf/layer.conf | 1 +
meta/recipes-connectivity/openssh/openssh_6.0p1.bb | 4 -
.../console-tools/console-tools_0.3.2.bb | 8 +-
meta/recipes-core/dbus/dbus-1.4.20/dbus-1.init | 11 +-
meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init | 11 +-
meta/recipes-core/dbus/dbus.inc | 4 +
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 3 +-
meta/recipes-core/kbd/kbd_1.15.2.bb | 7 +-
meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 4 +-
meta/recipes-core/tinylogin/tinylogin_1.4.bb | 11 +-
meta/recipes-core/zlib/zlib_1.2.7.bb | 11 +-
.../dpkg/run-postinsts/run-postinsts.awk | 2 +-
meta/recipes-devtools/patch/patch.inc | 7 +-
meta/recipes-devtools/patch/patch_2.5.9.bb | 2 +-
meta/recipes-devtools/patch/patch_2.6.1.bb | 2 +-
meta/recipes-devtools/perl/perl_5.14.2.bb | 4 +-
...-Actually-raise-interrupt-on-timer-expiry.patch | 41 ++
meta/recipes-devtools/qemu/qemu_0.15.1.bb | 1 +
meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c | 69 +++-
meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 2 +-
meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 6 +-
meta/recipes-extended/at/at_3.1.13.bb | 4 +-
meta/recipes-extended/bc/bc_1.06.bb | 4 +-
meta/recipes-extended/cracklib/cracklib_2.8.19.bb | 4 +-
meta/recipes-extended/diffutils/diffutils.inc | 22 +
meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 24 +-
meta/recipes-extended/diffutils/diffutils_3.2.bb | 22 +-
meta/recipes-extended/findutils/findutils.inc | 7 +-
.../recipes-extended/findutils/findutils_4.2.31.bb | 31 +--
meta/recipes-extended/findutils/findutils_4.4.2.bb | 6 +-
meta/recipes-extended/gawk/gawk_3.1.5.bb | 7 +-
meta/recipes-extended/gawk/gawk_4.0.1.bb | 7 +-
meta/recipes-extended/gzip/gzip_1.3.12.bb | 7 +-
meta/recipes-extended/hdparm/hdparm_9.39.bb | 5 +-
meta/recipes-extended/less/less_444.bb | 6 +-
meta/recipes-extended/man/man-1.6f/man.conf | 140 +++++++
meta/recipes-extended/man/man_1.6f.bb | 11 +-
meta/recipes-extended/mingetty/mingetty_1.08.bb | 9 +-
meta/recipes-extended/mktemp/mktemp_1.7.bb | 11 +-
meta/recipes-extended/msmtp/msmtp_1.4.24.bb | 8 +-
.../net-tools/net-tools_1.60-23.bb | 19 +-
meta/recipes-extended/pigz/pigz.inc | 4 +-
meta/recipes-extended/pigz/pigz_2.2.4.bb | 11 -
meta/recipes-extended/pigz/pigz_2.2.5.bb | 9 +
meta/recipes-extended/procps/procps.inc | 9 +-
meta/recipes-extended/procps/procps_3.2.8.bb | 9 +-
meta/recipes-extended/sed/sed_4.1.2.bb | 9 +-
meta/recipes-extended/sed/sed_4.2.1.bb | 9 +-
meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 18 +-
meta/recipes-extended/sysklogd/files/syslog.conf | 23 +-
meta/recipes-extended/sysklogd/sysklogd_1.5.bb | 2 +-
meta/recipes-extended/time/time.inc | 8 +-
meta/recipes-extended/time/time_1.7.bb | 2 +-
meta/recipes-extended/wget/wget.inc | 10 +-
meta/recipes-extended/which/which_2.18.bb | 8 +-
meta/recipes-extended/which/which_2.20.bb | 10 +-
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 10 +-
meta/recipes-gnome/gnome/metacity_2.30.3.bb | 7 +-
.../drm/{libdrm_2.4.35.bb => libdrm_2.4.37.bb} | 4 +-
.../matchbox-session/matchbox-session_0.1.bb | 7 +-
.../matchbox-wm-2/matchbox-wm-2_git.bb | 7 +-
.../mini-x-session/mini-x-session_0.1.bb | 7 +-
meta/recipes-graphics/mutter/mutter.inc | 5 +-
meta/recipes-graphics/mutter/mutter_2.29.1.bb | 2 +-
.../pango/pango-1.28.4/no-tests.patch | 16 -
.../pango/pango-1.28.4/noconst.patch | 408 --------------------
.../multilib-fix-clean.patch | 0
.../pango/pango-1.30.0/no-tests.patch | 12 +
.../pango/{pango_1.28.4.bb => pango_1.30.0.bb} | 9 +-
meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | 3 +-
meta/recipes-kernel/powertop/powertop_1.13.bb | 13 +-
.../systemtap/systemtap-uprobes_git.bb | 2 +
.../gst-ffmpeg-0.10.13/libav_e500mc.patch | 21 +
.../gstreamer/gst-ffmpeg_0.10.13.bb | 16 +-
.../owl-video/0001-add-dependency-for-xrandr.patch | 30 ++
.../recipes-sato/owl-video-widget/owl-video_git.bb | 5 +-
.../recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | 10 +-
83 files changed, 621 insertions(+), 808 deletions(-)
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch
create mode 100644 meta/recipes-extended/diffutils/diffutils.inc
create mode 100644 meta/recipes-extended/man/man-1.6f/man.conf
delete mode 100644 meta/recipes-extended/pigz/pigz_2.2.4.bb
create mode 100644 meta/recipes-extended/pigz/pigz_2.2.5.bb
rename meta/recipes-graphics/drm/{libdrm_2.4.35.bb => libdrm_2.4.37.bb} (50%)
delete mode 100644 meta/recipes-graphics/pango/pango-1.28.4/no-tests.patch
delete mode 100644 meta/recipes-graphics/pango/pango-1.28.4/noconst.patch
rename meta/recipes-graphics/pango/{pango-1.28.4 => pango-1.30.0}/multilib-fix-clean.patch (100%)
create mode 100644 meta/recipes-graphics/pango/pango-1.30.0/no-tests.patch
rename meta/recipes-graphics/pango/{pango_1.28.4.bb => pango_1.30.0.bb} (49%)
create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e500mc.patch
create mode 100644 meta/recipes-sato/owl-video-widget/owl-video/0001-add-dependency-for-xrandr.patch
--
1.7.7.6
next reply other threads:[~2012-08-14 12:25 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 12:13 Saul Wold [this message]
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 01/64] rxvt-unicode: remove setting of LD_LIBRARY_PATH Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 02/64] rxvt-unicode: cleanup update-alternatives deprecated code Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 03/64] openssh: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 04/64] mini-x-session: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 05/64] console-tools: " Saul Wold
2012-08-14 19:01 ` Richard Purdie
2012-08-15 20:57 ` Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 06/64] kbd: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 07/64] tinylogin: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 08/64] patch: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 09/64] ubootchart: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 10/64] bc: " Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 11/64] diffutils: refactor to add a common diffutils.inc Saul Wold
2012-08-14 12:12 ` [CONSOLIDATED REQUEST 12/64] diffutils: cleanup update-alternatives deprecated code Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 13/64] findutils: refactor common code to findutils.inc Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 14/64] findutils: cleanup update-alternatives deprecated code Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 15/64] powertop: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 16/64] mutter: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 17/64] matchbox-wm-2: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 18/64] matchbox-session: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 19/64] metacity: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 20/64] pigz: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 21/64] msmtp: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 22/64] mktemp: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 23/64] which: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 24/64] less: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 25/64] shadow: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 26/64] mingetty: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 27/64] hdparm: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 28/64] gzip: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 29/64] procps: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 30/64] time: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 31/64] wget: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 32/64] sed: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 33/64] gawk: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 34/64] net-tools: " Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 35/64] run-postinsts does not run any scripts Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 36/64] dbus: provide/replace dbus-x11 only for target Saul Wold
2012-08-15 13:20 ` Richard Purdie
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 37/64] systemtap-uprobes: inhibit package strip Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 38/64] base.bbclass: fix PACKAGECONFIG handling code Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 39/64] bitbake.conf: store cooker logs in subdirectory of LOG_DIR Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 40/64] base.bbclass: allow specifying an lsb distro hook via the metadata Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 41/64] libxpm-native: add dependency on gettext-native Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 42/64] layer.conf: add udev-extraconf to SIGGEN_EXCLUDERECIPES_ABISAFE Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 43/64] tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 44/64] qemu: backport patch to fix pl031 RTC Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 45/64] pango: upgrade to upstream stable 1.30.0 Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 46/64] owl-video_git.bb: fix compilation on Fedora 13 machine Saul Wold
2012-08-14 14:48 ` McClintock Matthew-B29882
2012-08-14 15:07 ` Burton, Ross
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 47/64] gstreamer: gst-ffmpeg: fix build issues for libav Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 48/64] cracklib, zlib, perl: install libz, libcrack to /lib instead of /usr/libxx Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 49/64] gdk-pixbuf: fix the postinstall script failure when no icon is installed Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 50/64] at 3.1.13: get 'at' depends on 'flex-native' explicitly Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 51/64] sysfsutils: install libs to base_libdir Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 52/64] base.bbclass: Expand PNBLACKLIST across multilibs too Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 53/64] base.bbclass: Restructure multilib variable cloning Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 54/64] dbus: Fix pid file in dbus init script Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 55/64] chrpath.bbclass: Account for case when ORIGIN is in RPATH Saul Wold
2012-08-15 13:12 ` Richard Purdie
2012-08-15 18:24 ` Khem Raj
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 56/64] gettext-0.18: explicitly disable acl Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 57/64] sysklogd: removed tabs from syslog.conf Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 58/64] pigz: Update to upstream version 2.2.5 Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 59/64] man: fix RDEPENDS and reformat recipe Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 60/64] kernel.bbclass: Preserve generated headers Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 61/64] kernel.bbclass: remove default module_autoload and module_conf values Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 62/64] man: make man actually work by installing custom man.config Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 63/64] libdrm: package update 2.4.35 -> 2.4.37 Saul Wold
2012-08-14 12:13 ` [CONSOLIDATED REQUEST 64/64] rpmresolve: improve debug output 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.1344946189.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=Xin.Ouyang@windriver.com \
--cc=chris_larson@mentor.com \
--cc=constantinx.musca@intel.com \
--cc=koen@dominion.thruhere.net \
--cc=msm@freescale.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/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.