]> code.ossystems Code Review - meta-freescale.git/commitdiff
vpp-core: update to python3-ply dependency
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 11 Feb 2020 08:45:28 +0000 (16:45 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 11 Feb 2020 13:49:39 +0000 (10:49 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-extended/vpp-core/vpp-core.bb

index 9f6d1125ef02a869821bf3242e0fa402f14c0885..5c7a35604665910ce8833606b43ecdc5bec4bd21 100644 (file)
@@ -16,9 +16,9 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/vpp;nobra
         file://0001-getcpu-rename-getcpu-to-avoid-conflict-with-glibc-2..patch \
         file://0001-vpp-core-fix-package_qa-error.patch \
 "
-DEPENDS = "dpdkvpp openssl python-ply util-linux vpp-core-native"
+DEPENDS = "dpdkvpp openssl python3-ply util-linux vpp-core-native"
 
-DEPENDS_class-native = "openssl-native  python-ply-native util-linux-native"
+DEPENDS_class-native = "openssl-native  python3-ply-native util-linux-native"
 
 inherit cmake
 inherit pkgconfig