diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2020-02-11 16:34:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 10:49:39 -0300 |
commit | 04aa57f3608d6d0bb036dc6acf5dd430e0152d0c (patch) | |
tree | e4b784b145824e7648c6b6eeef52f7edc1d8e975 /recipes-extended | |
parent | a05cfb763df69e2f7436481adc651d4be5ac64e2 (diff) | |
download | meta-freescale-04aa57f3608d6d0bb036dc6acf5dd430e0152d0c.tar.gz |
dpdkvpp : Remove deprecated python3-subprocess from the RDEPENDS
The python3-subprocess package was merged into core as part of the
json manifest migration
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/vpp-core/dpdkvpp.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/vpp-core/dpdkvpp.bb b/recipes-extended/vpp-core/dpdkvpp.bb index 309a6101..78d166a4 100644 --- a/recipes-extended/vpp-core/dpdkvpp.bb +++ b/recipes-extended/vpp-core/dpdkvpp.bb | |||
@@ -11,7 +11,6 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobr | |||
11 | " | 11 | " |
12 | SRCREV = "a36da6a94243015b228c15b8b9aa1e650fd4b96d" | 12 | SRCREV = "a36da6a94243015b228c15b8b9aa1e650fd4b96d" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "python-subprocess" | ||
15 | DEPENDS = "virtual/kernel openssl" | 14 | DEPENDS = "virtual/kernel openssl" |
16 | DEPENDS_append_x86-64 = " numactl" | 15 | DEPENDS_append_x86-64 = " numactl" |
17 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 16 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |