[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1401/8267] bitbake.conf: use ${prefix} to define exec_prefix



commit 72becf96c9bcbcb9b21e5c88125d514afaa2850b
Author: Ross Burton <ross burton intel com>
Date:   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.
    
    (From OE-Core rev: 2676ee77bacde03e75c2ceccfdc4c28a684569e6)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]