mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
babeld: fix installation with usrmerge
In case usrmerge DISTRO_FEATURE is enabled, the recipe installed
the application to /bin folder, which is however a symlink to /usr/bin,
so the installation ultimately failed.
To fix this, set the correct prefix for the installation.
This is a partial backport of f91983f1f3
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -24,6 +24,6 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake install.minimal PREFIX=${D}
|
||||
oe_runmake install.minimal TARGET=${D} PREFIX=${root_prefix}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user