From patchwork Mon Jan 28 13:12:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-systemd,2/2] systemd-speed-hacks: remove Date: Mon, 28 Jan 2013 13:12:04 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 43535 Message-Id: <1359378724-18026-3-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org Tested: These cause avahi.service to fail starting Signed-off-by: Andreas Müller --- .../recipes-core/systemd/systemd-speed-hacks.bb | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) delete mode 100644 meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb diff --git a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb b/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb deleted file mode 100644 index 8cfcc4c..0000000 --- a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Collection of hacks to speed up systemd boot" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" - -PR = "r1" - -inherit allarch - -ALLOW_EMPTY_${PN} = "1" - -pkg_postinst_${PN} () { -#!/bin/sh -# I can run offline -rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service - -rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount -rm -f $D/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount -}