mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
ghostscript: Fix owner/group of /etc/cups
/etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. (From OE-Core rev: 7ebe9412e66bb56b51bd6e757f3ea2acd839f667) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
324913cd22
commit
f9c2ff4ef0
@@ -15,7 +15,7 @@ SECTION = "console/utils"
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
DEPENDS = "${PN}-native tiff jpeg fontconfig cups"
|
DEPENDS = "${PN}-native tiff jpeg fontconfig cups"
|
||||||
DEPENDS_virtclass-native = ""
|
DEPENDS_virtclass-native = ""
|
||||||
@@ -57,6 +57,8 @@ do_install_append () {
|
|||||||
mkdir -p ${D}${datadir}/ghostscript/${PV}/
|
mkdir -p ${D}${datadir}/ghostscript/${PV}/
|
||||||
cp -r Resource ${D}${datadir}/ghostscript/${PV}/
|
cp -r Resource ${D}${datadir}/ghostscript/${PV}/
|
||||||
cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/
|
cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/
|
||||||
|
|
||||||
|
chown -R root:lp ${D}${sysconfdir}/cups
|
||||||
}
|
}
|
||||||
|
|
||||||
python do_patch_virtclass-native () {
|
python do_patch_virtclass-native () {
|
||||||
|
|||||||
Reference in New Issue
Block a user