Skip to content

Commit c1d98bf

Browse files
authored
Merge pull request #135 from reet-/misc-fixes
Minor fixes
2 parents 389d0e4 + 485b53f commit c1d98bf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

recipes/bsp/grub2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ depends:
3939
target-toolchain: host-compat-toolchain
4040

4141
checkoutTools:
42+
- name: autotools
43+
if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)"
4244
- name: gettext
4345
if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)"
4446
- name: python3

recipes/net/ethtool.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
inherit: [autoconf, autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "6.10"
4+
PKG_VERSION: "6.15"
55
PKG_LICENSE: "GPL-2.0-only"
66

77
checkoutSCM:
88
scm: url
9-
url: https://ftp.ntu.edu.tw/pub/software/network/ethtool/ethtool-${PKG_VERSION}.tar.xz
10-
digestSHA256: cc613fe8a2bcddee17a1e6e0d763c0f3ea33c7e930658d2d7f601aa65e426a1f
9+
url: https://www.kernel.org/pub/software/network/ethtool/ethtool-${PKG_VERSION}.tar.xz
10+
digestSHA256: 9477c365114d910120aaec5336a1d16196c833d8486f7c6da67bedef57880ade
1111
stripComponents: 1
1212

1313
depends:

0 commit comments

Comments
 (0)