diff --git a/recipes-playground/plasma-camera.inc b/recipes-playground/plasma-camera.inc new file mode 100644 index 0000000..35429d1 --- /dev/null +++ b/recipes-playground/plasma-camera.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Plasma Camera" +HOMEPAGE = "" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" +PR = "r0" + +DEPENDS = " \ + kirigami \ +" + +SRC_URI = " \ + git://anongit.kde.org/${BPN};nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp diff --git a/recipes-playground/plasma-camera_git.bb b/recipes-playground/plasma-camera_git.bb new file mode 100644 index 0000000..609dae0 --- /dev/null +++ b/recipes-playground/plasma-camera_git.bb @@ -0,0 +1,3 @@ +require ${BPN}.inc +# SRCREV = "v${PV}" +SRCREV = "0569c026c4a08986056c316380297168d5752d17"