File tree Expand file tree Collapse file tree 2 files changed +40
-4
lines changed Expand file tree Collapse file tree 2 files changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,18 @@ buildTools: [host-toolchain]
1717buildScript : |
1818 autotoolsBuild $1
1919
20- packageScript : |
21- autotoolsPackageTgt
20+ multiPackage :
21+ dev :
22+ packageScript : autotoolsPackageDev
2223
23- provideTools :
24- e2fsprogs : " usr/sbin"
24+ tgt :
25+ packageScript : autotoolsPackageLib
26+
27+ " " :
28+ depends :
29+ - name : utils::e2fsprogs-tgt
30+ use : []
31+ packageScript : autotoolsPackageBin
32+ provideDeps : [ "*-tgt" ]
33+ provideTools :
34+ e2fsprogs : " usr/sbin"
Original file line number Diff line number Diff line change 1+ inherit : [autotools]
2+
3+ metaEnvironment :
4+ PKG_VERSION : " 0.1.2"
5+ PKG_LICENSE : " GPL-2.0"
6+
7+ depends :
8+ - utils::e2fsprogs-dev
9+
10+ - use : []
11+ depends :
12+ - utils::e2fsprogs-tgt
13+
14+ checkoutSCM :
15+ scm : url
16+ url : ${GITHUB_MIRROR}/e2tools/e2tools/releases/download/v${PKG_VERSION}/e2tools-${PKG_VERSION}.tar.gz
17+ digestSHA1 : d994862abdb280c9b19e7cbc339f59f8163f9a79
18+ stripComponents : 1
19+
20+ buildScript : |
21+ autotoolsBuild $1
22+
23+ packageScript : autotoolsPackageTgt
24+ provideDeps : [ "*-tgt" ]
25+ provideTools :
26+ e2tools : " usr/bin"
You can’t perform that action at this time.
0 commit comments