1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

prusw-fw-am65x-sr2: update with the new override syntax

This got accidentally merged from Dunfell with the old syntax, fix it.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2021-12-01 18:38:18 -05:00
committed by Ryan Eatmon
parent 20caecba1a
commit a8b70d6721

View File

@@ -29,6 +29,6 @@ do_install() {
done
}
FILES_${PN} = "${base_libdir}/firmware"
FILES:${PN} = "${base_libdir}/firmware"
INSANE_SKIP_${PN} = "arch"
INSANE_SKIP:${PN} = "arch"