diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 17:23:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 13:36:52 +0000 |
commit | 410784aa6ed80a26d1f2cff1219548909af87cff (patch) | |
tree | 2aa48c10cb8172f04426cc24d064382a37e781ee /meta/recipes-extended/ghostscript | |
parent | 490d4ffa91004e94143d35538dce7b815f4dee52 (diff) | |
download | openembedded-core-410784aa6ed80a26d1f2cff1219548909af87cff.tar.gz openembedded-core-410784aa6ed80a26d1f2cff1219548909af87cff.tar.bz2 openembedded-core-410784aa6ed80a26d1f2cff1219548909af87cff.zip |
ghostscript: fix typo in packaging
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.05.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb index 68d91b4ff4..67b1cf732c 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb @@ -15,7 +15,7 @@ SECTION = "console/utils" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" -PR = "r1" +PR = "r0" DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" DEPENDS_virtclass-native = "" @@ -109,7 +109,7 @@ PACKAGES =+ "${PN}-cups" FILES_${PN}-dbg += "${exec_prefix}/lib/cups/filter/.debug" FILES_${PN}-cups += "${exec_prefix}/lib/cups/filter/gstoraster \ - ${exec_prefix}/lib/cups/filter/pstopxl \ + ${exec_prefix}/lib/cups/filter/gstopxl \ ${datadir}/cups \ ${sysconfdir}/cups \ " |