summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 0bea639a95..575352d3f0 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -303,10 +303,6 @@ python () {
303 bb.note("SKIPPING %s because it's %s" % (pn, this_license)) 303 bb.note("SKIPPING %s because it's %s" % (pn, this_license))
304 raise bb.parse.SkipPackage("incompatible with license %s" % this_license) 304 raise bb.parse.SkipPackage("incompatible with license %s" % this_license)
305 305
306 use_nls = bb.data.getVar('USE_NLS_%s' % pn, d, 1)
307 if use_nls != None:
308 bb.data.setVar('USE_NLS', use_nls, d)
309
310 # Git packages should DEPEND on git-native 306 # Git packages should DEPEND on git-native
311 srcuri = bb.data.getVar('SRC_URI', d, 1) 307 srcuri = bb.data.getVar('SRC_URI', d, 1)
312 if "git://" in srcuri: 308 if "git://" in srcuri: