summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/foomatic
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 15:18:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 16:47:44 +0000
commit0fb60051c4ca96f740b34495634a773c8cd7cdff (patch)
tree90593c9e178a618027d551572b3c951ff1beffca /meta/recipes-extended/foomatic
parent5ed180ee3bdb304c126ee7b24cd01de1cf237f9f (diff)
downloadpoky-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.bb4
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
12DEPENDS += "cups perl libxml2" 12DEPENDS += "cups perl libxml2"
13PR = "r2" 13PR = "r3"
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"
@@ -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
39FILES_${PN}_append_linuxstdbase += "${exec_prefix}/lib/cups/filter/foomatic-rip" 39FILES_${PN} += "${exec_prefix}/lib/cups/ ${exec_prefix}/lib/ppr/"