aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core/systemd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-08-22 16:13:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:18:34 +0200
commit731f452da6502598310d92c7e87b53fa1f0af749 (patch)
treeaf699392164a6dd25bc3c92d42398b4ebcd396c1 /meta-systemd/recipes-core/systemd
parent52fd2575798d9f8b24ca8b7182b09b1cc698a203 (diff)
downloadmeta-openembedded-contrib-731f452da6502598310d92c7e87b53fa1f0af749.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/recipes-core/systemd')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb13
1 files changed, 0 insertions, 13 deletions
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"