blob: ba4f0867ad73499b013d53a1a7a988bcd67dc8d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Common files for Qt/Embedded fonts"
LICENSE = "GPL QPL"
PR = "r4"
SRC_URI = "file://update-qtfontdir"
S = "${WORKDIR}/qt-${PV}"
do_install() {
install -d ${D}${sbindir}/
install -m 0755 ${WORKDIR}/update-qtfontdir ${D}${sbindir}/
sed -i -e 's,@palmtopdir@,${palmtopdir},g' ${D}${sbindir}/update-qtfontdir
}
PACKAGE_ARCH = "all"
|