[1/3] kmod: remove obsolete ac_pwd manipulation

Message ID 20211220182635.885262-1-ross.burton@arm.com
State Accepted, archived
Commit af0f4c6f7769e9be64adddc29a3bc3fdb8cce389
Headers show
Series [1/3] kmod: remove obsolete ac_pwd manipulation | expand

Commit Message

Ross Burton Dec. 20, 2021, 6:26 p.m. UTC
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 <ross.burton@arm.com>
---
 meta/recipes-kernel/kmod/kmod_git.bb | 4 ----
 1 file changed, 4 deletions(-)

Patch

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"