summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/dynamic-layers/raspberrypi
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-09-07 16:51:33 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-09-07 16:52:10 +0900
commitccd9735f854443ea81750421212b77cd5cd17d7d (patch)
tree44d87fd9350fc05f4c92f9d944e81c1230d11dbe /meta-egvirt/dynamic-layers/raspberrypi
parent79cc9d2d01eca9a47527331e859ff2118f3005a2 (diff)
Change libhomescreen-2017 to libhomescreen
Change libhomescreen-2017 to libhomescreen. Change-Id: Ia436650481637fc4b64329b2bc8ec296ac37c9d0 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'meta-egvirt/dynamic-layers/raspberrypi')
0 files changed, 0 insertions, 0 deletions
teral.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
SUMMARY = "Qt QR code library"
DESCRIPTION = "Qt/C++ library for encoding and visualization of data in a \
QR Code symbol. This library consists of a Qt wrapper for libqrencode, and \
Qt components that are able to visualize the result."
LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94a3f3bdf61243b5e5cf569fbfbbea52"

DEPENDS = "qtbase qtdeclarative qtquickcontrols2 qtsvg qrencode"

SRC_URI = "git://github.com/danielsanfr/qt-qrcode.git;protocol=https \
           file://0001-rework-library-build.patch \
           file://0002-fix-dangling-pointer.patch \
           "
SRCREV = "2d57d9c6e2341689d10f9360a16a08831a4a820b"

PV = "git${SRCPV}"
S = "${WORKDIR}/git/"

inherit qmake5