* [CONSOLIDATED PULL 00/17]
@ 2013-10-30 15:53 Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-10-30 15:53 UTC (permalink / raw)
To: openembedded-core
Richard,
Reviewed and built on AB yesterday.
Sau!
The following changes since commit 58ae94f1b06d0e6234413dbf9869bde85f154c85:
recipes: Remove PR = r0 from all recipes (2013-10-30 14:51:34 +0000)
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
Andreas Müller (1):
systemd-compat-units: run-postinsts fix script link
Cristian Iorga (4):
libuser: upgrade to 0.60
iproute2: upgrade to 3.11.0
telepathy-mission-control: upgrade to 5.16.0
telepathy-glib: upgrade to 0.23.0
Hongxu Jia (1):
coreutils: support command arch
Joe Slater (1):
vala.bbclass: add dependency on vala
Paul Barrette (1):
lsb: add begin function to lsb_log_message
Qiang Chen (1):
nfs-utils: modify nfsserver init script indent
Richard Purdie (1):
cross-canadian: Handle powerpc linux verses linux-gnuspe
Riku Voipio (3):
ltp: cleanup recipe
ltp: Fix aarch64 build
ltp: enable power management and realtime tests
Seth Bollinger (1):
ncurses-terminfo: Remove bashism from basic terminfo installation
Søren Holm (1):
e2fsprogs: Escape filenames in populate-extfs.sh
Valentin Popa (2):
shared-mime-info: upgrade to 1.2
libx11: upgrade to 1.6.2
meta/classes/cross-canadian.bbclass | 31 ++++++++++++
meta/classes/vala.bbclass | 9 ++--
.../{iproute2_3.10.0.bb => iproute2_3.11.0.bb} | 4 +-
.../nfs-utils/nfs-utils/nfsserver | 12 ++---
...thy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} | 5 +-
...15.0.bb => telepathy-mission-control_5.16.0.bb} | 4 +-
meta/recipes-core/coreutils/coreutils_8.21.bb | 3 +-
meta/recipes-core/ncurses/ncurses.inc | 2 +-
meta/recipes-core/systemd/systemd-compat-units.bb | 8 ++-
.../systemd-compat-units/run-postinsts.service | 4 +-
.../binutils/binutils-cross-canadian.inc | 2 +
.../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 20 ++++----
meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 5 +-
meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1 +
meta/recipes-devtools/opkg/opkg.inc | 2 +
.../libuser/{libuser_0.59.bb => libuser_0.60.bb} | 4 +-
meta/recipes-extended/lsb/lsb/lsb_log_message | 5 ++
meta/recipes-extended/ltp/files/fix-arm64.patch | 59 ++++++++++++++++++++++
meta/recipes-extended/ltp/files/fix-pm-tests.patch | 30 +++++++++++
meta/recipes-extended/ltp/ltp_20130904.bb | 53 +++++++++----------
.../{libx11-diet_1.6.1.bb => libx11-diet_1.6.2.bb} | 4 +-
.../xorg-lib/libx11/X18NCMSstubs.diff | 3 +-
.../xorg-lib/{libx11_1.6.1.bb => libx11_1.6.2.bb} | 4 +-
.../shared-mime-info/parallelmake.patch | 4 +-
...ed-mime-info_1.1.bb => shared-mime-info_1.2.bb} | 4 +-
25 files changed, 210 insertions(+), 72 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2_3.10.0.bb => iproute2_3.11.0.bb} (64%)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} (80%)
rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.15.0.bb => telepathy-mission-control_5.16.0.bb} (93%)
rename meta/recipes-extended/libuser/{libuser_0.59.bb => libuser_0.60.bb} (88%)
create mode 100644 meta/recipes-extended/ltp/files/fix-arm64.patch
create mode 100644 meta/recipes-extended/ltp/files/fix-pm-tests.patch
rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.6.1.bb => libx11-diet_1.6.2.bb} (73%)
rename meta/recipes-graphics/xorg-lib/{libx11_1.6.1.bb => libx11_1.6.2.bb} (47%)
rename meta/recipes-support/shared-mime-info/{shared-mime-info_1.1.bb => shared-mime-info_1.2.bb} (43%)
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [CONSOLIDATED PULL 00/17]
@ 2013-11-07 23:31 Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-11-07 23:31 UTC (permalink / raw)
To: openembedded-core
Richard,
Built tested and reviewed.
This adds ORC from meta-oe to support gstreamer 1.2, I have also included
Peter's U-A replacement for binutils-symlinks.
Sau!
The following changes since commit 1dbd65b4d14319e784a66776c1e9943d0179d3ee:
toolchain-scripts/meta-environment: Further cleanup code duplication (2013-11-06 11:02:03 +0000)
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
Alex J Lennon (1):
sqlite3: Add support for column metadata API
Carlos Rafael Giani (1):
orc: version 0.4.18 migrated from meta-oe
Chen Qi (2):
bootlogd: create log file if not present
sysvinit: adjust boot sequence and remove hack from udev
Hongxu Jia (1):
qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
libcap-ng
Jonathan Liu (2):
eglibc_2.18.bb: accept make versions 4.0 and greater
eglibc_2.17.bb: accept make versions 4.0 and greater
Laurentiu Palcu (1):
flex: fix m4 issue on target
Lu Chong (2):
makedevs: several fixes
ppp: Fix compilation errors in Makefile
Peter Seebach (2):
binutils: Use alternatives for the binutils-symlinks package.
binutils: Drop binutils-symlinks
Richard Purdie (1):
lib/oe/sstatesig: Ensure packagegroups don't continually rebuild
Saul Wold (3):
kbd: upgrade to 2.0.1
nspr: Update to 4.10.1
binutils: remove embedspu
Stefan Stanacar (1):
lib/oeqa/utils: sshcontrol: make timeout depend on output
meta/lib/oe/sstatesig.py | 7 ++
meta/lib/oeqa/utils/sshcontrol.py | 41 ++++++++----
...01-ppp-Fix-compilation-errors-in-Makefile.patch | 75 ++++++++++++++++++++++
meta/recipes-connectivity/ppp/ppp_2.4.5.bb | 1 +
meta/recipes-core/eglibc/eglibc-2.17/make-4.patch | 31 +++++++++
meta/recipes-core/eglibc/eglibc-2.18/make-4.patch | 31 +++++++++
meta/recipes-core/eglibc/eglibc_2.17.bb | 1 +
meta/recipes-core/eglibc/eglibc_2.18.bb | 1 +
meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +-
.../kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} | 4 +-
meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 4 +-
meta/recipes-core/udev/udev.inc | 2 +-
meta/recipes-core/udev/udev/init | 4 +-
meta/recipes-devtools/binutils/binutils.inc | 72 ++++++++++++---------
meta/recipes-devtools/flex/flex.inc | 5 ++
.../makedevs/makedevs-1.0.0/makedevs.c | 18 +++++-
meta/recipes-devtools/orc/orc.inc | 25 ++++++++
meta/recipes-devtools/orc/orc_0.4.18.bb | 6 ++
meta/recipes-devtools/qemu/qemu.inc | 19 +++++-
.../modutils-initscripts/modutils-initscripts.bb | 2 +-
.../nspr/{nspr_4.10.bb => nspr_4.10.1.bb} | 4 +-
meta/recipes-support/sqlite/sqlite3_3080002.bb | 5 ++
22 files changed, 302 insertions(+), 58 deletions(-)
create mode 100644 meta/recipes-connectivity/ppp/ppp-2.4.5/0001-ppp-Fix-compilation-errors-in-Makefile.patch
create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/make-4.patch
create mode 100644 meta/recipes-core/eglibc/eglibc-2.18/make-4.patch
rename meta/recipes-core/kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} (87%)
create mode 100644 meta/recipes-devtools/orc/orc.inc
create mode 100644 meta/recipes-devtools/orc/orc_0.4.18.bb
rename meta/recipes-support/nspr/{nspr_4.10.bb => nspr_4.10.1.bb} (96%)
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-07 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 15:53 [CONSOLIDATED PULL 00/17] Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2013-11-07 23:31 Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox