diff options
Diffstat (limited to 'recipes-security/selinux/libselinux-python.inc')
-rw-r--r-- | recipes-security/selinux/libselinux-python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/libselinux-python.inc b/recipes-security/selinux/libselinux-python.inc index 24407e8..6a64473 100644 --- a/recipes-security/selinux/libselinux-python.inc +++ b/recipes-security/selinux/libselinux-python.inc | |||
@@ -14,7 +14,7 @@ RDEPENDS_${PN} += "libselinux python3-core python3-shell" | |||
14 | 14 | ||
15 | def get_policyconfigarch(d): | 15 | def get_policyconfigarch(d): |
16 | import re | 16 | import re |
17 | target = d.getVar('TARGET_ARCH', True) | 17 | target = d.getVar('TARGET_ARCH') |
18 | p = re.compile('i.86') | 18 | p = re.compile('i.86') |
19 | target = p.sub('i386',target) | 19 | target = p.sub('i386',target) |
20 | return "ARCH=%s" % (target) | 20 | return "ARCH=%s" % (target) |