18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
# Copyright (C) 2017, Digi International Inc.
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${BP}:"
|
|
|
|
SRC_URI += " \
|
|
file://qtsmarthome.desktop \
|
|
file://qtsmarthome.png \
|
|
file://0001-qtsmarthome-fix-runtime-warning.patch \
|
|
"
|
|
|
|
do_install:append() {
|
|
install -d ${D}${datadir}/applications ${D}${datadir}/pixmaps
|
|
install -m 0644 ${WORKDIR}/qtsmarthome.desktop ${D}${datadir}/applications
|
|
install -m 0644 ${WORKDIR}/qtsmarthome.png ${D}${datadir}/pixmaps
|
|
}
|
|
|
|
RDEPENDS:${PN} += "qtsvg-plugins"
|