diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-04 11:20:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:49 +0000 |
commit | 8572f07f65002333aab3746de4a11ff1af8c0189 (patch) | |
tree | f2c557a5c2a2b6eede2a6e4f7e6f9e27501c327a /meta/recipes-extended/foomatic | |
parent | 70114d9ee80c4a3122e52e0bf86a33f10ccf2a8f (diff) | |
download | poky-8572f07f65002333aab3746de4a11ff1af8c0189.tar.gz |
foomatic-filters: fix CUPS directory config
- use CUPS_SERVERBIN to configure the CUPS directory
- the removed variables are not used anymore
Fix the following warning:
WARNING: QA Issue: foomatic-filters: Files/directories were installed but not shipped
/usr/lib64
/usr/lib64/cups
/usr/lib64/cups/filter
/usr/lib64/cups/backend
/usr/lib64/cups/filter/foomatic-rip
/usr/lib64/cups/backend/beh
(From OE-Core rev: 141621d956ea66a026b3571c3e0d30f1ab43961e)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/foomatic')
-rw-r--r-- | meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb | 7 |
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 | ||
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" |
@@ -26,10 +26,7 @@ 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 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 | ||
35 | do_install_append_linuxstdbase() { | 32 | do_install_append_linuxstdbase() { |