diff options
Diffstat (limited to 'recipes/qpf-fonts/qpf-font-common_1.0.bb')
-rw-r--r-- | recipes/qpf-fonts/qpf-font-common_1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/qpf-fonts/qpf-font-common_1.0.bb b/recipes/qpf-fonts/qpf-font-common_1.0.bb new file mode 100644 index 0000000000..ba4f0867ad --- /dev/null +++ b/recipes/qpf-fonts/qpf-font-common_1.0.bb @@ -0,0 +1,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" |