aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-04-28 20:18:06 +0000
committerMirko Vogt <mirko@openwrt.org>2012-04-28 20:18:06 +0000
commit4310c0cf92e3aada75c38a5366ea676ebb17b4cc (patch)
tree5e56e1f6f36335e02a26e0f3c852a65f033750af /toolchain
parent2d0009e7fee4d0a20c2ed31d9f4fa111cebc6e96 (diff)
downloadupstream-4310c0cf92e3aada75c38a5366ea676ebb17b4cc.tar.gz
upstream-4310c0cf92e3aada75c38a5366ea676ebb17b4cc.tar.bz2
upstream-4310c0cf92e3aada75c38a5366ea676ebb17b4cc.zip
[toolchain/eglibc] set version string of eglibc version 2.14 to 2.14.1
eglibc version number depends on the branch and on the maintenance release (i.e. the SVN revision). Changing the revision may change the maintenance version. This patch correlate the SVN revision to the correct version number - without this change eglibc 2.14 provoke build errors when building the base-files package (example, for 2.14): $ make package/base-files/compile V=1 make[1] package/base-files/compile make[2] -C package/opkg host-compile make[2] -C package/base-files-network compile make[2] -C package/base-files compile cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory Signed-off-by: Emmanuel Deloget <logout@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31501 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index 7ca4e171c0..b081cec538 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -2,5 +2,5 @@ config EGLIBC_VERSION
string
depends on USE_EGLIBC
default "2.13" if EGLIBC_VERSION_2_13
- default "2.14" if EGLIBC_VERSION_2_14
+ default "2.14.1" if EGLIBC_VERSION_2_14
default "trunk"