From: Saul Wold Date: Tue, 5 Apr 2022 16:54:59 +0000 (-0700) Subject: depmodwrapper-cross: Fix missing $ X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4515 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c95be7dd3940d7c513f3d8a9071ac173a6528d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git depmodwrapper-cross: Fix missing $ Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 65068f02df8..303026ad789 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb @@ -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