summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/foomatic
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/foomatic')
-rw-r--r--meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
index bb01f71d01..c0290b1918 100644
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
@@ -10,7 +10,7 @@ format using a printer-specific, but spooler-independent PPD file. \
10" 10"
11 11
12DEPENDS += "cups perl libxml2" 12DEPENDS += "cups perl libxml2"
13PR = "r0" 13PR = "r1"
14 14
15LICENSE = "GPLv2+" 15LICENSE = "GPLv2+"
16LIC_FILES_CHKSUM = "file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833" 16LIC_FILES_CHKSUM = "file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
@@ -26,10 +26,7 @@ EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
26 26
27do_configure_prepend() { 27do_configure_prepend() {
28 export PERL="${bindir}/env perl" 28 export PERL="${bindir}/env perl"
29 export LIB_CUPS=${exec_prefix}/lib/cups # /usr/lib NOT libdir 29 export CUPS_SERVERBIN=${exec_prefix}/lib/cups # /usr/lib NOT libdir
30 export CUPS_BACKENDS=${exec_prefix}/lib/cups/backend # /usr/lib NOT libdir
31 export CUPS_FILTERS=${exec_prefix}/lib/cups/filter # /usr/lib NOT libdir
32 export CUPS_PPDS=${datadir}/cups/model
33} 30}
34 31
35do_install_append_linuxstdbase() { 32do_install_append_linuxstdbase() {