summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb')
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
index ab351f6c..b1994c5c 100644
--- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
+++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
@@ -7,7 +7,9 @@ RDEPENDS_${PN} = "bash libcrypto libssl python"
7 7
8inherit pythonnative 8inherit pythonnative
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \
11 file://0001-automake-remove-static-key-word.patch \
12"
11SRCREV = "24eec4133f03b0a5a8f903577bc87603577150c0" 13SRCREV = "24eec4133f03b0a5a8f903577bc87603577150c0"
12 14
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"