From: Martin Jansa Date: Tue, 22 Aug 2017 19:31:30 +0000 (+0200) Subject: systemd-machine-units: import last recipe from meta-systemd X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3dbcf71059939f1c33af7b8848eb18b311365a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd-machine-units: import last recipe from meta-systemd * this recipe is intentionally empty, but useful for BSP layers to provide machine specific systemd services in this MACHINE_ARCH package. Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb new file mode 100644 index 00000000000..a64464cffe8 --- /dev/null +++ b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Machine specific systemd units" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +PR = "r19" + +inherit systemd +SYSTEMD_SERVICE_${PN} = "" + +ALLOW_EMPTY_${PN} = "1"