aer-inject: Replace hardcoded /usr with ${prefix}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-03-27 07:51:37 -07:00
parent 0a815da7bd
commit b1ed6a24f8
@@ -24,7 +24,7 @@ do_compile() {
} }
do_install() { do_install() {
oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr/' install oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install
} }
FILES:${PN} += "/usr/aer-inject" FILES:${PN} += "${prefix}/aer-inject"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"