Fix armel.conf to specify the right sources.
git-svn-id: http://emdebian.org/svn/current@7146 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
5bfbdc9ac8
commit
9c55deb69a
3 changed files with 13 additions and 3 deletions
|
@ -1,11 +1,15 @@
|
||||||
[General]
|
[General]
|
||||||
include=/usr/share/multistrap/crosschroot.conf
|
include=/usr/share/multistrap/crosschroot.conf
|
||||||
omitrequired=false
|
omitrequired=false
|
||||||
configscript=config.sh
|
configscript=
|
||||||
setupscript=setup.sh
|
setupscript=
|
||||||
|
debootstrap=Debian Base Toolchains
|
||||||
|
aptsources=Debian Toolchains
|
||||||
|
tarballname=pdebuild-cross.tgz
|
||||||
|
|
||||||
[Toolchains]
|
[Toolchains]
|
||||||
packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
||||||
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
keyring=emdebian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
|
|
@ -27,7 +27,7 @@ suite=stable
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
# this is a duplicate if the suite is the same as the toolchain.
|
||||||
[Debian]
|
[Debian]
|
||||||
packages=dpkg-dev binutils-multiarch
|
packages=dpkg-dev binutils-multiarch build-essential
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=unstable
|
suite=unstable
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
multistrap (2.1.3) experimental; urgency=low
|
||||||
|
|
||||||
|
* Fix armel.conf to specify the right sources.
|
||||||
|
|
||||||
|
-- Neil Williams <codehelp@debian.org> Sun, 25 Apr 2010 09:35:28 +0100
|
||||||
|
|
||||||
multistrap (2.1.2) experimental; urgency=low
|
multistrap (2.1.2) experimental; urgency=low
|
||||||
|
|
||||||
* Add support to avoid running preinst scripts and
|
* Add support to avoid running preinst scripts and
|
||||||
|
|
Loading…
Reference in a new issue