Skip to content

Instantly share code, notes, and snippets.

@mpvader
Created December 28, 2017 16:19
Show Gist options
  • Save mpvader/651798ab785edf64351c690127c047ce to your computer and use it in GitHub Desktop.
Save mpvader/651798ab785edf64351c690127c047ce to your computer and use it in GitHub Desktop.
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit qmakeve
inherit daemontools
SRC_URI = " \
gitsm://github.com/osaether/dbus-tsmppt.git;tag=v${PV};protocol=https \
"
S = "${WORKDIR}/git/software"
DEST_DIR = "${D}${bindir}"
DAEMONTOOLS_SERVICE_DIR = "${bindir}/service"
DAEMONTOOLS_RUN = "softlimit -d 100000000 -s 1000000 -a 100000000 ${bindir}/${PN}"
# why? dbus connection, will be fixed when switching to common code..
EXTRA_QMAKEVARS_POST += "DEFINES+=TARGET_ccgx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment