Added glib recipe -the *native* bb files have been taken directly from OE and added...
[oespirit1] / glib-2.0 / glib-2.0.inc
diff --git a/glib-2.0/glib-2.0.inc b/glib-2.0/glib-2.0.inc
new file mode 100644 (file)
index 0000000..ccbbd2b
--- /dev/null
@@ -0,0 +1,6 @@
+
+python () {
+    import bb
+    if bb.data.getVar("USE_NLS", d, 1) == "no":
+        raise bb.parse.SkipPackage("${PN} requires native language support.")
+}