aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-app/mkfontdir_1.0.5.bb
blob: ebd5775725b0a3eac0a3bc5426e1e68145a7ef31 (plain)
1
2
3
4
5
6
7
8
9
10
11
require xorg-app-common.inc

DESCRIPTION = "a program to create an index of X font files in a directory"

PE = "1"

RDEPENDS += "mkfontscale"

BBCLASSEXTEND = "native"

LIC_FILES_CHKSUM = "file://COPYING;md5=b4fcf2b90cadbfc15009b9e124dc3a3f"
" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "${GNU_MIRROR}/autogen/rel${PV}/autogen-${PV}.tar.gz \ file://increase-timeout-limit.patch \ file://mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch \ file://redirect-output-dir.patch \ " SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53" SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba" DEPENDS = "guile-native libtool-native libxml2-native" inherit autotools texinfo native pkgconfig # autogen-native links against libguile which may have been relocated with sstate # these environment variables ensure there isn't a relocation issue export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0" export GUILE_LOAD_COMPILED_PATH = "${STAGING_LIBDIR_NATIVE}/guile/2.0/ccache" do_install_append () { create_wrapper ${D}/${bindir}/autogen \ GUILE_LOAD_PATH=${STAGING_DATADIR_NATIVE}/guile/2.0 \ GUILE_LOAD_COMPILED_PATH=${STAGING_LIBDIR_NATIVE}/guile/2.0/ccache }