diff options
author | 2020-02-11 16:45:28 +0800 | |
---|---|---|
committer | 2020-02-11 10:49:39 -0300 | |
commit | 369f21429fbbd11a9ab6678ac12320fe796ac95c (patch) | |
tree | 2b472f0a6d4618f585b1ba868e6253cc664a8f0e /recipes-extended | |
parent | 2296621bf78faed65b6813c1f6df167cb3c34fa4 (diff) | |
download | meta-freescale-369f21429fbbd11a9ab6678ac12320fe796ac95c.tar.gz meta-freescale-369f21429fbbd11a9ab6678ac12320fe796ac95c.tar.bz2 meta-freescale-369f21429fbbd11a9ab6678ac12320fe796ac95c.zip |
vpp-core: update to python3-ply dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/vpp-core/vpp-core.bb | 4 |
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 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 |