cups: add 1.3.8.
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Sep 2008 22:03:16 +0000 (19:03 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 10 Feb 2009 20:52:31 +0000 (18:52 -0200)
packages/cups/cups-1.3.8/use_echo_only_in_init.patch [new file with mode: 0644]
packages/cups/cups_1.3.8.bb [new file with mode: 0644]

diff --git a/packages/cups/cups-1.3.8/use_echo_only_in_init.patch b/packages/cups/cups-1.3.8/use_echo_only_in_init.patch
new file mode 100644 (file)
index 0000000..21ff0e5
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/init/cups.sh.in.orig     2008-10-04 16:50:46.000000000 -0300
++++ b/init/cups.sh.in  2008-10-04 16:51:39.000000000 -0300
+@@ -68,7 +68,7 @@
+               ECHO_ERROR=:
+               ;;
+-      Linux*)
++      DISABLELinux*)
+               IS_ON=/bin/true
+               if test -f /etc/init.d/functions; then
+                       . /etc/init.d/functions
diff --git a/packages/cups/cups_1.3.8.bb b/packages/cups/cups_1.3.8.bb
new file mode 100644 (file)
index 0000000..e9fd985
--- /dev/null
@@ -0,0 +1,8 @@
+require cups.inc
+
+SRC_URI += "file://use_echo_only_in_init.patch;patch=1"
+PR = "r1"
+
+DEFAULT_PREFERENCE = "-1"
+
+EXTRA_OECONF += " --disable-gssapi "