diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 09:17:58 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 09:17:58 +0000 |
commit | fac260b021b4962783914eb26603e6b84da6b1b6 (patch) | |
tree | a13e29bf4d65025f4c4a417a62d3793a2ab67abf /meta/packages/glib-2.0/glib-2.0.inc | |
parent | 8aee6b32a09dbbce304018f169eb6623182622c5 (diff) | |
download | poky-fac260b021b4962783914eb26603e6b84da6b1b6.tar.gz |
glib-2.0: Clean up anonymous methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@876 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glib-2.0/glib-2.0.inc')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0.inc b/meta/packages/glib-2.0/glib-2.0.inc new file mode 100644 index 0000000000..ccbbd2b35a --- /dev/null +++ b/meta/packages/glib-2.0/glib-2.0.inc | |||
@@ -0,0 +1,6 @@ | |||
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 | } | ||