diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-27 18:27:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-29 09:39:57 +0100 |
commit | 5f6179324ac3956ad87123005bfcab4e8f30e67b (patch) | |
tree | 7ca28345a3ca829ce409ef5258bfeccc906334fc /meta/files/common-licenses/CC-BY-NC-SA-2 | |
parent | e6f7e11f4ec40582d6343ec3a97f62cae1574344 (diff) | |
download | openembedded-core-5f6179324ac3956ad87123005bfcab4e8f30e67b.tar.gz openembedded-core-5f6179324ac3956ad87123005bfcab4e8f30e67b.tar.bz2 openembedded-core-5f6179324ac3956ad87123005bfcab4e8f30e67b.tar.xz openembedded-core-5f6179324ac3956ad87123005bfcab4e8f30e67b.zip |
package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0"
Value of USE_PR_SERV is either "1" or "0" looking at
settings in bitbake.conf
USE_PR_SERV = "${@[1,0][(bb.data.getVar('PRSERV_HOST',d,1) is None) or (bb.data.getVar('PRSERV_PORT',d,1) is None)]}"
So we compare the strings
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/files/common-licenses/CC-BY-NC-SA-2')
0 files changed, 0 insertions, 0 deletions