Skip to content

Commit 4693026

Browse files
committed
treewide: adapt to basement autotools class update
1 parent 75cc929 commit 4693026

5 files changed

Lines changed: 5 additions & 24 deletions

File tree

recipes/net/bridge-utils.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@ checkoutSCM:
1010
digestSHA1: 07266dff2bf31a24fc912314b6764251ce645a39
1111
stripComponents: 1
1212

13-
checkoutDeterministic: True
14-
checkoutScript: |
15-
autoconfReconfigure
16-
1713
buildVars: [AR]
1814
buildScript: |
19-
# this doesn't support out of tree builds; symlink the sources
20-
mkdir -p build
21-
cp -as $1/* build/
22-
autotoolsBuild -o AR=$AR $1
15+
autotoolsBuild -s -o AR=$AR $1
2316
2417
packageScript: autotoolsPackageTgt

recipes/python/python.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ checkoutSCM:
1515
checkoutDeterministic: True
1616
checkoutScript: |
1717
patchApplySeries $<<python/*>>
18-
autoconfReconfigure
1918
2019
buildScript: |
21-
mkdir -p src
22-
rsync -aH --delete $1/ src/
20+
autoconfSyncReconfigure $1 src
2321
2422
multiPackage:
2523
"":

recipes/utils/evtest.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ checkoutSCM:
1010
digestSHA1: 8dd9df265524469f7740713b5f433e7ef85c444f
1111
stripComponents: 1
1212

13-
checkoutDeterministic: True
14-
checkoutScript: |
15-
autoconfReconfigure
16-
1713
buildScript: |
18-
autotoolsBuild $1
14+
autotoolsBuild -s $1
1915
2016
packageScript: autotoolsPackageTgt

recipes/utils/genext2fs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ checkoutSCM:
99
digestSHA1: 4b06176c1c71b2818dc2f9d772346c5902238c33
1010
stripComponents: 1
1111

12-
checkoutDeterministic: True
13-
checkoutScript: |
14-
autoconfReconfigure
15-
1612
buildScript: |
17-
autotoolsBuild $1
13+
autotoolsBuild -s $1
1814
1915
packageScript: |
2016
autotoolsPackageTgt

recipes/utils/sysbench.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ depends:
2020
checkoutDeterministic: True
2121
checkoutScript: |
2222
patchApplySeries -p0 $<@sysbench/*.patch@>
23-
autoconfReconfigure
2423
2524
buildVars: [CC]
2625
buildScript: |
27-
# rsync -a --delete $1/ build
28-
autotoolsBuild -o V=1 -o VERBOSE=1 $1 --without-mysql \
26+
autotoolsBuild -s -o V=1 -o VERBOSE=1 $1 --without-mysql \
2927
--with-system-ck \
3028
--with-system-luajit
3129

0 commit comments

Comments
 (0)