summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc14
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 \
5document types." 5document types."
6HOMEPAGE = "https://www.cups.org/" 6HOMEPAGE = "https://www.cups.org/"
7SECTION = "console/utils" 7SECTION = "console/utils"
8LICENSE = "GPLv2 & LGPLv2" 8LICENSE = "Apache-2.0"
9DEPENDS = "gnutls libpng jpeg dbus zlib libusb1" 9DEPENDS = "gnutls libpng jpeg dbus zlib libusb1"
10 10
11SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ 11SRC_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
18UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" 18UPSTREAM_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