tracker: move from meta-oe to meta-gnome

* it rdepends on gvfs which is available only in meta-gnome and nothing
  in meta-oe depends on tracker

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-06-18 23:57:29 +02:00
parent c794fb0ed6
commit a04c794b58
9 changed files with 0 additions and 36 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"
])