Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions recipes/bsp/grub2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ depends:
target-toolchain: host-compat-toolchain

checkoutTools:
- name: autotools
if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)"
- name: gettext
if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)"
- name: python3
Expand Down
6 changes: 3 additions & 3 deletions recipes/net/ethtool.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: [autoconf, autotools]

metaEnvironment:
PKG_VERSION: "6.10"
PKG_VERSION: "6.15"
PKG_LICENSE: "GPL-2.0-only"

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

depends:
Expand Down