diff options
Diffstat (limited to 'meta/recipes-extended/cups/cups_1.6.3.bb')
-rw-r--r-- | meta/recipes-extended/cups/cups_1.6.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups_1.6.3.bb b/meta/recipes-extended/cups/cups_1.6.3.bb new file mode 100644 index 0000000000..5ed52fe03e --- /dev/null +++ b/meta/recipes-extended/cups/cups_1.6.3.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require cups16.inc | ||
2 | |||
3 | DEPENDS += "libusb \ | ||
4 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5e50cb4b8f24b04636b719683a9102d" | ||
7 | SRC_URI += " \ | ||
8 | file://use_echo_only_in_init.patch \ | ||
9 | file://0001-don-t-try-to-run-generated-binaries.patch \ | ||
10 | file://cups_serverbin.patch \ | ||
11 | " | ||
12 | |||
13 | SRC_URI[md5sum] = "946a2d8ad1aec6beced312fce18543da" | ||
14 | SRC_URI[sha256sum] = "84fa83dea6ed08dbd4d1112d9b0005424713b32bcb13111857836312896cf29d" | ||
15 | |||
16 | EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \ | ||
17 | ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" | ||
18 | |||
19 | CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf" | ||