[oe-commits] [openembedded-core] 54/118: bitbake.conf: use ${prefix} to define exec_prefix

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:30:28 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2676ee77bacde03e75c2ceccfdc4c28a684569e6
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jul 13 13:45:02 2016 +0100

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 613fc4c..af3b181 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list