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:
Fahad Usman
2013-06-18 08:29:07 +00:00
committed by Martin Jansa
parent 6eea054e67
commit 9bdae6db4c
8 changed files with 173 additions and 0 deletions
@@ -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"
])