autodist: sync to latest cron and /etc/autodist configuration

This commit is contained in:
Silvan Calarco 2013-06-05 18:35:07 +02:00
parent aeec210b02
commit fd294840b1
6 changed files with 35 additions and 8 deletions

View File

@ -186,11 +186,11 @@ libgnome-panel,anjuta,zenity,metacity,nautilus,brasero,cheese,evince,gconf-edito
1,1 1,1
) )
fwbuilder=( #fwbuilder=(
libfwbuilder,fwbuilder #libfwbuilder,fwbuilder
%build_and_install #%build_and_install
1 #1
) #)
koffice=( koffice=(
koffice koffice

View File

@ -15,6 +15,7 @@ binutils
cross_target_cpu,_target_platform cross_target_cpu,_target_platform
i586,i586-openmamba-linux-gnu i586,i586-openmamba-linux-gnu
arm,arm-openmamba-linux-gnueabi arm,arm-openmamba-linux-gnueabi
arm,arm-openmamba-linux-gnueabihf
avr,avr avr,avr
x86_64,x86_64-openmamba-linux-gnu x86_64,x86_64-openmamba-linux-gnu
ppc,ppc-openmamba-linux-gnu ppc,ppc-openmamba-linux-gnu
@ -93,6 +94,12 @@ ppc,1,ppc-openmamba-linux-gnu
x86_64,1,x86_64-openmamba-linux-gnu x86_64,1,x86_64-openmamba-linux-gnu
) )
gcc_arm=(
gcc
cross_target_cpu,_target_platform,disable_java
arm,arm-openmamba-linux-gnueabi,1
)
glibc_arm=( glibc_arm=(
glibc glibc
cross_target_cpu,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER cross_target_cpu,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
@ -176,6 +183,25 @@ cross_target_cpu,_target_platform
arm,arm-openmamba-linux-gnueabi arm,arm-openmamba-linux-gnueabi
) )
glibc_stage2_armhf=(
glibc
cross_target_cpu,stage2,bigendian,hardfloat,_target_platform,KERNEL_TARGET,KERNEL_VER
arm,1,-,1,arm-openmamba-linux-gnueabi,mamba-arm,3.4
)
#
# armhf cross toolchain
#
binutils_armhf=(
binutils
cross_target_cpu,_target_platform
)
glibc_stage1_armhf=(
glibc
cross_target_cpu,stage1,_target_platform,KERNEL_TARGET,KERNEL_VER
armhf,1,arm-openmamba-linux-gnueabihf,mamba-arm,3.4
)
# #
# ppc cross toolchain # ppc cross toolchain

View File

@ -58,7 +58,6 @@ kdegraphics
synaptic synaptic
libjpeg7 libjpeg7
kdevelop kdevelop
libgda
objectweb-asm1 objectweb-asm1
objectweb-asm2 objectweb-asm2
apache-tomcat5 apache-tomcat5
@ -83,7 +82,6 @@ libwpd08
db52 db52
glade-3 glade-3
goocanvas goocanvas
libnl1
moagg moagg
apache-commons-digester18 apache-commons-digester18
x264-116 x264-116

View File

@ -39,3 +39,5 @@ groff
graphviz graphviz
python26 python26
python27 python27
beecrypt
ncurses

View File

@ -26,3 +26,4 @@ libalsa-plugins
libproxy libproxy
python26 python26
python27 python27
beecrypt

View File

@ -48,7 +48,7 @@ for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do
if [ "${AUTOPORT_UPDATE[$i]}" ]; then if [ "${AUTOPORT_UPDATE[$i]}" ]; then
pid_check pid_check
distromatic -q -t $DISTROMATIC_REPOSITORY --gensrcpkglist > $LOCAL_REPS_BASE_DIR/$DISTROMATIC_REPOSITORY/srcpkglist distromatic -q -t $DISTROMATIC_REPOSITORY --gensrcpkglist > $LOCAL_REPS_BASE_DIR/$DISTROMATIC_REPOSITORY/srcpkglist 2>/dev/null
pid_check pid_check
autodist-upstream-updates -q -h -u -r $DISTROMATIC_REPOSITORY -o $r \ autodist-upstream-updates -q -h -u -r $DISTROMATIC_REPOSITORY -o $r \