mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
fontconfig-native: call out freetype-config-native, not freetype-config. the inadvertant inclusion of the target staging dirs in the lib search paths can break the x86 builds.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@615 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
include fontconfig_${PV}.bb
|
require fontconfig_${PV}.bb
|
||||||
inherit native
|
inherit native
|
||||||
DEPENDS = "freetype-native expat-native zlib-native"
|
DEPENDS = "freetype-native expat-native zlib-native"
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"
|
||||||
SRC_URI += " file://stop-fc-cache.patch;patch=1"
|
SRC_URI += " file://stop-fc-cache.patch;patch=1"
|
||||||
|
|
||||||
EXTRA_OEMAKE = ""
|
EXTRA_OEMAKE = ""
|
||||||
|
EXTRA_OECONF += "--with-freetype-config=${STAGING_BINDIR}/freetype-config-native"
|
||||||
|
|
||||||
do_stage () {
|
do_stage () {
|
||||||
oe_runmake install
|
oe_runmake install
|
||||||
|
|||||||
Reference in New Issue
Block a user