On 3 November 2016 at 11:03, Jan-Simon Möller <[email protected]> wrote:
> # Create a shell script wrapper to execute next to 7z.so
> mv ${D}${bindir}/7z ${D}${bindir}/7z.bin
> echo "#! /bin/sh" > ${D}${bindir}/7z
> echo "exec ${D}${bindir}/7z.bin \"\$@\"" >> ${D}${bindir}/7z
> chmod 0755 ${D}${bindir}/7z
> }
>
> This wrapper breaks with "rm_work". Shouldn't it use the sysroot ?
>
Yeah the script should just use ${bindir}, but why is there even a wrapper
script?
Ross
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel