mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
15 lines
359 B
BlitzBasic
15 lines
359 B
BlitzBasic
SECTION = "base"
|
|
LICENSE = "BSD"
|
|
include fontconfig_${PV}.bb
|
|
inherit native
|
|
DEPENDS = "freetype-native expat-native zlib-native"
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"
|
|
|
|
EXTRA_OEMAKE = ""
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
install fc-lang/fc-lang ${STAGING_BINDIR}
|
|
install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
|
|
}
|