]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d: Be less verbose by default. (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 18 Dec 2007 08:21:00 +0000 (08:21 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 18 Dec 2007 08:21:00 +0000 (08:21 +0000)
* Don't spit detailed info about links created unless passed -v.
* This is to prevent initial bootup console spamming.

Revision: fe0992753b30f43be0407eacefd0a4c6fb8045bd
Author: pfalcon@openembedded.org
Date: 2007-12-01T19:22:14

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3340 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/update-rc.d/update-rc.d_0.7.bb

index 8070197b828d1d96e2e966ab1e019b20a58f1dfe..dd370e6ff8c8603113c9514a1ca9fabbd54a077f 100644 (file)
@@ -3,9 +3,10 @@ PRIORITY = "standard"
 DESCRIPTION = "Manage symlinks in /etc/rcN.d"
 LICENSE = "GPL"
 S = "${WORKDIR}/update-rc.d"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7"
+SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \
+           file://add-verbose.patch;patch=1"
 
 PACKAGE_ARCH = "all"