diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2020-08-26 06:27:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 21:56:41 +0100 |
commit | d3e8f2e335cdea39aa2a001f1d99361192053926 (patch) | |
tree | 1d880e2fb738ff1745d20e94b9e73638276de7d8 /meta/classes | |
parent | ddc50bc198158df0d7047cfdb7486c0702d0fc25 (diff) | |
download | poky-d3e8f2e335cdea39aa2a001f1d99361192053926.tar.gz |
kernel.bbclass: Remove do_install[prefunc] no longer needed
Prior work has refactored the do_install task multiple times, and any
references to PKGV and PKGR (even indirect ones) have been removed.
(From OE-Core rev: 36fe4db8ae827a93abe9fce6740459d215411965)
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index cba77daa7a..7869184b94 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -416,7 +416,6 @@ kernel_do_install() { | |||
416 | install -d ${D}${sysconfdir}/modules-load.d | 416 | install -d ${D}${sysconfdir}/modules-load.d |
417 | install -d ${D}${sysconfdir}/modprobe.d | 417 | install -d ${D}${sysconfdir}/modprobe.d |
418 | } | 418 | } |
419 | do_install[prefuncs] += "package_get_auto_pr" | ||
420 | 419 | ||
421 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile | 420 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile |
422 | do_kernel_version_sanity_check() { | 421 | do_kernel_version_sanity_check() { |