From 8c9493a939660bce8e747f980cb2fbf70c9629b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 16 Nov 2018 23:22:30 +0100 Subject: [PATCH] kalzium: some enhancements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still fails for avogadrolibs issue | ninja: error: '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/avogadrolibs/1.92.0-r0/recipe-sysroot/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/avogadrolibs/1.92.0-r0/recipe-sysroot/usr/lib/libGLEW.so', needed by 'compoundviewer/libcompoundviewer.so.5.0.0', missing and no known rule to make it Signed-off-by: Andreas Müller --- recipes-kde/apps/kalzium/kalzium.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-kde/apps/kalzium/kalzium.bb b/recipes-kde/apps/kalzium/kalzium.bb index 34f12ef3..0a094d83 100644 --- a/recipes-kde/apps/kalzium/kalzium.bb +++ b/recipes-kde/apps/kalzium/kalzium.bb @@ -14,6 +14,11 @@ DEPENDS += " \ openbabel \ avogadrolibs \ \ + kcoreaddons-native \ + kconfig-native \ + kdoctools-native \ + kauth-native \ + kdesignerplugin-native \ karchive \ kconfig \ kcoreaddons \ @@ -30,8 +35,8 @@ DEPENDS += " \ " PV = "${KDE_APP_VERSION}" -SRC_URI[md5sum] = "72bde526067b7f54ba7d13a69cac5fc7" -SRC_URI[sha256sum] = "50050c85fb1760a99b7bbd0ed0f1047b4456139eb8d3f012005f6106e16a880e" +SRC_URI[md5sum] = "7d9eea9cb7b2111c1e0808cf68bfb0f2" +SRC_URI[sha256sum] = "4b3b91fb86b2d97efc7ca8c3037f33101d402df7dd2fe311b12a87468e8a6b5c" FILES_${PN} += " \ ${datadir}/config.kcfg \