From 731f452da6502598310d92c7e87b53fa1f0af749 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Aug 2017 16:13:20 +0200 Subject: meta-systemd: remove this now pretty empty layer * the upgrade path from original meta-systemd still isn't provided by oe-core, but hopefully there are only a few remaining users of this layer. * some BSPs probably still use systemd-machine-units, it's now added to oe-core: http://git.openembedded.org/openembedded-core/commit/?id=5f3dbcf71059939f1c33af7b8848eb18b311365a Signed-off-by: Martin Jansa --- .../recipes-core/systemd/systemd-machine-units_1.0.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb (limited to 'meta-systemd/recipes-core/systemd') diff --git a/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb deleted file mode 100644 index 6a66ac214e..0000000000 --- a/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Machine specific systemd units" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -PR = "r18" - -inherit systemd -SYSTEMD_SERVICE_${PN} = "" -NATIVE_SYSTEMD_SUPPORT = "1" -ALLOW_EMPTY_${PN} = "1" -- cgit 1.2.3-korg