* [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK
@ 2013-07-30 14:30 Saul Wold
2013-07-30 14:41 ` Burton, Ross
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Saul Wold @ 2013-07-30 14:30 UTC (permalink / raw)
To: ross.burton, paul.eggleton, richard.purdie, openembedded-core
Removed bluez / obex patch in preference for Ross's (later this week).
Please review/ack for RP to pull today for M3-rc1
Thanks
Sau!
The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
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
Andre McCurdy (1):
lib/oe/terminal.py: add support for MATE desktop terminals
Andrei Dinu (1):
libpng : upgrade to 1.6.3
Colin Walters (1):
util-linux: Update for swapoff being a separate binary
Cristian Iorga (1):
iproute2: upgrade to v3.10.0
Emilia Ciobanu (4):
docbook-sgml-dtd-3.1-native: fix recipe name
docbook-sgml-dtd-4.1-native: fix recipe name
distrodata.bbclass: Remove whitespaces
distrodata.bbclass: Include PRSPV variable in upstream version
checking
Hongxu Jia (3):
util-linux: use u-a for su
shadow: use u-a for su
busybox: move /bin/su to /usr/bin/su to match util-linux and shadow
Jackie Huang (2):
dbus: remove build host test in configure script
matchbox-wm: correct the SRC_URI and add checksums
Jonathan Liu (1):
syslinux: update to 4.07
Jukka Rissanen (1):
bluez5: Only install .conf files if found
Laurentiu Palcu (1):
csl-versions.inc: instruct user to check local.conf
Ming Liu (2):
openssl: Fix multilib header conflict - opensslconf.h
libpam: deny all services for the OTHER entries
Muhammad Shakeel (2):
systemd: Remove init.d dir if systemd unit file is present and
sysvinit not a distro feature
busybox: Add syslog-init alternative only if SysV in enabled
Paul Eggleton (1):
classes/sanity: check for suid root command evility
Peter Seebach (1):
pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
Ross Burton (1):
v86d: mark as compatible with all x86, not just qemux86
Saul Wold (1):
texinfo: Update to 5.1
Wenzong Fan (1):
ccache: allow CCACHE_DIR to be overriden
meta/classes/ccache.bbclass | 2 +-
meta/classes/distrodata.bbclass | 41 +++++---
meta/classes/sanity.bbclass | 10 ++
meta/classes/systemd.bbclass | 15 +++
meta/conf/distro/include/csl-versions.inc | 1 +
meta/lib/oe/terminal.py | 4 +
meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 +-
meta/recipes-connectivity/bluez5/bluez5.inc | 12 ++-
.../{iproute2_3.9.0.bb => iproute2_3.10.0.bb} | 4 +-
meta/recipes-connectivity/openssl/openssl.inc | 3 +-
.../busybox/busybox-1.21.1/su-usr-bin.patch | 26 +++++
meta/recipes-core/busybox/busybox.inc | 11 ++-
meta/recipes-core/busybox/busybox_1.21.1.bb | 1 +
meta/recipes-core/dbus/dbus-1.6.10/os-test.patch | 35 +++++++
meta/recipes-core/dbus/dbus.inc | 4 +-
meta/recipes-core/util-linux/util-linux.inc | 12 ++-
...ative.bb => docbook-sgml-dtd-3.1-native_3.1.bb} | 0
...ative.bb => docbook-sgml-dtd-4.1-native_4.1.bb} | 0
meta/recipes-devtools/pseudo/pseudo.inc | 50 ++++++++--
.../{syslinux_4.06.bb => syslinux_4.07.bb} | 4 +-
meta/recipes-extended/pam/libpam/pam.d/other | 15 ++-
meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 3 +-
.../texinfo-4.13a/dont-depend-on-help2man.patch | 79 ---------------
.../texinfo/texinfo-4.13a/gettext-macros.patch | 61 ------------
.../texinfo-4.13a/texinfo-4.13a-data_types.patch | 34 -------
.../texinfo-4.13a-help-index-segfault.patch | 25 -----
.../texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch | 13 ---
.../texinfo_fix_for_automake-1.12.patch | 24 -----
.../texinfo/texinfo-4.13a/use_host_makedoc.patch | 37 -------
.../disable-native-tools.patch | 0
.../texinfo-5.1/dont-depend-on-help2man.patch | 16 +++
.../{texinfo-4.13a => texinfo-5.1}/link-zip.patch | 12 +--
.../texinfo-4.12-zlib.patch | 110 ++++++++++++---------
.../texinfo-4.13a-powerpc.patch | 0
.../texinfo/texinfo-5.1/use_host_makedoc.patch | 13 +++
.../texinfo/{texinfo_4.13a.bb => texinfo_5.1.bb} | 25 ++---
.../matchbox-wm/matchbox-wm_1.2.bb | 5 +-
.../libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb} | 8 +-
38 files changed, 319 insertions(+), 398 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2_3.9.0.bb => iproute2_3.10.0.bb} (64%)
create mode 100644 meta/recipes-core/busybox/busybox-1.21.1/su-usr-bin.patch
create mode 100644 meta/recipes-core/dbus/dbus-1.6.10/os-test.patch
rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-3.1-native.bb => docbook-sgml-dtd-3.1-native_3.1.bb} (100%)
rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-4.1-native.bb => docbook-sgml-dtd-4.1-native_4.1.bb} (100%)
rename meta/recipes-devtools/syslinux/{syslinux_4.06.bb => syslinux_4.07.bb} (93%)
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/dont-depend-on-help2man.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-data_types.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-help-index-segfault.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/use_host_makedoc.patch
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/disable-native-tools.patch (100%)
create mode 100644 meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/link-zip.patch (49%)
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/texinfo-4.12-zlib.patch (59%)
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/texinfo-4.13a-powerpc.patch (100%)
create mode 100644 meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
rename meta/recipes-extended/texinfo/{texinfo_4.13a.bb => texinfo_5.1.bb} (66%)
rename meta/recipes-multimedia/libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb} (64%)
--
1.8.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK
2013-07-30 14:30 [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK Saul Wold
@ 2013-07-30 14:41 ` Burton, Ross
2013-07-30 14:45 ` Paul Eggleton
2013-07-31 6:00 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-07-30 14:41 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, openembedded-core
On 30 July 2013 15:30, Saul Wold <sgw@linux.intel.com> wrote:
> Please review/ack for RP to pull today for M3-rc1
Acked-By: Ross Burton <ross.burton@intel.com>
Ross
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK
2013-07-30 14:30 [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK Saul Wold
2013-07-30 14:41 ` Burton, Ross
@ 2013-07-30 14:45 ` Paul Eggleton
2013-07-31 6:00 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-07-30 14:45 UTC (permalink / raw)
To: openembedded-core
On Tuesday 30 July 2013 07:30:25 Saul Wold wrote:
> Removed bluez / obex patch in preference for Ross's (later this week).
>
> Please review/ack for RP to pull today for M3-rc1
>
> Thanks
>
> Sau!
>
>
> The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
>
> external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
>
> 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
>
> Andre McCurdy (1):
> lib/oe/terminal.py: add support for MATE desktop terminals
>
> Andrei Dinu (1):
> libpng : upgrade to 1.6.3
>
> Colin Walters (1):
> util-linux: Update for swapoff being a separate binary
>
> Cristian Iorga (1):
> iproute2: upgrade to v3.10.0
>
> Emilia Ciobanu (4):
> docbook-sgml-dtd-3.1-native: fix recipe name
> docbook-sgml-dtd-4.1-native: fix recipe name
> distrodata.bbclass: Remove whitespaces
> distrodata.bbclass: Include PRSPV variable in upstream version
> checking
>
> Hongxu Jia (3):
> util-linux: use u-a for su
> shadow: use u-a for su
> busybox: move /bin/su to /usr/bin/su to match util-linux and shadow
>
> Jackie Huang (2):
> dbus: remove build host test in configure script
> matchbox-wm: correct the SRC_URI and add checksums
>
> Jonathan Liu (1):
> syslinux: update to 4.07
>
> Jukka Rissanen (1):
> bluez5: Only install .conf files if found
>
> Laurentiu Palcu (1):
> csl-versions.inc: instruct user to check local.conf
>
> Ming Liu (2):
> openssl: Fix multilib header conflict - opensslconf.h
> libpam: deny all services for the OTHER entries
>
> Muhammad Shakeel (2):
> systemd: Remove init.d dir if systemd unit file is present and
> sysvinit not a distro feature
> busybox: Add syslog-init alternative only if SysV in enabled
>
> Paul Eggleton (1):
> classes/sanity: check for suid root command evility
>
> Peter Seebach (1):
> pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
>
> Ross Burton (1):
> v86d: mark as compatible with all x86, not just qemux86
>
> Saul Wold (1):
> texinfo: Update to 5.1
>
> Wenzong Fan (1):
> ccache: allow CCACHE_DIR to be overriden
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK
2013-07-30 14:30 [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK Saul Wold
2013-07-30 14:41 ` Burton, Ross
2013-07-30 14:45 ` Paul Eggleton
@ 2013-07-31 6:00 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-07-31 6:00 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, openembedded-core
On Tue, 2013-07-30 at 07:30 -0700, Saul Wold wrote:
> Removed bluez / obex patch in preference for Ross's (later this week).
>
> Please review/ack for RP to pull today for M3-rc1
>
> Thanks
>
> Sau!
>
>
> The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
>
> external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
>
> 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
>
> Andre McCurdy (1):
> lib/oe/terminal.py: add support for MATE desktop terminals
>
> Andrei Dinu (1):
> libpng : upgrade to 1.6.3
>
> Colin Walters (1):
> util-linux: Update for swapoff being a separate binary
>
> Cristian Iorga (1):
> iproute2: upgrade to v3.10.0
>
> Emilia Ciobanu (4):
> docbook-sgml-dtd-3.1-native: fix recipe name
> docbook-sgml-dtd-4.1-native: fix recipe name
> distrodata.bbclass: Remove whitespaces
> distrodata.bbclass: Include PRSPV variable in upstream version
> checking
>
> Hongxu Jia (3):
> util-linux: use u-a for su
> shadow: use u-a for su
> busybox: move /bin/su to /usr/bin/su to match util-linux and shadow
>
> Jackie Huang (2):
> dbus: remove build host test in configure script
> matchbox-wm: correct the SRC_URI and add checksums
>
> Jonathan Liu (1):
> syslinux: update to 4.07
>
> Jukka Rissanen (1):
> bluez5: Only install .conf files if found
>
> Laurentiu Palcu (1):
> csl-versions.inc: instruct user to check local.conf
>
> Ming Liu (2):
> openssl: Fix multilib header conflict - opensslconf.h
> libpam: deny all services for the OTHER entries
>
> Muhammad Shakeel (2):
> systemd: Remove init.d dir if systemd unit file is present and
> sysvinit not a distro feature
> busybox: Add syslog-init alternative only if SysV in enabled
>
> Paul Eggleton (1):
> classes/sanity: check for suid root command evility
I merged this apart from the one above since I don't believe we need to
run this check on every build...
Cheers,
Richard
> Peter Seebach (1):
> pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
>
> Ross Burton (1):
> v86d: mark as compatible with all x86, not just qemux86
>
> Saul Wold (1):
> texinfo: Update to 5.1
>
> Wenzong Fan (1):
> ccache: allow CCACHE_DIR to be overriden
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-31 6:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 14:30 [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review & ACK Saul Wold
2013-07-30 14:41 ` Burton, Ross
2013-07-30 14:45 ` Paul Eggleton
2013-07-31 6:00 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox