diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-22 16:13:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:34 +0200 |
commit | 731f452da6502598310d92c7e87b53fa1f0af749 (patch) | |
tree | af699392164a6dd25bc3c92d42398b4ebcd396c1 /meta-systemd/recipes-core | |
parent | 52fd2575798d9f8b24ca8b7182b09b1cc698a203 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | 13 |
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 @@ | |||
1 | SUMMARY = "Machine specific systemd units" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | ||
5 | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | PR = "r18" | ||
9 | |||
10 | inherit systemd | ||
11 | SYSTEMD_SERVICE_${PN} = "" | ||
12 | NATIVE_SYSTEMD_SUPPORT = "1" | ||
13 | ALLOW_EMPTY_${PN} = "1" | ||