mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
classes: Remove various bashisms
(From OE-Core rev: a057adfbb72454e28294f00075a69e0e7c699bec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -152,7 +152,7 @@ kernel_do_install() {
|
||||
#
|
||||
cp -fR * $kerneldir
|
||||
cp .config $kerneldir
|
||||
if [ ! "${S}" == "${B}" ]; then
|
||||
if [ "${S}" != "${B}" ]; then
|
||||
cp -fR ${S}/* $kerneldir
|
||||
fi
|
||||
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
|
||||
|
||||
Reference in New Issue
Block a user