[bitbake-devel] expand after getVar

Andre McCurdy armccurdy at gmail.com
Wed Jun 6 21:53:43 UTC 2018


Is the following expression from trusted_network():

  d.expand(d.getVar('PN', False))

completely equivalent to:

  d.getVar('PN")

or is there something subtle going on?



More information about the bitbake-devel mailing list