mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
depmodwrapper-cross: Fix missing $
(From OE-Core rev: 8c95be7dd3940d7c513f3d8a9071ac173a6528d5) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0bf2fd1627
commit
a2b9eea5b0
@@ -30,7 +30,7 @@ if [ -r "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion" ]; then
|
||||
kernelabi=\$(cat "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion")
|
||||
fi
|
||||
|
||||
if [ ! -e "\3${nonarch_base_libdir}/depmod.d/exclude.conf" ]; then
|
||||
if [ ! -e "\$3${nonarch_base_libdir}/depmod.d/exclude.conf" ]; then
|
||||
mkdir -p "\$3${nonarch_base_libdir}/depmod.d"
|
||||
echo "exclude .debug" > "\$3${nonarch_base_libdir}/depmod.d/exclude.conf"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user