mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-04-29 09:32:12 +02:00
Move ECM to tier 1, and give it a more descriptive name
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
@@ -1,4 +1,2 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
Reference in New Issue
Block a user