diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 17:58:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 17:58:00 +0000 |
commit | 529c3cb8561d06ade5b58a9b439f7c88781b009f (patch) | |
tree | b8d745a204fce126c2b7c4f093a215b6d1082be1 /conf/distro/sharprom-compatible.conf | |
parent | d8f8c8ae824998c9e7b886f0a6c3e0488e998cde (diff) | |
parent | 84d9f6f516ca1c5a001c959b7565fbb63c041c33 (diff) |
merge of '8ccf578d98540e0fe880015d1158e3f2e2d5fada'
and 'ffc6a1cb8a5c35ab9fdca8add26efc64679665b5'
Diffstat (limited to 'conf/distro/sharprom-compatible.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" |