diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-12-31 16:18:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 11:06:22 +0000 |
commit | 61d60f43369fc337b2de8483cca0e9d48150313c (patch) | |
tree | 4937b9e7db86fd36d3685d21fc36c7006ce49eed /meta | |
parent | 5a3341083f1a6fd2b24aa9f4dea80dffae78c69b (diff) | |
download | poky-61d60f43369fc337b2de8483cca0e9d48150313c.tar.gz |
systemd: Upgrade 243 -> 243.2
Bugfix-only changes on the 243 stable branch.
(From OE-Core rev: fd1aa49d8a25767953e8b1beb91001d5e115f781)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_243.2.bb (renamed from meta/recipes-core/systemd/systemd-boot_243.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd-conf_243.2.bb (renamed from meta/recipes-core/systemd/systemd-conf_243.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd_243.2.bb (renamed from meta/recipes-core/systemd/systemd_243.bb) | 0 |
4 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_243.bb b/meta/recipes-core/systemd/systemd-boot_243.2.bb index 515abc289b..515abc289b 100644 --- a/meta/recipes-core/systemd/systemd-boot_243.bb +++ b/meta/recipes-core/systemd/systemd-boot_243.2.bb | |||
diff --git a/meta/recipes-core/systemd/systemd-conf_243.bb b/meta/recipes-core/systemd/systemd-conf_243.2.bb index d9ec023bfd..d9ec023bfd 100644 --- a/meta/recipes-core/systemd/systemd-conf_243.bb +++ b/meta/recipes-core/systemd/systemd-conf_243.2.bb | |||
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 7f3a59c208..18f17d28ac 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc | |||
@@ -14,10 +14,8 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ | 14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ |
15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" | 15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" |
16 | 16 | ||
17 | SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a" | 17 | SRCREV = "fab6f010ac6c3bc93a10868de722d7c8c3622eb9" |
18 | SRCBRANCH = "v243-stable" | 18 | SRCBRANCH = "v243-stable" |
19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" | 19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | |||
23 | PV_append = "+${SRCPV}" | ||
diff --git a/meta/recipes-core/systemd/systemd_243.bb b/meta/recipes-core/systemd/systemd_243.2.bb index 6e7f95693b..6e7f95693b 100644 --- a/meta/recipes-core/systemd/systemd_243.bb +++ b/meta/recipes-core/systemd/systemd_243.2.bb | |||