Drop autotools and libtool from haikuports.cross.
* None of these are required to be cross-built, as they all can be built on the bootstrap image just fine. * Additionally, update bash_boostrap from 4.27 to 4.30, as 4.27 causes the build of gcc on the bootstrap image to fail.
This commit is contained in:
@@ -153,8 +153,6 @@ rule DefineDefaultBuildProfiles
|
|||||||
HAIKU_IMAGE_SIZE ?= 20000 ;
|
HAIKU_IMAGE_SIZE ?= 20000 ;
|
||||||
|
|
||||||
AddHaikuImagePackages
|
AddHaikuImagePackages
|
||||||
autoconf
|
|
||||||
automake
|
|
||||||
binutils
|
binutils
|
||||||
bison
|
bison
|
||||||
curl_devel
|
curl_devel
|
||||||
@@ -165,8 +163,6 @@ rule DefineDefaultBuildProfiles
|
|||||||
grep
|
grep
|
||||||
haikuporter
|
haikuporter
|
||||||
less
|
less
|
||||||
libtool
|
|
||||||
libtool_libltdl
|
|
||||||
m4
|
m4
|
||||||
make
|
make
|
||||||
ncurses
|
ncurses
|
||||||
|
|||||||
@@ -10,10 +10,7 @@ BootstrapPackageRepository HaikuPortsCross
|
|||||||
gcc_bootstrap_syslibs_devel-4.8.3_2014_08_03-1
|
gcc_bootstrap_syslibs_devel-4.8.3_2014_08_03-1
|
||||||
:
|
:
|
||||||
# repository architecture packages (stage 1)
|
# repository architecture packages (stage 1)
|
||||||
autoconf_bootstrap-2.69-2
|
bash_bootstrap-4.3.30-1
|
||||||
automake_bootstrap-1.13.1-1
|
|
||||||
libtool_cross_generic-2.4
|
|
||||||
bash_bootstrap-4.3.27-2
|
|
||||||
binutils_bootstrap-2.24_2014_03_19-1
|
binutils_bootstrap-2.24_2014_03_19-1
|
||||||
bison_bootstrap-2.4.3-1
|
bison_bootstrap-2.4.3-1
|
||||||
curl_bootstrap-7.26.0-1
|
curl_bootstrap-7.26.0-1
|
||||||
@@ -27,8 +24,6 @@ BootstrapPackageRepository HaikuPortsCross
|
|||||||
icu_bootstrap-54.1-1
|
icu_bootstrap-54.1-1
|
||||||
icu_bootstrap_devel-54.1-1
|
icu_bootstrap_devel-54.1-1
|
||||||
less_bootstrap-451-1
|
less_bootstrap-451-1
|
||||||
libtool_bootstrap-2.4-8
|
|
||||||
libtool_bootstrap_libltdl-2.4-8
|
|
||||||
m4_bootstrap-1.4.16-1
|
m4_bootstrap-1.4.16-1
|
||||||
make_bootstrap-3.82-1
|
make_bootstrap-3.82-1
|
||||||
ncurses_bootstrap-5.9-1
|
ncurses_bootstrap-5.9-1
|
||||||
@@ -45,8 +40,6 @@ BootstrapPackageRepository HaikuPortsCross
|
|||||||
|
|
||||||
:
|
:
|
||||||
# source packages
|
# source packages
|
||||||
autoconf_bootstrap
|
|
||||||
automake_bootstrap
|
|
||||||
bash_bootstrap
|
bash_bootstrap
|
||||||
binutils_bootstrap
|
binutils_bootstrap
|
||||||
bison_bootstrap
|
bison_bootstrap
|
||||||
@@ -59,7 +52,6 @@ BootstrapPackageRepository HaikuPortsCross
|
|||||||
grep_bootstrap
|
grep_bootstrap
|
||||||
less_bootstrap
|
less_bootstrap
|
||||||
libsolv_bootstrap
|
libsolv_bootstrap
|
||||||
libtool_bootstrap
|
|
||||||
m4_bootstrap
|
m4_bootstrap
|
||||||
make_bootstrap
|
make_bootstrap
|
||||||
ncurses_bootstrap
|
ncurses_bootstrap
|
||||||
|
|||||||
Reference in New Issue
Block a user