mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
aer-inject: Replace hardcoded /usr with ${prefix}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ do_compile() {
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user