mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
update gtkhtml2 patches and update to a newer more functional Web snapshot git-svn-id: https://svn.o-hand.com/repos/poky@251 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
408 B
BlitzBasic
16 lines
408 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}"
|
|
SRC_URI += " file://stop-fc-cache.patch;patch=1"
|
|
|
|
EXTRA_OEMAKE = ""
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
install fc-lang/fc-lang ${STAGING_BINDIR}
|
|
install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
|
|
}
|