From af0f4c6f7769e9be64adddc29a3bc3fdb8cce389 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Dec 2021 18:26:33 +0000 Subject: kmod: remove obsolete ac_pwd manipulation Remove the change of ac_pwd from config.status as the build is successful without it (it was added with no explanation in 152c973 when ptest was enabled). Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/kmod_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index 9bd66de430..234f072fb6 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb @@ -33,10 +33,6 @@ do_install:append () { install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" } -do_compile:prepend() { - sed -i 's/ac_pwd=/#ac_pwd=/' config.status ; sed -i "/#ac_pwd=/a\ac_pwd='.'" config.status -} - inherit update-alternatives bash-completion ALTERNATIVE_PRIORITY = "70" -- cgit 1.2.3-korg