mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
guilt-native: eliminate hardcoded "/usr" in do_install
For some reason guilt-native seems to have gone out of its way to refer explicitly to /usr, which breaks on micro.
Let's use ${prefix} instead.
(From OE-Core rev: e3ada06e13820539425a4780cd749bf974b96b6f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ceeb54d926
commit
ba3995d7ee
@@ -28,5 +28,5 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake PREFIX=${D}/${base_prefix}/usr install
|
||||
oe_runmake PREFIX=${D}/${prefix} install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user