kernel-initramfs: fix typo for ALTERNATIVE

ALTERNATIVES_${PN} -> ALTERNATIVE:${PN}

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2022-06-14 16:43:53 +08:00
committed by Jia Zhang
parent 2ccf4aa4e3
commit d0a0285971

View File

@@ -53,7 +53,7 @@ do_install() {
inherit update-alternatives
ALTERNATIVES_${PN} = ""
ALTERNATIVE:${PN} = ""
python do_package:prepend () {
if d.getVar('BUNDLE') == '1':