summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2020-02-11 16:45:28 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 10:49:39 -0300
commit369f21429fbbd11a9ab6678ac12320fe796ac95c (patch)
tree2b472f0a6d4618f585b1ba868e6253cc664a8f0e
parent2296621bf78faed65b6813c1f6df167cb3c34fa4 (diff)
downloadmeta-freescale-369f21429fbbd11a9ab6678ac12320fe796ac95c.tar.gz
vpp-core: update to python3-ply dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--recipes-extended/vpp-core/vpp-core.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb
index 9f6d1125..5c7a3560 100644
--- a/recipes-extended/vpp-core/vpp-core.bb
+++ b/recipes-extended/vpp-core/vpp-core.bb
@@ -16,9 +16,9 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/vpp;nobra
16 file://0001-getcpu-rename-getcpu-to-avoid-conflict-with-glibc-2..patch \ 16 file://0001-getcpu-rename-getcpu-to-avoid-conflict-with-glibc-2..patch \
17 file://0001-vpp-core-fix-package_qa-error.patch \ 17 file://0001-vpp-core-fix-package_qa-error.patch \
18" 18"
19DEPENDS = "dpdkvpp openssl python-ply util-linux vpp-core-native" 19DEPENDS = "dpdkvpp openssl python3-ply util-linux vpp-core-native"
20 20
21DEPENDS_class-native = "openssl-native python-ply-native util-linux-native" 21DEPENDS_class-native = "openssl-native python3-ply-native util-linux-native"
22 22
23inherit cmake 23inherit cmake
24inherit pkgconfig 24inherit pkgconfig