On Jun 29, 2013, at 12:02 PM, Yevhen Kyriukha <[email protected]> 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
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to