summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb b/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb
index 2a793508..824c371e 100644
--- a/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb
+++ b/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb
@@ -18,6 +18,9 @@ SRC_URI = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/${PV}/$
18SRC_URI[md5sum] = "fc53be00bf5e71939a9a39e9802d5b77" 18SRC_URI[md5sum] = "fc53be00bf5e71939a9a39e9802d5b77"
19SRC_URI[sha256sum] = "61ac4e93808fa4316b044bae40f2a1dc40e4d9ae9a1785a753cdfc79b515d695" 19SRC_URI[sha256sum] = "61ac4e93808fa4316b044bae40f2a1dc40e4d9ae9a1785a753cdfc79b515d695"
20 20
21UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/"
22UPSTREAM_CHECK_REGEX = "ixgbevf%20stable/(?P<pver>\d+(\.\d+)+)/"
23
21S = "${WORKDIR}/${BP}/src" 24S = "${WORKDIR}/${BP}/src"
22MODULES_INSTALL_TARGET = "install" 25MODULES_INSTALL_TARGET = "install"
23 26