diff options
-rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters_1.28.11.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb (renamed from meta-oe/recipes-printing/cups/cups-filters.inc) | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.11.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.11.bb deleted file mode 100644 index 9a0a23671b..0000000000 --- a/meta-oe/recipes-printing/cups/cups-filters_1.28.11.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | include cups-filters.inc | ||
2 | |||
3 | SRC_URI += "file://0001-use-noexcept-false-instead-of-throw-from-c-17-onward.patch" | ||
4 | SRC_URI[sha256sum] = "472418f1a1e12c9ad91b01caa020eb668626776d85de9da488be38e6663102ca" | ||
diff --git a/meta-oe/recipes-printing/cups/cups-filters.inc b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb index f0f915e946..22de3d5441 100644 --- a/meta-oe/recipes-printing/cups/cups-filters.inc +++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb | |||
@@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d77679ce6a2cc4d873d4ebbf2a401e6" | |||
6 | 6 | ||
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | 8 | ||
9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng" | 9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng libexif" |
10 | DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" | 10 | DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" |
11 | 11 | ||
12 | SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz" | 12 | SRC_URI = "https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
13 | file://0001-use-noexcept-false-instead-of-throw-from-c-17-onward.patch" | ||
14 | SRC_URI[sha256sum] = "270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d8185c9bb9" | ||
13 | 15 | ||
14 | inherit autotools-brokensep gettext pkgconfig | 16 | inherit autotools-brokensep gettext pkgconfig github-releases |
15 | 17 | ||
16 | EXTRA_OECONF += " --enable-ghostscript --disable-ldap \ | 18 | EXTRA_OECONF += " --enable-ghostscript --disable-ldap \ |
17 | --with-pdftops=hybrid --enable-imagefilters \ | 19 | --with-pdftops=hybrid --enable-imagefilters \ |