]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel.bbclass: Remove do_install[prefunc] no longer needed
authorMark Hatle <mark.hatle@kernel.crashing.org>
Wed, 26 Aug 2020 11:27:29 +0000 (06:27 -0500)
committerSteve Sakoman <steve@sakoman.com>
Fri, 7 May 2021 15:21:22 +0000 (05:21 -1000)
Prior work has refactored the do_install task multiple times, and any
references to PKGV and PKGR (even indirect ones) have been removed.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 36fe4db8ae827a93abe9fce6740459d215411965)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel.bbclass

index 22b1224d797372d05ab4bbdfff6fbf152eb41438..518aaef72433bd365862a93916923879521c4b71 100644 (file)
@@ -405,7 +405,6 @@ kernel_do_install() {
        install -d ${D}${sysconfdir}/modules-load.d
        install -d ${D}${sysconfdir}/modprobe.d
 }
-do_install[prefuncs] += "package_get_auto_pr"
 
 # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile
 do_kernel_version_sanity_check() {