Move ECM to tier 1, and give it a more descriptive name

This commit is contained in:
Volker Krause
2017-08-02 18:52:14 +02:00
parent 3385fb91d4
commit af7f38d769
4 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ EXTRA_OECMAKE += " \
-DBUILD_TESTING=OFF \
"
DEPENDS += "ecm"
DEPENDS += "extra-cmake-modules"
# FIXME: using tags gives us translations, translations require lrelease/lconvert host tools, the ecm recipe can't deal with that yet...
do_configure_prepend() {

View File

@@ -3,7 +3,7 @@ LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = "qtbase ecm"
DEPENDS = "qtbase extra-cmake-modules"
SRC_URI = "git://anongit.kde.org/phonon"
S = "${WORKDIR}/git"

View File

@@ -1,5 +1,5 @@
DESCRIPTION = "Extra CMake Modules"
HOMEPAGE = "https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1"
PR = "r0"

View File

@@ -1,4 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"