mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 05:55:45 +00:00
aer-inject: Replace hardcoded /usr with ${prefix}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user