Prepare master for new framework integration
[AGL/meta-agl.git] / meta-app-framework / recipes-core / smack-system-setup / smack-system-setup_1.bb
diff --git a/meta-app-framework/recipes-core/smack-system-setup/smack-system-setup_1.bb b/meta-app-framework/recipes-core/smack-system-setup/smack-system-setup_1.bb
deleted file mode 100644 (file)
index b74f462..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "setup of a system using smack"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-
-SRC_URI = "\
-  file://55-udev-smack-default.rules \
-  file://systemd-journald.service.conf \
-  file://systemd-tmpfiles-setup.service.conf \
-  file://tmp.mount.conf \
-"
-
-RDEPENDS:${PN}:append:with-lsm-smack = " smack"
-
-do_install:append:with-lsm-smack() {
-    # tuning systemd units
-    install -Dm0644 ${WORKDIR}/systemd-tmpfiles-setup.service.conf \
-                     ${D}${systemd_unitdir}/system/systemd-tmpfiles-setup.service.d/smack.conf
-    install -Dm0644 ${WORKDIR}/systemd-journald.service.conf \
-                     ${D}${systemd_unitdir}/system/systemd-journald.service.d/smack.conf
-    install -Dm0644 ${WORKDIR}/tmp.mount.conf \
-                     ${D}${systemd_unitdir}/system/tmp.mount.d/smack.conf
-
-    # add udev rules
-    install -Dm0644 ${WORKDIR}/55-udev-smack-default.rules \
-                     ${D}${sysconfdir}/udev/rules.d/55-udev-smack-default.rules
-}
-
-FILES:${PN} += "${systemd_unitdir}"