diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-11 13:24:32 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-16 09:39:05 +0200 |
| commit | a5b2aea321b2851ed82828e6204c075a2329059c (patch) | |
| tree | 06c57ad79e5cdcb0b8b62bb6e910c29c379fac8c /meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | |
| parent | 5ed19733f5193b752da650841a1383adb532fffd (diff) | |
| download | meta-openembedded-a5b2aea321b2851ed82828e6204c075a2329059c.tar.gz | |
move systemd recipes to meta-systemd
Diffstat (limited to 'meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..f33b2a9833 --- /dev/null +++ b/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Machine specific systemd units" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
| 5 | |||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 7 | |||
| 8 | PR = "r1" | ||
| 9 | |||
| 10 | inherit systemd | ||
| 11 | SYSTEMD_SERVICE = "" | ||
| 12 | SYSTEMD_PACKAGES = "${PN}" | ||
| 13 | NATIVE_SYSTEMD_SUPPORT = "1" | ||
| 14 | ALLOW_EMPTY_${PN} = "1" | ||
