summaryrefslogtreecommitdiffstats
path: root/meta/packages/glib-2.0/glib-2.0_2.6.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-20 09:17:58 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-20 09:17:58 +0000
commitfac260b021b4962783914eb26603e6b84da6b1b6 (patch)
treea13e29bf4d65025f4c4a417a62d3793a2ab67abf /meta/packages/glib-2.0/glib-2.0_2.6.4.bb
parent8aee6b32a09dbbce304018f169eb6623182622c5 (diff)
downloadpoky-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_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 () {