summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-12 17:29:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:42 +0000
commit53e3605eae85116a0ad7ebe0de608ad2c82d8b35 (patch)
tree310d4c19ad1ca73ca54ffd2617d9bab46ebd1b45 /meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch
parent098b39dc40e71a370ddd73e6f6707e537a012958 (diff)
downloadpoky-53e3605eae85116a0ad7ebe0de608ad2c82d8b35.tar.gz
cups: update to 2.3.1
License-Update: license changed to Apache 2.0 Remove no longer recognized configure options. Refresh all patches. (From OE-Core rev: 7ed28276e9fa6fc9b572bdf1ad566967964d9623) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch')
-rw-r--r--meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch b/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch
new file mode 100644
index 0000000000..80bbad0a44
--- /dev/null
+++ b/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch
@@ -0,0 +1,27 @@
1From a3f4d8ba97f4669a95943a7e65eb61aa44ce7999 Mon Sep 17 00:00:00 2001
2From: Saul Wold <sgw@linux.intel.com>
3Date: Thu, 13 Dec 2012 19:03:52 -0800
4Subject: [PATCH 1/4] use echo only in init
5
6Upstream-Status: Inappropriate [embedded specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 scheduler/cups.sh.in | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/scheduler/cups.sh.in b/scheduler/cups.sh.in
13index 89ac36d..6618a0f 100644
14--- a/scheduler/cups.sh.in
15+++ b/scheduler/cups.sh.in
16@@ -50,7 +50,7 @@ case "`uname`" in
17 ECHO_ERROR=:
18 ;;
19
20- Linux*)
21+ DisableLinux*)
22 IS_ON=/bin/true
23 if test -f /etc/init.d/functions; then
24 . /etc/init.d/functions
25--
262.17.1
27