]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 20:56:37 +0000 (21:56 +0100)
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>
meta/classes/kernel.bbclass

index cba77daa7a02d59d4ec9155d1106f6cd62ede9ff..7869184b94028b16d2184b8da9bb4ee9e1a02b98 100644 (file)
@@ -416,7 +416,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() {