Pythin2 is EOL and has been dropped on oe-core, therefore previous
classes are not available anymore.
Update recipes to inherit new python3 classes.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
DEPENDS = "dpdk python-six-native coreutils-native"
RDEPENDS_${PN} = "bash libcrypto libssl python"
-inherit pythonnative
+inherit python3native
SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \
"
DEPENDS += "python-pycrypto-native"
-inherit pythonnative
+inherit python3native
LDFLAGS += "${TOOLCHAIN_OPTIONS}"
inherit cmake
inherit pkgconfig
-inherit python-dir pythonnative
+inherit python3-dir python3native
export ARCH="arm64"
export OPENSSL_PATH = "${RECIPE_SYSROOT}"