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_2.10.3.bb | |
parent | 8aee6b32a09dbbce304018f169eb6623182622c5 (diff) | |
download | openembedded-core-fac260b021b4962783914eb26603e6b84da6b1b6.tar.gz openembedded-core-fac260b021b4962783914eb26603e6b84da6b1b6.tar.bz2 openembedded-core-fac260b021b4962783914eb26603e6b84da6b1b6.zip |
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.10.3.bb')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0_2.10.3.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0_2.10.3.bb b/meta/packages/glib-2.0/glib-2.0_2.10.3.bb index df0f3bd82c..799101d43f 100644 --- a/meta/packages/glib-2.0/glib-2.0_2.10.3.bb +++ b/meta/packages/glib-2.0/glib-2.0_2.10.3.bb @@ -24,10 +24,7 @@ S = "${WORKDIR}/glib-${PV}" inherit autotools pkgconfig gettext -python () { - if bb.data.getVar("USE_NLS", d, 1) == "no": - raise bb.parse.SkipPackage("${PN} requires native language support.") -} +require glib-2.0.inc acpaths = "" do_configure_prepend () { |