summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 11:33:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:43:35 +0100
commit7f471e09fd63c42a16b31598ccdca198792299c9 (patch)
tree94c5728aadd843d7db18466fd76df87e931d904c /meta/recipes-extended/ghostscript
parent773c55564853d12aa71388383a5173b759ba1aa1 (diff)
downloadpoky-7f471e09fd63c42a16b31598ccdca198792299c9.tar.gz
ghostscript: Fixed the incorrect DEPENDS.
[YOCTO #1337] Using ghostscript-native instead of ${PN}-native in DEPENDS to correct the invalid DEPENDS in multilib cases. (From OE-Core rev: d8d412ff1beee4c820cc6e7b6124280db920cccd) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.02.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
index 28c6c9ec01..2e467341ef 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24"
17 17
18PR = "r4" 18PR = "r4"
19 19
20DEPENDS = "${PN}-native tiff jpeg fontconfig cups" 20DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
21DEPENDS_virtclass-native = "" 21DEPENDS_virtclass-native = ""
22 22
23SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.bz2" 23SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.bz2"