关于poky中.conf文件=, ?=, ??=的区别
扫描二维码
随时随地手机看文章
[09:10] == bigwatercar [dd0b0722@gateway/web/freenode/ip.221.11.7.34] has joined #poky [09:10]What's the meaning of "??=" in .conf file? [09:12]What's the meaning of "??=" in .conf file? [09:13]iirc, it means "set it if it isn't set already", and = and ?= get precedence over it. [09:13]i think. [09:15]you think? Are you sure? [09:16]there was a mail on poky-devel recently that explaiend this [09:16]im trying to find it for you [09:16]Thank you very much. [09:17]thunderbird does not liek searching for "?=| [09:17]grep time... [09:19]There is little chinese documents, so poky is difficult for me. [09:19]several chinese folks work on it, so it's possible they may show up At Some Point (TM) [09:20]ahh [09:24]http://pokylinux.org/doc/poky-handbook.html#structure-build-conf-local.conf [09:24]there [09:24]and ??= gets lower precedence than ?= [09:25]It describes the difference between = and ?= [09:26]??= acts like ?=, except that ?= has higher precedence [09:26]Now I understand it. [09:26]Thank you Daemon404 [09:27]no problem [09:27]:D