mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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). (From OE-Core rev: af0f4c6f7769e9be64adddc29a3bc3fdb8cce389) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
42298b2978
commit
70341cdbd8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user