diff options
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 2149cbe4cf..b94bc1d412 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -5,14 +5,14 @@ Protocol (IPP), and has its own filtering driver model for handling various \ | |||
5 | document types." | 5 | document types." |
6 | HOMEPAGE = "https://www.cups.org/" | 6 | HOMEPAGE = "https://www.cups.org/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "GPLv2 & LGPLv2" | 8 | LICENSE = "Apache-2.0" |
9 | DEPENDS = "gnutls libpng jpeg dbus zlib libusb1" | 9 | DEPENDS = "gnutls libpng jpeg dbus zlib libusb1" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ | 11 | SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ |
12 | file://use_echo_only_in_init.patch \ | 12 | file://0001-use-echo-only-in-init.patch \ |
13 | file://0001-don-t-try-to-run-generated-binaries.patch \ | 13 | file://0002-don-t-try-to-run-generated-binaries.patch \ |
14 | file://cups_serverbin.patch \ | 14 | file://0003-cups_1.4.6.bb-Fix-build-on-ppc64.patch \ |
15 | file://cups-avoid-install-file-conflicts.patch \ | 15 | file://0004-cups-fix-multilib-install-file-conflicts.patch\ |
16 | " | 16 | " |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 18 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
@@ -45,10 +45,6 @@ EXTRA_OECONF = " \ | |||
45 | --enable-debug \ | 45 | --enable-debug \ |
46 | --disable-relro \ | 46 | --disable-relro \ |
47 | --enable-libusb \ | 47 | --enable-libusb \ |
48 | --without-php \ | ||
49 | --without-perl \ | ||
50 | --without-python \ | ||
51 | --without-java \ | ||
52 | DSOFLAGS='${LDFLAGS}' \ | 48 | DSOFLAGS='${LDFLAGS}' \ |
53 | " | 49 | " |
54 | 50 | ||