mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
kernel-initramfs: fix typo for ALTERNATIVE
ALTERNATIVES_${PN} -> ALTERNATIVE:${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -53,7 +53,7 @@ do_install() {
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVES_${PN} = ""
|
||||
ALTERNATIVE:${PN} = ""
|
||||
|
||||
python do_package:prepend () {
|
||||
if d.getVar('BUNDLE') == '1':
|
||||
|
||||
Reference in New Issue
Block a user