summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-12-13 19:03:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:50:04 +0000
commit9524c0ed85592c87ff30b54ca705b5d1b447eb6f (patch)
tree410dee27a30a0557fd3643187f963de9a97dc9cd /meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
parent8b4b9c1329c4bfd265ad4962aa61f5e61e10d1e7 (diff)
downloadopenembedded-core-contrib-9524c0ed85592c87ff30b54ca705b5d1b447eb6f.tar.gz
cups: Update to 1.6.1
License change was due to update of Date. Remove CVE patches as they where backports from this release Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/cups/cups/use_echo_only_in_init.patch')
-rw-r--r--meta/recipes-extended/cups/cups/use_echo_only_in_init.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch b/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
new file mode 100644
index 0000000000..696f1374d9
--- /dev/null
+++ b/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [embedded specific]
+
+Index: cups-1.6.1/scheduler/cups.sh.in
+===================================================================
+--- cups-1.6.1.orig/scheduler/cups.sh.in
++++ cups-1.6.1/scheduler/cups.sh.in
+@@ -67,7 +67,7 @@ case "`uname`" in
+ ECHO_ERROR=:
+ ;;
+
+- Linux*)
++ DisableLinux*)
+ IS_ON=/bin/true
+ if test -f /etc/init.d/functions; then
+ . /etc/init.d/functions