diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-20 18:26:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-21 12:01:41 +0000 |
commit | 70341cdbd8d271b5f16d25e3cd95ce1e74b0f962 (patch) | |
tree | fb914573892cacd4a916585cc2bd955087e67969 /meta/recipes-kernel | |
parent | 42298b2978bb74e128bff2ca1ed8e5fecf2ff6f9 (diff) | |
download | poky-70341cdbd8d271b5f16d25e3cd95ce1e74b0f962.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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 () { | |||
33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" | 33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" |
34 | } | 34 | } |
35 | 35 | ||
36 | do_compile:prepend() { | ||
37 | sed -i 's/ac_pwd=/#ac_pwd=/' config.status ; sed -i "/#ac_pwd=/a\ac_pwd='.'" config.status | ||
38 | } | ||
39 | |||
40 | inherit update-alternatives bash-completion | 36 | inherit update-alternatives bash-completion |
41 | 37 | ||
42 | ALTERNATIVE_PRIORITY = "70" | 38 | ALTERNATIVE_PRIORITY = "70" |