From 02bebaaf927e2cf5326bcae1de10cd4a82fd9495 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 24 May 2021 11:13:29 +0200 Subject: [PATCH] systemd-conf: do not version in lockstep with systemd This is not needed as systemd-conf only packages standalone config files. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../systemd/{systemd-conf_247.6.bb => systemd-conf_1.0.bb} | 2 ++ 1 file changed, 2 insertions(+) rename meta/recipes-core/systemd/{systemd-conf_247.6.bb => systemd-conf_1.0.bb} (99%) diff --git a/meta/recipes-core/systemd/systemd-conf_247.6.bb b/meta/recipes-core/systemd/systemd-conf_1.0.bb similarity index 99% rename from meta/recipes-core/systemd/systemd-conf_247.6.bb rename to 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." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PE = "1" + PACKAGECONFIG ??= "dhcp-ethernet" PACKAGECONFIG[dhcp-ethernet] = "" -- 2.40.1