diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2020-02-11 16:45:28 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 10:49:39 -0300 |
commit | 369f21429fbbd11a9ab6678ac12320fe796ac95c (patch) | |
tree | 2b472f0a6d4618f585b1ba868e6253cc664a8f0e /recipes-extended | |
parent | 2296621bf78faed65b6813c1f6df167cb3c34fa4 (diff) | |
download | meta-freescale-369f21429fbbd11a9ab6678ac12320fe796ac95c.tar.gz |
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 | |||
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 | " |
19 | DEPENDS = "dpdkvpp openssl python-ply util-linux vpp-core-native" | 19 | DEPENDS = "dpdkvpp openssl python3-ply util-linux vpp-core-native" |
20 | 20 | ||
21 | DEPENDS_class-native = "openssl-native python-ply-native util-linux-native" | 21 | DEPENDS_class-native = "openssl-native python3-ply-native util-linux-native" |
22 | 22 | ||
23 | inherit cmake | 23 | inherit cmake |
24 | inherit pkgconfig | 24 | inherit pkgconfig |