[oe-commits] Khem Raj : systemd: Upgrade to 206

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 23:26:32 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 3f1788f8edf18a292cb5d8e16a2a98a19ec89239
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3f1788f8edf18a292cb5d8e16a2a98a19ec89239

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Aug 22 02:16:30 2013 +0000

systemd: Upgrade to 206

Add new PACKAGE systemd-rpm-macros, this will hold
the macros which are interesting when rpm is used as
package management backend

Forward port uclibc only patches. Add a new patch
to stub out use of preadv/pwritev in testcases

Delete patches that have been merged upstream in systemd

Remove force export of GPERF variable in environment
this was causing AC_CHECK_TOOL to not populate GPERF
variable as expected

systemd needs kmod to be present on rootfs so add it
to RDEPENDS

some services substitute discovered kmod when the service
file is generated during boot, however the discovered kmod
is from native sysroot and it gets into the service file
with absolute path. So specify the target path of kmod using
KMOD variable so the unit files have correct pointer to kmod
on target

Add a patch to make sure that mknod capability is checked
before the service which excercise mknod, this patch is also
submitted to upstream systemd

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 ...1-uClibc-doesn-t-implement-pwritev-preadv.patch |   37 ++
 .../0001-use-CAP_MKNOD-ConditionCapability.patch   |   32 ++
 ...ystemd-update-utmp-shutdown.service-into-.patch |  367 --------------------
 .../systemd/systemd/install-quotaon-once.patch     |   34 --
 .../systemd/systemd-pam-fix-getty-unit.patch       |   24 +-
 .../systemd/systemd/systemd-pam-fix-mkostemp.patch |   59 ++--
 .../systemd/{systemd_204.bb => systemd_206.bb}     |   19 +-
 7 files changed, 120 insertions(+), 452 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=3f1788f8edf18a292cb5d8e16a2a98a19ec89239


More information about the Openembedded-commits mailing list