mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
fontconfig-native: Be clear about FILE search path
This avoids warnings from the new file checksum code. (From OE-Core rev: 75abd412cd4294ec0bcd544630988dd2ed042ff8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,6 +5,8 @@ DEPENDS = "freetype-native expat-native zlib-native"
|
||||
EXTRA_OEMAKE = ""
|
||||
EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % d.getVar('STAGING_BINDIR', True)][os.path.isfile('%s/freetype-config' % d.getVar('STAGING_BINDIR', True))]}"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${bindir}/
|
||||
install fc-lang/fc-lang ${D}${bindir}/
|
||||
|
||||
Reference in New Issue
Block a user