Updating LTIB to use SQLite 3.7.14

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Updating LTIB to use SQLite 3.7.14

跳至解决方案
1,355 次查看
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!

标签 (1)
0 项奖励
回复
1 解答
1,086 次查看
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 项奖励
回复
1 回复
1,087 次查看
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 项奖励
回复