Updating LTIB to use SQLite 3.7.14

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Updating LTIB to use SQLite 3.7.14

ソリューションへジャンプ
1,351件の閲覧回数
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,082件の閲覧回数
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,083件の閲覧回数
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 件の賞賛
返信