From 369f21429fbbd11a9ab6678ac12320fe796ac95c Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 11 Feb 2020 16:45:28 +0800 Subject: [PATCH] vpp-core: update to python3-ply dependency Signed-off-by: Chunrong Guo --- recipes-extended/vpp-core/vpp-core.bb | 4 ++-- 1 file 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 -- 2.40.1