remove print at init
authorschon <schon@dev03-server>
Thu, 30 Jun 2011 12:53:08 +0000 (21:53 +0900)
committerschon <schon@dev03-server>
Thu, 30 Jun 2011 12:53:08 +0000 (21:53 +0900)
recipes/sysvinit/sysvinit_2.86.bb

index 9a6da84..bb1c0ed 100755 (executable)
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r59"
+PR = "r60"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
@@ -23,6 +23,7 @@ INITTAB ?= "inittab"
 
 SRC_URI = "ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-${PV}.tar.gz \
            file://install.patch;patch=1 \
+           file://remove_print.patch;patch=1;pnum=1 \
            file://67_init_hddown.dpatch;patch=1 \
            file://92_sata-hddown.dpatch;patch=1 \
            file://need \