summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-02-01 10:32:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:41 +0000
commitbbfd012c1ab981162c0f559e19dc27b19f6f3eab (patch)
tree6f90dcd57f50dfcedeb7f974d48d41a54ac7b901 /meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch
parentc0811670ab12f22ca7e1ea03cfaec417bfba9b66 (diff)
downloadpoky-bbfd012c1ab981162c0f559e19dc27b19f6f3eab.tar.gz
cups: add cups 1.4.6
This package has been added from meta-openembedded committed by Koen Kooi. Changes from the meta-openembedded version: * Add SUMMARY * Change dependence name: libusb * Add PR Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch')
-rw-r--r--meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch b/meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch
new file mode 100644
index 0000000000..21ff0e535b
--- /dev/null
+++ b/meta/recipes-extended/cups/cups-1.4.6/use_echo_only_in_init.patch
@@ -0,0 +1,11 @@
1--- a/init/cups.sh.in.orig 2008-10-04 16:50:46.000000000 -0300
2+++ b/init/cups.sh.in 2008-10-04 16:51:39.000000000 -0300
3@@ -68,7 +68,7 @@
4 ECHO_ERROR=:
5 ;;
6
7- Linux*)
8+ DISABLELinux*)
9 IS_ON=/bin/true
10 if test -f /etc/init.d/functions; then
11 . /etc/init.d/functions