mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-19 00:49:34 +02:00
Add NetworkManagerQt recipe
Summary: This needs meta-networking from the OpenEmbedded for NetworkManager and its dependencies. Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7081
This commit is contained in:
12
recipes-kf5/tier1/networkmanager-qt.inc
Normal file
12
recipes-kf5/tier1/networkmanager-qt.inc
Normal file
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "NetworkManagerQt"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase networkmanager"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/networkmanager-qt"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
2
recipes-kf5/tier1/networkmanager-qt_5.36.0.bb
Normal file
2
recipes-kf5/tier1/networkmanager-qt_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user