Skip to content
Snippets Groups Projects
  • Mirko Vogt's avatar
    e3689f3b
    set version string of eglibc version 2.14 to 2.14.1 · e3689f3b
    Mirko Vogt authored
    
    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: default avatarEmmanuel Deloget <logout@free.fr>
    
    SVN-Revision: 31501
    e3689f3b
    History
    set version string of eglibc version 2.14 to 2.14.1
    Mirko Vogt authored
    
    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: default avatarEmmanuel Deloget <logout@free.fr>
    
    SVN-Revision: 31501