Skip to content

Commit 2aeea6f

Browse files
authored
Merge pull request #131 from rhubert/autoconf
treewide: adapt to basement autotools class update
2 parents 0e28d24 + 18fea14 commit 2aeea6f

File tree

6 files changed

+6
-26
lines changed

6 files changed

+6
-26
lines changed

recipes/net/bridge-utils.yaml

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

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

recipes/python/python.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ checkoutSCM:
1818
checkoutDeterministic: True
1919
checkoutScript: |
2020
patchApplySeries $<<python/*>>
21-
autoconfReconfigure
2221
2322
buildScript: |
24-
mkdir -p src
25-
rsync -aH --delete $1/ src/
23+
autoconfSyncReconfigure $1 src
2624
2725
multiPackage:
2826
"":

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
@@ -10,12 +10,8 @@ checkoutSCM:
1010
digestSHA1: 4b06176c1c71b2818dc2f9d772346c5902238c33
1111
stripComponents: 1
1212

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

recipes/utils/inotify-tools.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ checkoutSCM:
1010
digestSHA256: "d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b"
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/sysbench.yaml

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

0 commit comments

Comments
 (0)