mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libtirpc: Check if file exists before operating on it
In some cases (e.g. mingw) this file may not be installed (From OE-Core rev: 547f3a13ee9268bbdd439c96108ba1fe9ab78873) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,7 +22,7 @@ inherit autotools pkgconfig
|
||||
EXTRA_OECONF = "--disable-gssapi"
|
||||
|
||||
do_install:append() {
|
||||
chown root:root ${D}${sysconfdir}/netconfig
|
||||
test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user