mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
@@ -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