Updating LTIB to use SQLite 3.7.14

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Updating LTIB to use SQLite 3.7.14

Jump to solution
896 Views
paulbannister
Contributor I

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!

Labels (1)
0 Kudos
1 Solution
627 Views
FranciscoCarril
Contributor V

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

View solution in original post

0 Kudos
1 Reply
628 Views
FranciscoCarril
Contributor V

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

0 Kudos