From c163db8153bbb21964a7cc5bf95c0232892e2be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Sep 2015 12:53:11 +0200 Subject: [PATCH] baloo: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix indention * remove revisit comment - after fix of lmdb packing baloo builds without warnings Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/baloo/baloo.bb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 4df00c8c..0e863308 100644 --- a/recipes-kde/kf5/tier3/baloo/baloo.bb +++ b/recipes-kde/kf5/tier3/baloo/baloo.bb @@ -22,11 +22,6 @@ DEPENDS += " \ xapian-core \ " -# RESIVISIT: something strange ongoing -# we get | /usr/lib/libKF5BalooEngine.so.5.13.0_baloo contained in package baloo requires liblmdb.so, but no providers found in its RDEPENDS [file-rdeps] -# * kfilemetadata in DEPENDS should be enough -# * there is no file 'libKF5BalooEngine.so.5.13.0_baloo' !!! - PV = "${KF5_VERSION}" SRC_URI[md5sum] = "67bceaf70f9da493161c0eb94a214099" SRC_URI[sha256sum] = "78d59a31b74da08089589f2df89f06b541447da3546edcccd2477add499e2f95" @@ -47,8 +42,8 @@ FILES_${PN} += "${datadir} \ " FILES_${PN}-dbg += " \ - ${libdir}/*/.debug \ - ${OE_QMAKE_PATH_QML}/org/kde/baloo/.debug \ - ${OE_QMAKE_PATH_PLUGINS}/.debug \ - ${OE_QMAKE_PATH_PLUGINS}/kf5/*/.debug \ + ${libdir}/*/.debug \ + ${OE_QMAKE_PATH_QML}/org/kde/baloo/.debug \ + ${OE_QMAKE_PATH_PLUGINS}/.debug \ + ${OE_QMAKE_PATH_PLUGINS}/kf5/*/.debug \ "