wok-next diff busybox/receipt @ rev 16698

Add tig
author Paul Issott <paul@slitaz.org>
date Fri May 23 21:43:55 2014 +0100 (2014-05-23)
parents 851490d19c0d
children 79c239d4e13f
line diff
     1.1 --- a/busybox/receipt	Mon Jan 27 21:15:58 2014 +0000
     1.2 +++ b/busybox/receipt	Fri May 23 21:43:55 2014 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  
     1.5  # Handle cross compilation
     1.6  case "$ARCH" in
     1.7 -	arm) BUILD_DEPENDS="bzip2" ;;
     1.8 +	arm*) BUILD_DEPENDS="bzip2" ;;
     1.9  esac
    1.10  
    1.11  # Busybox patches
    1.12 @@ -51,7 +51,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	case "$ARCH" in
    1.16 -		arm)
    1.17 +		arm*)
    1.18  			echo "cook: CROSS_COMPILE=$CROSS_COMPILE"
    1.19  			apply_bb_patchs &&
    1.20  			cp $stuff/arm/$PACKAGE.config .config