mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
bitbake.conf: use ${prefix} to define exec_prefix
This was simply changing prefix will relocate everything which is generally the intention, whilst still allowing the variables to be set independently. (From OE-Core rev: 2676ee77bacde03e75c2ceccfdc4c28a684569e6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ad6aaae4bf
commit
72becf96c9
@@ -15,7 +15,7 @@ BASELIB_powerpc64 = "lib64"
|
||||
# Path prefixes
|
||||
export base_prefix = ""
|
||||
export prefix = "/usr"
|
||||
export exec_prefix = "/usr"
|
||||
export exec_prefix = "${prefix}"
|
||||
|
||||
# Base paths
|
||||
export base_bindir = "${base_prefix}/bin"
|
||||
|
||||
Reference in New Issue
Block a user