diff options
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 | } | ||
