mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
spectre-meltdown-checker: fix script name
multilib builds fail with: install: cannot stat 'lib32-spectre-meltdown-checker/0.46/sources-unpack/git/lib32-spectre-meltdown-checker.sh': No such file or directory Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,5 +31,5 @@ inherit allarch
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
install -m 755 -D ${S}/${PN}.sh ${D}${bindir}/${PN}
|
||||
install -m 755 -D ${S}/${BPN}.sh ${D}${bindir}/${BPN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user