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

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 14:06:38 UTC 2016


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

commit 320d2c28e0ce206b4424107932053bf58f9bc5ad
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 7f04d2e..04faa5c 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