diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/foomatic/foomatic-filters_4.0.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.16.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.16.bb index 5f145b0681..d158f946a4 100644 --- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.16.bb +++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.16.bb | |||
@@ -10,7 +10,7 @@ format using a printer-specific, but spooler-independent PPD file. \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | DEPENDS += "cups perl libxml2" | 12 | DEPENDS += "cups perl libxml2" |
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | LICENSE = "GPLv2+" | 15 | LICENSE = "GPLv2+" |
16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
@@ -25,6 +25,7 @@ inherit autotools | |||
25 | EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" | 25 | EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" |
26 | 26 | ||
27 | do_configure_prepend() { | 27 | do_configure_prepend() { |
28 | export PERL="${bindir}/env perl" | ||
28 | export LIB_CUPS=${exec_prefix}/lib/cups # /usr/lib NOT libdir | 29 | export LIB_CUPS=${exec_prefix}/lib/cups # /usr/lib NOT libdir |
29 | export CUPS_BACKENDS=${exec_prefix}/lib/cups/backend # /usr/lib NOT libdir | 30 | export CUPS_BACKENDS=${exec_prefix}/lib/cups/backend # /usr/lib NOT libdir |
30 | export CUPS_FILTERS=${exec_prefix}/lib/cups/filter # /usr/lib NOT libdir | 31 | export CUPS_FILTERS=${exec_prefix}/lib/cups/filter # /usr/lib NOT libdir |