diff options
author | Marek Vasut <marex@denx.de> | 2017-04-07 23:36:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-18 14:21:40 +0200 |
commit | 56c956f6c0f366dadfdece4933548dcd3b2b9fc9 (patch) | |
tree | a3712e3d265946fb5706ee7cc0297263fdec3fa2 /meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |
parent | 104f811a096af0f4a2ddf4359df3fa10d9dd1709 (diff) | |
download | meta-openembedded-56c956f6c0f366dadfdece4933548dcd3b2b9fc9.tar.gz |
fbida: Fix compile-host-path error
Remove the explicit reference to /usr/local/* in Variables.mk.
This is completely bogus and causes failure during cross-compilation.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.10.bb')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb index 2322476c7c..eb31f7b737 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |||
@@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
10 | 10 | ||
11 | DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif" | 11 | DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif" |
12 | 12 | ||
13 | SRC_URI = "https://www.kraxel.org/releases/fbida/fbida-${PV}.tar.gz" | 13 | SRC_URI = "https://www.kraxel.org/releases/fbida/fbida-${PV}.tar.gz \ |
14 | file://0001-Avoid-using-host-path.patch \ | ||
15 | " | ||
14 | SRC_URI[md5sum] = "09460b964b58c2e39b665498eca29018" | 16 | SRC_URI[md5sum] = "09460b964b58c2e39b665498eca29018" |
15 | SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d0b6cb6" | 17 | SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d0b6cb6" |
16 | 18 | ||