summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-01-03 09:27:19 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-01-05 12:23:27 -0800
commit784b9e759c22a78ea1333f85709e691d98334569 (patch)
tree406cf4662108a107e81f1f2d98dc59790c72dede
parent67149d869eddad4b1e487fbc4368974c153f358d (diff)
downloadmeta-dpdk-784b9e759c22a78ea1333f85709e691d98334569.tar.gz
dpdk-dev-libibverbs: fix do_fetch failure in case of multilib
Fix to correctly set SRC_URI and S to avoid do_fetch failure in case of multilib. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
index e40c63b..9118494 100644
--- a/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
+++ b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Mellanox/dpdk-dev-libibverbs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51" 4LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
5 5
6SRC_URI = "https://github.com/Mellanox/dpdk-dev-libibverbs/archive/libibverbs-${PV}.tar.gz;name=${PN} \ 6SRC_URI = "https://github.com/Mellanox/dpdk-dev-libibverbs/archive/libibverbs-${PV}.tar.gz \
7 file://init_c.patch \ 7 file://init_c.patch \
8 file://0001-Fix-build-with-clang.patch \ 8 file://0001-Fix-build-with-clang.patch \
9 file://0002-typecast-enum-to-int-before-comparison.patch \ 9 file://0002-typecast-enum-to-int-before-comparison.patch \
@@ -11,8 +11,8 @@ SRC_URI = "https://github.com/Mellanox/dpdk-dev-libibverbs/archive/libibverbs-${
11 file://0004-Fix-clang-warnings.patch \ 11 file://0004-Fix-clang-warnings.patch \
12 " 12 "
13 13
14SRC_URI[dpdk-dev-libibverbs.md5sum] = "65234ee278eb437a7069326f37cd4d86" 14SRC_URI[md5sum] = "65234ee278eb437a7069326f37cd4d86"
15SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd" 15SRC_URI[sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd"
16 16
17# A machine needs to enable this using: 17# A machine needs to enable this using:
18# COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "<machine name>" 18# COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "<machine name>"
@@ -20,7 +20,7 @@ SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248
20COMPATIBLE_MACHINE = "null" 20COMPATIBLE_MACHINE = "null"
21COMPATIBLE_HOST_libc-musl_class-target = "null" 21COMPATIBLE_HOST_libc-musl_class-target = "null"
22 22
23S = "${WORKDIR}/${PN}-libibverbs-${PV}" 23S = "${WORKDIR}/dpdk-dev-libibverbs-libibverbs-${PV}"
24COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 24COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
25DEPENDS = "libnl" 25DEPENDS = "libnl"
26 26