[OE-core] Check if environment variable is empty

Khem Raj raj.khem at gmail.com
Sat Jun 29 19:08:10 UTC 2013


On Jun 29, 2013, at 12:02 PM, Yevhen Kyriukha <kirgene at gmail.com> wrote:

> Hi!
> 
> How do I check if environment variable is empty or not in *.bbclass.
> 


bitbake -e <recipe>  | grep -e "^VARIABLE="
e.g.

bitbake -e gcc  | grep -e "^CFLAGS="

will show CFLAGS

might help


> Best regards,
> Yevhen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list