summaryrefslogtreecommitdiffstats
path: root/meta/packages/glib-2.0/glib-2.0_2.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/glib-2.0/glib-2.0_2.6.4.bb')
-rw-r--r--meta/packages/glib-2.0/glib-2.0_2.6.4.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0_2.6.4.bb b/meta/packages/glib-2.0/glib-2.0_2.6.4.bb
index f1cb21740a..9295338d87 100644
--- a/meta/packages/glib-2.0/glib-2.0_2.6.4.bb
+++ b/meta/packages/glib-2.0/glib-2.0_2.6.4.bb
@@ -24,10 +24,7 @@ S = "${WORKDIR}/glib-${PV}"
24 24
25inherit autotools pkgconfig gettext 25inherit autotools pkgconfig gettext
26 26
27python () { 27require glib-2.0.inc
28 if bb.data.getVar("USE_NLS", d, 1) == "no":
29 raise bb.parse.SkipPackage("${PN} requires native language support.")
30}
31 28
32acpaths = "" 29acpaths = ""
33do_configure_prepend () { 30do_configure_prepend () {