autogen-native: backport autogen-native POSIX_SHELL fix 31/10931/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Sat, 16 Sep 2017 21:22:00 +0000 (00:22 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 17 Sep 2017 17:49:29 +0000 (17:49 +0000)
commitefcc26fe2b1c0be45924c7434a7a95e311a34e05
treeeb5f2f1651c8b3cff4ba27bb935b6e02f952f7ce
parent3d6217e8d41dee73fe79e9f8dd5fa1b53ff06da0
autogen-native: backport autogen-native POSIX_SHELL fix

fix autogen-native: /bin/sh: bad interpreter: Permission denied
/bin/sh: ../autoopts/tpl/texi2mdoc: /tmp/yocto-autobuilder/yocto-autobuilder/
yocto-worker/res-custom-pyro-multi-: bad interpreter: Permission denied

POSIX_SHELL as shebang doesn't work when it is longer than
BINPRM_BUF_SIZE which is 128 usually. So use "/bin/sh".

Backport: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11965
Backport: https://github.com/RobertBerger/poky/commit/92a17c9074538a38d3d11c063be624f6c62a6352
Bug-AGL: SPEC-892
Change-Id: I12d08e8a89373390b5798ab6ed8d0ff88d0c03c7
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10931
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl/recipes-devtools/autogen/autogen-native_5.18.12.bbappend [new file with mode: 0644]
meta-agl/recipes-devtools/autogen/files/0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch [new file with mode: 0644]