[yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new recipe

Khem Raj raj.khem at gmail.com
Tue May 23 07:53:01 PDT 2017


On Mon, May 22, 2017 at 10:30 PM,  <jackie.huang at windriver.com> wrote:
> +        install -d ${D}${systemd_system_unitdir}
> +        install -m 0644 ${WORKDIR}/ecryptfs.service ${D}${systemd_system_unitdir}

you could squash above into install -D -m 0644
${WORKDIR}/ecryptfs.service
${D}${systemd_system_unitdir}/ecryptfs.service



More information about the yocto mailing list