aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-25 10:31:33 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-25 10:31:33 +0000
commit9afdc0fa0ed05fc7a303095d87c8f1eaaa769d8a (patch)
tree30c4f8b885a6aaef4a6a1f0882066deaf7943b71
parent4ce5caa463930190c0c2f8ae91e04068ac6c63bd (diff)
downloadopenembedded-9afdc0fa0ed05fc7a303095d87c8f1eaaa769d8a.tar.gz
glib-2.0.inc: Add missing import
-rw-r--r--packages/glib-2.0/glib-2.0.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0.inc b/packages/glib-2.0/glib-2.0.inc
index c8bde21cf2..ccbbd2b35a 100644
--- a/packages/glib-2.0/glib-2.0.inc
+++ b/packages/glib-2.0/glib-2.0.inc
@@ -1,5 +1,6 @@
python () {
+ import bb
if bb.data.getVar("USE_NLS", d, 1) == "no":
raise bb.parse.SkipPackage("${PN} requires native language support.")
}