Add both packagekit and packagekit-qt recipes. These are dependencies for the 'discover' application. Note that I configure packagekit in a minimalistic way as to reduce dependencies. I wanted to have something that builds clean first. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
8 lines
242 B
BlitzBasic
8 lines
242 B
BlitzBasic
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
require ${BPN}.inc
|
|
SRC_URI = "git://github.com/PackageKit/PackageKit-Qt.git;protocol=https;branch=main"
|
|
SRCREV = "c888e1c7be5f8a7868c7728ab18d878376fb61b8"
|
|
S="${WORKDIR}/git"
|