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]
|
||||
include=/usr/share/multistrap/crosschroot.conf
|
||||
omitrequired=false
|
||||
configscript=config.sh
|
||||
setupscript=setup.sh
|
||||
configscript=
|
||||
setupscript=
|
||||
debootstrap=Debian Base Toolchains
|
||||
aptsources=Debian Toolchains
|
||||
tarballname=pdebuild-cross.tgz
|
||||
|
||||
[Toolchains]
|
||||
packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
||||
reinstall=binutils-multiarch
|
||||
source=http://www.emdebian.org/debian
|
||||
keyring=emdebian-archive-keyring
|
||||
suite=stable
|
||||
|
|
|
@ -27,7 +27,7 @@ suite=stable
|
|||
|
||||
# this is a duplicate if the suite is the same as the toolchain.
|
||||
[Debian]
|
||||
packages=dpkg-dev binutils-multiarch
|
||||
packages=dpkg-dev binutils-multiarch build-essential
|
||||
source=http://ftp.uk.debian.org/debian
|
||||
keyring=debian-archive-keyring
|
||||
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
|
||||
|
||||
* Add support to avoid running preinst scripts and
|
||||
|
|
Loading…
Reference in a new issue