mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gutenprint: match ownership on /etc/cups
This recipe currently uses DIRFILES to work around the fact that both cups and gutenprint ship /etc/cups but with different ownership. Instead of having mismatching ownership, we can simply match the ownership in gutenprint. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c71981c88d
commit
4d921bb514
|
|
@ -51,6 +51,8 @@ do_configure() {
|
|||
do_install:append() {
|
||||
# This file contains build paths and isn't very useful, remove it
|
||||
rm -f ${D}${libdir}/gutenprint/*/config.summary
|
||||
# Match ownership to cups
|
||||
chgrp lp ${D}${sysconfdir}/cups
|
||||
}
|
||||
|
||||
do_compile:class-native() {
|
||||
|
|
@ -65,8 +67,8 @@ do_install:class-native() {
|
|||
FILES:${PN} += "${datadir}/cups/*"
|
||||
RDEPENDS:${PN} = "perl"
|
||||
|
||||
# Install in /etc/cups when RPM needs DIRFILES to not conflict
|
||||
# https://stackoverflow.com/questions/44762430/why-do-i-get-etc-cups-conflicts-between-attempted-installs-in-yocto
|
||||
DIRFILES = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
# Pull in base-passwd for the lp user
|
||||
DEPENDS:append:class-target = " base-passwd"
|
||||
PACKAGE_WRITE_DEPS += "base-passwd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user