]> code.ossystems Code Review - meta-freescale.git/commitdiff
recipes-extended: update recipes to use python3
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Wed, 22 Jan 2020 10:51:02 +0000 (10:51 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Jan 2020 20:51:00 +0000 (17:51 -0300)
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>
recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb
recipes-extended/secure-obj/secure-obj.inc
recipes-extended/vpp-core/vpp-core.bb

index fd9d3a615c81fda65f3bf5af8ecec8ac2c25670d..f87d8f78c0ed529e96323dab830b311bed44387a 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"
 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 \
 "
index 166c874ab7d7adc0aee8ab43e868472a57d36869..f3f1d2c7de4f1fa083ef094d069f803a676aaa22 100644 (file)
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl"
 
 DEPENDS += "python-pycrypto-native"
 
-inherit pythonnative
+inherit python3native
 
 LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 
index 53437d1a43d2a8d126a13ff4b5ed298a8341771c..9f6d1125ef02a869821bf3242e0fa402f14c0885 100644 (file)
@@ -22,7 +22,7 @@ DEPENDS_class-native = "openssl-native  python-ply-native util-linux-native"
 
 inherit cmake
 inherit pkgconfig
-inherit python-dir pythonnative
+inherit python3-dir python3native
 
 export ARCH="arm64"
 export OPENSSL_PATH = "${RECIPE_SYSROOT}"