diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.02.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb index 3cb5485d24..02038ea632 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb | |||
@@ -15,7 +15,7 @@ SECTION = "console/utils" | |||
15 | LICENSE = "GPLv3" | 15 | LICENSE = "GPLv3" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24" |
17 | 17 | ||
18 | PR = "r2" | 18 | PR = "r3" |
19 | 19 | ||
20 | DEPENDS = "${PN}-native tiff jpeg fontconfig cups" | 20 | DEPENDS = "${PN}-native tiff jpeg fontconfig cups" |
21 | DEPENDS_virtclass-native = "" | 21 | DEPENDS_virtclass-native = "" |
@@ -57,6 +57,8 @@ do_install_append () { | |||
57 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ | 57 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ |
58 | cp -r Resource ${D}${datadir}/ghostscript/${PV}/ | 58 | cp -r Resource ${D}${datadir}/ghostscript/${PV}/ |
59 | cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/ | 59 | cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/ |
60 | |||
61 | chown -R root:lp ${D}${sysconfdir}/cups | ||
60 | } | 62 | } |
61 | 63 | ||
62 | python do_patch_virtclass-native () { | 64 | python do_patch_virtclass-native () { |