diff options
Diffstat (limited to 'classes/module-base.oeclass')
-rw-r--r-- | classes/module-base.oeclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/classes/module-base.oeclass b/classes/module-base.oeclass index 0036ddf20c..2b8cd34b48 100644 --- a/classes/module-base.oeclass +++ b/classes/module-base.oeclass @@ -13,8 +13,4 @@ KERNEL_CC = "${CCACHE}${HOST_PREFIX}gcc${KERNEL_CCSUFFIX}" KERNEL_LD = "${LD}${KERNEL_LDSUFFIX}" # kernel modules are generally machine specific -python () { - mach = oe.data.getVar('MACHINE', d, 1) - if mach: - oe.data.setVar('PACKAGE_ARCH', oe.data.getVar('MACHINE_ARCH', d, 1), d) -} +PACKAGE_ARCH := "${MACHINE_ARCH}" |