tracker: remove --disable-introspection
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 31 Mar 2014 11:44:17 +0000 (13:44 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:36:49 +0000 (08:36 -0800)
* fixes QA warning:
  tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection

(From meta-openembedded rev: fcb78f27143fc11ef586adda9d7b4999313855b2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/tracker/tracker_0.14.2.bb

index 7c989c6..eea8edc 100644 (file)
@@ -23,7 +23,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${P
 SYSTEMD_SERVICE_${PN} = " tracker-store.service tracker-miner-fs.service tracker-dbus.service "
 SYSTEMD_AUTO_ENABLE = "disable"
 
-EXTRA_OECONF += " tracker_cv_have_ioprio=yes --disable-introspection"
+EXTRA_OECONF += " tracker_cv_have_ioprio=yes"
 
 # Disable the desktop-centric miners
 EXTRA_OECONF += "--disable-miner-thunderbird --disable-miner-firefox \