[oe-commits] Andreas Müller : systemd-speed-hacks: remove

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 17:54:50 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c751691a0a731d9fcdc35bc6489ab689ee8e288a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c751691a0a731d9fcdc35bc6489ab689ee8e288a

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Jan 28 09:38:18 2013 +0100

systemd-speed-hacks: remove

Tested: These cause avahi.service to fail starting

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-core/systemd/systemd-speed-hacks.bb    |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

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
-}





More information about the Openembedded-commits mailing list