mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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() {
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user