pss-framework: move recipes-hawaii -> recipes-pss

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-05-08 10:28:22 +02:00
parent 7c040effd8
commit cd0a916311

View File

@@ -2,18 +2,18 @@ SUMMARY = "Components for PSS applications"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
inherit cmake_qt5
inherit hawaii
DEPENDS = "qtbase qtdeclarative qtquickcontrols plasma-framework"
DEPENDS += "plasma-framework"
SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=master"
SRC_URI = "git://github.com/plasma-simple-shell/${BPN}.git"
SRCREV = "292a7d4891b47f44cb3dcf896749ade9330e6ae0"
PV = "0.4.0+git${SRCPV}"
S = "${WORKDIR}/git"
FILES_${PN} += "${libdir}/qml/PSS"
FILES_${PN} += "${OE_QMAKE_PATH_QML}/PSS"
FILES_${PN}-dbg += " \
${libdir}/qml/PSS/*/.debug \
${libdir}/qml/PSS/*/*/*/.debug \
${OE_QMAKE_PATH_QML}/PSS/*/.debug \
${OE_QMAKE_PATH_QML}/PSS/*/*/*/.debug \
"