[oe] [meta-oe][PATCH 14/46] tracker: inherit only gnomebase, fix QA warn

Martin Jansa martin.jansa at gmail.com
Tue Apr 1 17:13:22 UTC 2014


* fixes configure was passed unrecognised options: --disable-schemas-install
* fixes QA warning:
  tracker-0.14.2: tracker: Files/directories were installed but not shipped
    /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.so
    /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.la

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/tracker/tracker_0.14.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/tracker/tracker_0.14.2.bb b/meta-oe/recipes-support/tracker/tracker_0.14.2.bb
index fc6db4b..7c989c6 100644
--- a/meta-oe/recipes-support/tracker/tracker_0.14.2.bb
+++ b/meta-oe/recipes-support/tracker/tracker_0.14.2.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://projects.gnome.org/tracker/"
 
 PR = "r7"
 
-inherit autotools pkgconfig gnome gettext gsettings systemd
+inherit autotools pkgconfig gnomebase gettext gsettings systemd
 
 VER_DIR = "${@gnome_verdir("${PV}")}"
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \
@@ -60,6 +60,8 @@ FILES_${PN} += "${datadir}/dbus-1/ \
 
 FILES_${PN}-dev += "${libdir}/tracker-${VER_DIR}/*.la \
                     ${libdir}/tracker-${VER_DIR}/*.so \
+                    ${libdir}/tracker-${VER_DIR}/*/*.so \
+                    ${libdir}/tracker-${VER_DIR}/*/*.la \
                     ${libdir}/tracker-${VER_DIR}/extract-modules/*.la"
 
 FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a"
-- 
1.9.1




More information about the Openembedded-devel mailing list