From 22826f0f164d48ceef18343d9e9c2a6eb3de4230 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 18 Oct 2021 14:06:49 +0200 Subject: WIP: rm appfw Signed-off-by: Jan-Simon Moeller Change-Id: I6a90dae780a8eca7d684b5842c3af3ee55ebc509 --- .../recipes-graphics/qlibhomescreen/qlibhomescreen_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _to_remove/recipes-graphics/qlibhomescreen/qlibhomescreen_git.bb (limited to '_to_remove/recipes-graphics/qlibhomescreen') diff --git a/_to_remove/recipes-graphics/qlibhomescreen/qlibhomescreen_git.bb b/_to_remove/recipes-graphics/qlibhomescreen/qlibhomescreen_git.bb new file mode 100644 index 000000000..a9f1ccf37 --- /dev/null +++ b/_to_remove/recipes-graphics/qlibhomescreen/qlibhomescreen_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "A wrapper library of libhomescreen for Qt Application in AGL" +SECTION = "libs" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +DEPENDS = "qtbase libhomescreen" +RDEPENDS:${PN} = "libhomescreen" + +inherit qmake5 + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqthomescreen.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "b218476402bceda7eb42d41064552a7261ff3205" +S = "${WORKDIR}/git" -- cgit 1.2.3-korg