summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-24 11:13:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-25 22:36:08 +0100
commitca78d0c15953bbeb0f561147eb057a9836d99230 (patch)
tree33d9a4bb4517f1f0ff315e15c3121ae4f2120c6b /meta
parent0c3bea895e0afc9898e6833d54f8627487874857 (diff)
downloadpoky-ca78d0c15953bbeb0f561147eb057a9836d99230.tar.gz
systemd-conf: do not version in lockstep with systemd
This is not needed as systemd-conf only packages standalone config files. (From OE-Core rev: 02bebaaf927e2cf5326bcae1de10cd4a82fd9495) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd-conf_1.0.bb (renamed from meta/recipes-core/systemd/systemd-conf_247.6.bb)2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-conf_247.6.bb b/meta/recipes-core/systemd/systemd-conf_1.0.bb
index ea35e83f4f..235923be85 100644
--- a/meta/recipes-core/systemd/systemd-conf_247.6.bb
+++ b/meta/recipes-core/systemd/systemd-conf_1.0.bb
@@ -5,6 +5,8 @@ DefaultTimeoutStartSec setting."
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7 7
8PE = "1"
9
8PACKAGECONFIG ??= "dhcp-ethernet" 10PACKAGECONFIG ??= "dhcp-ethernet"
9PACKAGECONFIG[dhcp-ethernet] = "" 11PACKAGECONFIG[dhcp-ethernet] = ""
10 12