From 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:51:41 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../recipes-core/systemd/systemd-machine-units_1.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb (limited to 'meta-systemd/recipes-core') 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 000000000..6a66ac214 --- /dev/null +++ b/meta-systemd/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 = "r18" + +inherit systemd +SYSTEMD_SERVICE_${PN} = "" +NATIVE_SYSTEMD_SUPPORT = "1" +ALLOW_EMPTY_${PN} = "1" -- cgit v1.2.3-54-g00ecf