dpdk: Use stable and fast download source

After checking with the upstream, the snapshot based URL can change since
it's cgit based and they recently upgraded cgit, it was suggested that we
use the fast.dpdk.org site as it's the more stable and faster download
source.

NOTE: the checksum is still the original checksum, so is the correct location.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
Saul Wold 2016-12-07 07:31:35 -08:00 committed by California Sullivan
parent ce143f5ae7
commit 753f37a1fd

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://dpdk.org"
LICENSE = "BSD & LGPLv2 & GPLv2" LICENSE = "BSD & LGPLv2 & GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \ SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \ file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \