> On Mar 31, 2015, at 12:37 AM, Gaurang Shastri <[email protected]> wrote:
> 
> +do_install() {
> +     install -d ${D}${bindir}/
> +     install -c -m 755 ${S}/makedumpfile ${D}${bindir}/
> +}
> +

make it a single line like below
install -Dm 0755 ${S}/makedumpfile ${D}${bindir}/makedumpfile
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to