diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:33:27 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:43:31 +0200 |
commit | c60d5712283a61e3e50a6918581ef06449662fec (patch) | |
tree | 5bd0198ce0fa9a19ff161f9e0c37206b46cc33c8 | |
parent | 312433fe5d8c45df7e78e60599cc7abce0874ab5 (diff) | |
download | meta-openembedded-c60d5712283a61e3e50a6918581ef06449662fec.tar.gz |
tracker: inherit only gnomebase, fix QA warn
* 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@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/tracker/tracker_0.14.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 fc6db4b4a4..7c989c60b3 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/" | |||
7 | 7 | ||
8 | PR = "r7" | 8 | PR = "r7" |
9 | 9 | ||
10 | inherit autotools pkgconfig gnome gettext gsettings systemd | 10 | inherit autotools pkgconfig gnomebase gettext gsettings systemd |
11 | 11 | ||
12 | VER_DIR = "${@gnome_verdir("${PV}")}" | 12 | VER_DIR = "${@gnome_verdir("${PV}")}" |
13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \ | 13 | 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/ \ | |||
60 | 60 | ||
61 | FILES_${PN}-dev += "${libdir}/tracker-${VER_DIR}/*.la \ | 61 | FILES_${PN}-dev += "${libdir}/tracker-${VER_DIR}/*.la \ |
62 | ${libdir}/tracker-${VER_DIR}/*.so \ | 62 | ${libdir}/tracker-${VER_DIR}/*.so \ |
63 | ${libdir}/tracker-${VER_DIR}/*/*.so \ | ||
64 | ${libdir}/tracker-${VER_DIR}/*/*.la \ | ||
63 | ${libdir}/tracker-${VER_DIR}/extract-modules/*.la" | 65 | ${libdir}/tracker-${VER_DIR}/extract-modules/*.la" |
64 | 66 | ||
65 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" | 67 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" |