diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 15:18:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 16:47:44 +0000 |
commit | 0fb60051c4ca96f740b34495634a773c8cd7cdff (patch) | |
tree | 90593c9e178a618027d551572b3c951ff1beffca /meta/recipes-extended/foomatic | |
parent | 5ed180ee3bdb304c126ee7b24cd01de1cf237f9f (diff) | |
download | poky-0fb60051c4ca96f740b34495634a773c8cd7cdff.tar.gz |
foomatic-filters: Ensure cups and ppr files are packaged
(From OE-Core rev: c02446dee5429b61a8764f5927e6b4aa93930e54)
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.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb index e3bcf782eb..223bb02ca4 100644 --- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb +++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.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 = "r2" | 13 | PR = "r3" |
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" |
@@ -36,4 +36,4 @@ do_install_append_linuxstdbase() { | |||
36 | ln -sf ${bindir}/foomatic-rip ${D}${exec_prefix}/lib/cups/filter | 36 | ln -sf ${bindir}/foomatic-rip ${D}${exec_prefix}/lib/cups/filter |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN}_append_linuxstdbase += "${exec_prefix}/lib/cups/filter/foomatic-rip" | 39 | FILES_${PN} += "${exec_prefix}/lib/cups/ ${exec_prefix}/lib/ppr/" |