summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd.inc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-12-05 23:23:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-09 12:00:43 +0000
commitfa60a9a52675ee7e532af1406695ea8cb6c9aec1 (patch)
tree16d50466d01b546ca98c44edeca41360ddadfec5 /meta/recipes-core/systemd/systemd.inc
parentbf543a194e442f5ae4524449fc06c4813131e88d (diff)
downloadpoky-fa60a9a52675ee7e532af1406695ea8cb6c9aec1.tar.gz
systemd: Upgrade 243 -> 243.2
Bugfix-only changes on the 243 stable branch. Backported patch removed. (From OE-Core rev: 0406dd71964fca391b57f7bf43a7f37f6549fa15) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd.inc')
-rw-r--r--meta/recipes-core/systemd/systemd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 7f3a59c208..6965b3b482 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -14,10 +14,10 @@ LICENSE = "GPLv2 & LGPLv2.1"
14LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ 14LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
15 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" 15 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
16 16
17SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a" 17SRCREV = "fab6f010ac6c3bc93a10868de722d7c8c3622eb9"
18SRCBRANCH = "v243-stable" 18SRCBRANCH = "v243-stable"
19SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" 19SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23PV_append = "+${SRCPV}" 23PV_append = ".2"