cmst: remove - nothing requires it anymore

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-03-16 11:32:14 +01:00
parent 69cba84a1b
commit e5941e0c58

View File

@@ -1,30 +0,0 @@
SUMMARY = "QT GUI for Connman with system tray icon"
HOMEPAGE = "https://github.com/andrew-bibb/cmst"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://apps/cmstapp/code/main.cpp;beginline=6;endline=25;md5=a2b717df62aa34074acde09599278068"
LIC_FILES_CHKSUM = "file://apps/rootapp/code/main.cpp;beginline=6;endline=25;md5=a2b717df62aa34074acde09599278068"
inherit qmake5 gtk-icon-cache
DEPENDS += "connman qtbase"
SRC_URI = "git://github.com/andrew-bibb/cmst.git"
SRCREV = "7778754988c3b68b3cfa757c45ed2e44dbe35dd8"
S = "${WORKDIR}/git"
# the *.pro file use some paths, e.g. for install which require ${B} = ${S}
B = "${S}"
EXTRA_QMAKEVARS_PRE += "DISTRO=debian"
# split out the big icons which consume 1.7M space
PACKAGES =+ "${PN}-big-icon"
FILES_${PN} += " \
${datadir}/dbus-1/system-services/org.cmst.roothelper.service \
${datadir}/metainfo/org.cmst.cmst.appdata.xml \
${datadir}/cmst/autostart/cmst-autostart.desktop \
${datadir}/licenses/cmst/LICENSE \
"
FILES_${PN}-big-icon += "${datadir}/icons/hicolor/???x???/*"