[oe] [meta-oe] p7zip recipe broken with rm_work

Burton, Ross ross.burton at intel.com
Thu Nov 3 14:41:07 UTC 2016


On 3 November 2016 at 11:03, Jan-Simon Möller <dl9pf at gmx.de> 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



More information about the Openembedded-devel mailing list