LTIB currently builds SQLite 3.6.12, however I need some of the newer feature of SQLite, so would like to update the build to build with the latest version (Currently 3.7.14). Can anyone offer any advice on which configuration files need modifying, so that LTIB builds in the newer version?
Many thanks!
Solved! Go to Solution.
You would need to edit :
/ltib/dist/lfs-5.1/sqlite/sqlite.spec
modify the version of package.,
Version : 3.6.12
verify the name of new package is ok, i.e.
%{name}-amalgamation-%{version}.tar.gz
put the new package in /opt/freescale/pkgs and it should work OK
You would need to edit :
/ltib/dist/lfs-5.1/sqlite/sqlite.spec
modify the version of package.,
Version : 3.6.12
verify the name of new package is ok, i.e.
%{name}-amalgamation-%{version}.tar.gz
put the new package in /opt/freescale/pkgs and it should work OK