]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: use ${prefix} to define exec_prefix
authorRoss Burton <ross.burton@intel.com>
Wed, 13 Jul 2016 12:45:02 +0000 (13:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:52 +0000 (10:24 +0100)
This was simply changing prefix will relocate everything which is generally the
intention, whilst still allowing the variables to be set independently.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf

index 613fc4cfdde76b02b159db9ffc529819e787b892..af3b1819beaa49b472eeaf61e8e75bb08aed6745 100644 (file)
@@ -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"