summaryrefslogtreecommitdiffstats
path: root/recipes-extended/vpp-core/vpp-core.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-01-22 10:51:02 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-01-23 17:51:00 -0300
commit08063be6fa9a4f8541eca8e92e5f678ed3234fdd (patch)
treea5d34984cd4cf80edde9456bd8653e87aadd2811 /recipes-extended/vpp-core/vpp-core.bb
parentabc7fdf4cefc49257c739c46263bdf489230868a (diff)
downloadmeta-freescale-08063be6fa9a4f8541eca8e92e5f678ed3234fdd.tar.gz
recipes-extended: update recipes to use python3
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>
Diffstat (limited to 'recipes-extended/vpp-core/vpp-core.bb')
-rw-r--r--recipes-extended/vpp-core/vpp-core.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb
index 53437d1a..9f6d1125 100644
--- a/recipes-extended/vpp-core/vpp-core.bb
+++ b/recipes-extended/vpp-core/vpp-core.bb
@@ -22,7 +22,7 @@ DEPENDS_class-native = "openssl-native python-ply-native util-linux-native"
22 22
23inherit cmake 23inherit cmake
24inherit pkgconfig 24inherit pkgconfig
25inherit python-dir pythonnative 25inherit python3-dir python3native
26 26
27export ARCH="arm64" 27export ARCH="arm64"
28export OPENSSL_PATH = "${RECIPE_SYSROOT}" 28export OPENSSL_PATH = "${RECIPE_SYSROOT}"