From: Patrik Gfeller Date: Tue, 3 Jul 2007 20:24:50 +0000 (+0000) Subject: sharprom-compatible: use sanity and changed DISTRO_VERSION so builds does not break... X-Git-Tag: Release-2010-05/1~8868^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfd1ef22d0271f5b666a25c5379787427c228ee;p=openembedded.git sharprom-compatible: use sanity and changed DISTRO_VERSION so builds does not break on 2.4-crapix kernels - close #2581 --- diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 38ec778b7a..fd01d21397 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -6,7 +6,7 @@ #@REQUIREMENTS: Rename arm-linux-gcc|g++ to arm-linux-gcc-2.95 and rename arm-linux-ld to arm-linux-ld-2.11.2. #@REQUIREMENTS: /usr/local/arm/2.95.3/bin must be in your path, like "export PATH=$PATH:/usr/local/arm/2.95.3/bin/" -INHERIT += " package_ipk debian" +INHERIT += " package_ipk debian sanity" # # Zaurus @@ -29,7 +29,7 @@ export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include" # Base # DISTRO_NAME = "SharpROM" -DISTRO_VERSION = "3.1 compatible" +DISTRO_VERSION = "3.1-compatible" DISTRO_TYPE = "debug" PREFERRED_PROVIDER_virtual/arm-linux-gcc-2.95 = "sharprom-toolchain-native"