summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
index 0d3560b9c2..fd82bb39c2 100644
--- a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
+++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d77679ce6a2cc4d873d4ebbf2a401e6"
6 6
7SECTION = "console/utils" 7SECTION = "console/utils"
8 8
9DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng libexif" 9DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms poppler qpdf libpng libexif"
10DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" 10DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native"
11 11
12SRC_URI = "https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 12SRC_URI = "https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \
@@ -51,6 +51,7 @@ PACKAGES =+ "\
51FILES:${PN}-gst = "\ 51FILES:${PN}-gst = "\
52 ${libexecdir}/cups/filter/gsto* \ 52 ${libexecdir}/cups/filter/gsto* \
53 " 53 "
54RDEPENDS:${PN}-gst += "ghostscript"
54 55
55FILES:${PN}-data = "\ 56FILES:${PN}-data = "\
56 ${datadir}/cups/data \ 57 ${datadir}/cups/data \
@@ -71,6 +72,8 @@ FILES:${PN} += "\
71 ${datadir}/cups/ppdc \ 72 ${datadir}/cups/ppdc \
72 ${datadir}/cups/banners \ 73 ${datadir}/cups/banners \
73" 74"
75RDEPENDS:${PN} += "bash"
76RDEPENDS:${PN} += "ghostscript"
74 77
75do_install:append() { 78do_install:append() {
76 # remove braille dir 79 # remove braille dir
@@ -79,5 +82,3 @@ do_install:append() {
79 # remove sysroot path contamination from pkgconfig file 82 # remove sysroot path contamination from pkgconfig file
80 sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc 83 sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc
81} 84}
82
83RDEPENDS:${PN} += "bash"