aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cups/cups_1.4.4.bb
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-09-21 10:43:32 +0200
committerEric Bénard <eric@eukrea.com>2010-09-24 15:15:34 +0200
commitb947b798b514d00b961947fa77c791d651945eed (patch)
tree866ee28358f96266ac5be330e63b5adc8edc4e47 /recipes/cups/cups_1.4.4.bb
parentdd955396c4521a882e037eae75bede4c647fd4b7 (diff)
downloadopenembedded-b947b798b514d00b961947fa77c791d651945eed.tar.gz
cups: add version 1.4.4
* libusb support is enabled in this recipe * DEFAULT_PREFERENCE = "-1" as previous recipe didn't enable this Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/cups/cups_1.4.4.bb')
-rw-r--r--recipes/cups/cups_1.4.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/cups/cups_1.4.4.bb b/recipes/cups/cups_1.4.4.bb
new file mode 100644
index 0000000000..7813dbfe61
--- /dev/null
+++ b/recipes/cups/cups_1.4.4.bb
@@ -0,0 +1,17 @@
+require cups14.inc
+
+SRC_URI += " \
+ file://use_echo_only_in_init.patch \
+ file://skip_tools.patch \
+ file://configure.patch \
+ "
+
+SRC_URI[archive.md5sum] = "8776403ad60fea9e85eab9c04d88560d"
+SRC_URI[archive.sha256sum] = "d25ffa35add3abeeec0eba60be2cffc89425b649c64ef3a73dfc724683a59aa3"
+
+PR = "r1"
+
+DEFAULT_PREFERENCE = "-1"
+DEPENDS += " libusb "
+EXTRA_OECONF += " --disable-gssapi --disable-largefile --enable-debug --disable-relro --enable-libusb"
+CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"