X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd_%25.bbappend;h=4e0d5d47400887d611d7bf57be5d5485792ff890;hp=ef926953c09c37b91cfe630775e19a7447647c68;hb=b30c3e73bce8fbb473ea4f7f64a168edc24a2d0b;hpb=47e9e46cea8dd91b43f3f01605f0c165e3ea34e4 diff --git a/meta-agl/recipes-core/systemd/systemd_%.bbappend b/meta-agl/recipes-core/systemd/systemd_%.bbappend index ef926953c..4e0d5d474 100644 --- a/meta-agl/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl/recipes-core/systemd/systemd_%.bbappend @@ -7,7 +7,7 @@ PACKAGECONFIG_append_pn-systemd = " networkd" do_install_append() { # Install /etc/e2fsck.conf to avoid boot stuck by wrong clock time - install -p -D ${WORKDIR}/e2fsck.conf ${D}/etc/e2fsck.conf + install -m 644 -p -D ${WORKDIR}/e2fsck.conf ${D}/etc/e2fsck.conf } FILES_${PN} += " /etc/e2fsck.conf "