diff options
author | Patrik Gfeller <gfellerpatrik@gmx.net> | 2007-07-03 20:24:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 20:24:50 +0000 |
commit | edfd1ef22d0271f5b666a25c5379787427c228ee (patch) | |
tree | 8af02f50bf70f3f2c11114fbf0f44a8c035829b0 /conf | |
parent | cbab497e65fa1a4b3e4e5f7f1b7814f568d5a8c0 (diff) |
sharprom-compatible: use sanity and changed DISTRO_VERSION so builds does not break on 2.4-crapix kernels - close #2581
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sharprom-compatible.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |