diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 11:05:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:54 +0100 |
| commit | ed14592700054418c4d502def30453ef625e0f74 (patch) | |
| tree | f5599b3479ccf4712fee51cb3e441a23c1e4ab73 /meta/recipes-graphics/fontconfig | |
| parent | 277f18eeb2e75ed55ce8ede36245b5a4fbe83d97 (diff) | |
| download | poky-ed14592700054418c4d502def30453ef625e0f74.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-graphics/fontconfig')
| -rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb index a2fd409c42..cee94de534 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb | |||
| @@ -5,6 +5,8 @@ DEPENDS = "freetype-native expat-native zlib-native" | |||
| 5 | EXTRA_OEMAKE = "" | 5 | EXTRA_OEMAKE = "" |
| 6 | 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))]}" | 6 | 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))]}" |
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:" | ||
| 9 | |||
| 8 | do_install_append () { | 10 | do_install_append () { |
| 9 | install -d ${D}${bindir}/ | 11 | install -d ${D}${bindir}/ |
| 10 | install fc-lang/fc-lang ${D}${bindir}/ | 12 | install fc-lang/fc-lang ${D}${bindir}/ |
