From: Ross Burton Date: Mon, 20 Dec 2021 18:26:33 +0000 (+0000) Subject: kmod: remove obsolete ac_pwd manipulation X-Git-Tag: uninative-3.5~418 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af0f4c6f7769e9be64adddc29a3bc3fdb8cce389;p=openembedded-core.git 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 --- 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"