bash: use outsourced package for non-bootstrap builds.

* the bootstrap build keeps on building the in-tree bash.
This commit is contained in:
Jérôme Duval
2014-10-01 19:08:27 +02:00
parent 9577c31bfe
commit 8b21b2b910
9 changed files with 24 additions and 4 deletions
+7 -3
View File
@@ -25,10 +25,14 @@ for architectureObject in [ MultiArchSubDirSetup ] {
AddHaikuImagePackages [ FFilterByBuildFeatures
curl freetype icu libsolv zlib
minimum_image @{
bash
}@
regular_image @{
bzip2 ctags ffmpeg findutils gawk glu grep gutenprint jasper jpeg less
libicns libpng libwebp mesa mesa_devel mesa_swrast sed sharutils tar
tiff wget which
bash bzip2 ctags ffmpeg findutils gawk glu grep gutenprint jasper jpeg
less libicns libpng libwebp mesa mesa_devel mesa_swrast sed sharutils
tar tiff wget which
}@
] ;
if $(HAIKU_PACKAGING_ARCHS[1]) != x86_gcc2 {