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 14:37:44 +0000 |
commit | aa52518202728f42b8fcf86b6b2746b23776208f (patch) | |
tree | a9bfe9d1d9ca0c9cab1220c6739b7d4516bd325d | |
parent | 8b0b2d9b2468521ec1b4201434a7a10c48bcd94f (diff) | |
download | poky-aa52518202728f42b8fcf86b6b2746b23776208f.tar.gz |
ghostscript: fix typo in packaging
(From OE-Core rev: 410784aa6ed80a26d1f2cff1219548909af87cff)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
15 | LICENSE = "GPLv3" | 15 | LICENSE = "GPLv3" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" |
17 | 17 | ||
18 | PR = "r1" | 18 | PR = "r0" |
19 | 19 | ||
20 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" | 20 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" |
21 | DEPENDS_virtclass-native = "" | 21 | DEPENDS_virtclass-native = "" |
@@ -109,7 +109,7 @@ PACKAGES =+ "${PN}-cups" | |||
109 | FILES_${PN}-dbg += "${exec_prefix}/lib/cups/filter/.debug" | 109 | FILES_${PN}-dbg += "${exec_prefix}/lib/cups/filter/.debug" |
110 | 110 | ||
111 | FILES_${PN}-cups += "${exec_prefix}/lib/cups/filter/gstoraster \ | 111 | FILES_${PN}-cups += "${exec_prefix}/lib/cups/filter/gstoraster \ |
112 | ${exec_prefix}/lib/cups/filter/pstopxl \ | 112 | ${exec_prefix}/lib/cups/filter/gstopxl \ |
113 | ${datadir}/cups \ | 113 | ${datadir}/cups \ |
114 | ${sysconfdir}/cups \ | 114 | ${sysconfdir}/cups \ |
115 | " | 115 | " |