summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-06 13:07:46 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-06 13:08:15 +0200
commit92492f8596ae74044f0cbf1813c22ba6f18f742c (patch)
treedcf604af9967df8421eb18a0ad83041dbdbe6784 /meta-oe/recipes-core
parent5b27dc8974cbd4fd769ed61d9287bedc63d2a644 (diff)
downloadmeta-openembedded-92492f8596ae74044f0cbf1813c22ba6f18f742c.tar.gz
systemd-compat-units: disable old style 'networking' script for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
index 6fc040f55..2fd88abcd 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5 5
6PR = "r1"
7
6inherit allarch 8inherit allarch
7 9
8SRC_URI = "file://opkg.service" 10SRC_URI = "file://opkg.service"
@@ -18,7 +20,7 @@ cd $D${sysconfdir}/init.d
18 20
19echo -n "Disabling the following sysv scripts: " 21echo -n "Disabling the following sysv scripts: "
20 22
21for i in busybox-udhcpc dnsmasq hwclock.sh syslog syslog.busybox ; do 23for i in busybox-udhcpc dnsmasq hwclock.sh networking syslog syslog.busybox ; do
22 if [ -e $i ] ; then 24 if [ -e $i ] ; then
23 echo -n "$i " ; ln -s /dev/null $D${base_libdir}/systemd/system/$i.service 25 echo -n "$i " ; ln -s /dev/null $D${base_libdir}/systemd/system/$i.service
24 fi 26 fi