Added glib recipe -the *native* bb files have been taken directly from OE and added...
[oespirit1] / glib-2.0 / glib-2.0.inc
1
2 python () {
3     import bb
4     if bb.data.getVar("USE_NLS", d, 1) == "no":
5         raise bb.parse.SkipPackage("${PN} requires native language support.")
6 }