diff options
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_5.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.27.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_5.2.bb b/meta/recipes-extended/ethtool/ethtool_5.2.bb index e9759bd21b..67e7fadee0 100644 --- a/meta/recipes-extended/ethtool/ethtool_5.2.bb +++ b/meta/recipes-extended/ethtool/ethtool_5.2.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ | |||
14 | SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a" | 14 | SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a" |
15 | SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b" | 15 | SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" | ||
18 | |||
17 | inherit autotools ptest bash-completion | 19 | inherit autotools ptest bash-completion |
18 | 20 | ||
19 | RDEPENDS_${PN}-ptest += "make" | 21 | RDEPENDS_${PN}-ptest += "make" |
diff --git a/meta/recipes-support/libcap/libcap_2.27.bb b/meta/recipes-support/libcap/libcap_2.27.bb index 4f3bac8490..3f64ff7636 100644 --- a/meta/recipes-support/libcap/libcap_2.27.bb +++ b/meta/recipes-support/libcap/libcap_2.27.bb | |||
@@ -13,6 +13,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ | |||
13 | SRC_URI[md5sum] = "2e8f9fab32eb5ccb37969fe317fd17aa" | 13 | SRC_URI[md5sum] = "2e8f9fab32eb5ccb37969fe317fd17aa" |
14 | SRC_URI[sha256sum] = "dac1792d0118bee6aae6ba7fb93ff1602c6a9bda812fd63916eee1435b9c486a" | 14 | SRC_URI[sha256sum] = "dac1792d0118bee6aae6ba7fb93ff1602c6a9bda812fd63916eee1435b9c486a" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" | ||
17 | |||
16 | inherit lib_package | 18 | inherit lib_package |
17 | 19 | ||
18 | # do NOT pass target cflags to host compilations | 20 | # do NOT pass target cflags to host compilations |