diff options
author | Bruno Bottazzini <bruno.bottazzini@intel.com> | 2015-04-22 14:01:10 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:46 +0100 |
commit | 732cdba31e9c7bdb76645a8202f7f74afa364bab (patch) | |
tree | 1f15a35b0dd8eb25dfbd4fe4bdbf6cd720c46f34 | |
parent | af3518a605e105214edf62077991a9025a88760c (diff) | |
download | poky-732cdba31e9c7bdb76645a8202f7f74afa364bab.tar.gz |
systemd 219 -> system 219-stable
The upstream systemd git repo only contains the main systemd branch that
progresses at a quick pace, continuously bringing both bugfixes and new features.
Distributions usually prefer basing their releases on stabilized versions
that receive the bugfixes but not the features.
(From OE-Core master rev: c21bf9d7bb0cb90392ed50a44c57a3d068b88ef9)
(From OE-Core rev: c3da0d750ce7b45fee9db3e985f585f5fb2e193d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 43c4f95e4b..d1303f7e89 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb | |||
@@ -25,11 +25,11 @@ SECTION = "base/shell" | |||
25 | 25 | ||
26 | inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext | 26 | inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext |
27 | 27 | ||
28 | SRCREV = "a88abde72169ddc2df77df3fa5bed30725022253" | 28 | SRCREV = "85a6fabdd3e43cfab0fc6359e9f2a9e368d4a3ed" |
29 | 29 | ||
30 | PV = "219+git${SRCPV}" | 30 | PV = "219-stable+git${SRCPV}" |
31 | 31 | ||
32 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \ | 32 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stable;protocol=git \ |
33 | file://0002-shared-missing.h-fall-back-to-insecure-getenv.patch \ | 33 | file://0002-shared-missing.h-fall-back-to-insecure-getenv.patch \ |
34 | file://0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ | 34 | file://0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ |
35 | file://0004-configure-Check-for-additional-features-that-uclibc-.patch \ | 35 | file://0004-configure-Check-for-additional-features-that-uclibc-.patch \ |
@@ -38,12 +38,8 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \ | |||
38 | file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \ | 38 | file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \ |
39 | file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \ | 39 | file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \ |
40 | file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \ | 40 | file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \ |
41 | file://0010-Make-root-s-home-directory-configurable.patch \ | ||
42 | file://0011-systemd-user-avoid-using-system-auth.patch \ | 41 | file://0011-systemd-user-avoid-using-system-auth.patch \ |
43 | file://0001-tmpfiles-avoid-creating-duplicate-acl-entries.patch \ | ||
44 | file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \ | ||
45 | file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \ | 42 | file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \ |
46 | file://0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch \ | ||
47 | file://0014-Revert-rules-remove-firmware-loading-rules.patch \ | 43 | file://0014-Revert-rules-remove-firmware-loading-rules.patch \ |
48 | file://0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch \ | 44 | file://0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch \ |
49 | file://tmpfiles-pam.patch \ | 45 | file://tmpfiles-pam.patch \ |