1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

insane.bbclass: Fix typo

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-14 11:37:56 +00:00
parent 9604ad0ddf
commit ed2be0f349
+1 -1
View File
@@ -503,7 +503,7 @@ Rerun configure task after fixing this. The path was '%s'""" % root)
if "gettext" not in bb.data.getVar('P', d, True):
if bb.data.inherits_class('native', d) or bb.data.inherits_class('cross', d) or bb.data.inherits_class('crosssdk', d) or bb.data.inherits_class('nativesdk', d):
gt = "gettext-native"
else if bb.data.inherits_class('cross-canadian', d):
elif bb.data.inherits_class('cross-canadian', d):
gt = "gettext-nativesdk"
else:
gt = "gettext"