Skip to content

Commit 75d2ece

Browse files
committed
add net::iw v6.9
1 parent 3c346ff commit 75d2ece

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

recipes/net/iw.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
inherit: [install, make, cpackage]
2+
3+
metaEnvironment:
4+
PKG_LICENSE: "ISC"
5+
PKG_VERSION: "6.9"
6+
7+
depends:
8+
- libs::libnl-dev
9+
- use: []
10+
depends:
11+
- libs::libnl-tgt
12+
13+
checkoutSCM:
14+
scm: url
15+
url: https://mirrors.edge.kernel.org/pub/software/network/iw/iw-${PKG_VERSION}.tar.xz
16+
digestSHA256: 3f2db22ad41c675242b98ae3942dbf3112548c60a42ff739210f2de4e98e4894
17+
stripComponents: 1
18+
19+
buildVars: [CC]
20+
buildScript: |
21+
rsync -a --delete $1/ .
22+
makeParallel PREFIX="/usr/"
23+
makeSequential install PREFIX="/usr/" DESTDIR=$(pwd)/install
24+
25+
packageScript:
26+
installPackageTgt $1/install/

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ depends:
110110
- net::iproute2
111111
- net::iptables
112112
- net::iputils
113+
- net::iw
113114
- net::lighttpd
114115
- net::net-tools
115116
- net::nftables

0 commit comments

Comments
 (0)