mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
tracker: add new recipe
- copy tracker recipe from meta-guacamayo layer to meta-oe - package files that were not being shipped - add systemd suppert for tracker Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6eea054e67
commit
9bdae6db4c
@@ -0,0 +1,13 @@
|
||||
Index: tracker-0.10.17/m4/sqlite-threadsafe.m4
|
||||
===================================================================
|
||||
--- tracker-0.10.17.orig/m4/sqlite-threadsafe.m4
|
||||
+++ tracker-0.10.17/m4/sqlite-threadsafe.m4
|
||||
@@ -45,7 +45,7 @@ int main ()
|
||||
]])],
|
||||
[ax_cv_sqlite_threadsafe=yes],
|
||||
[ax_cv_sqlite_threadsafe=no],
|
||||
- [ax_cv_sqlite_threadsafe=no])])
|
||||
+ [ax_cv_sqlite_threadsafe=yes])])
|
||||
|
||||
LIBS="$save_LIBS"
|
||||
])
|
||||
Reference in New Issue
Block a user