diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.10.bb')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 5 |
1 files changed, 4 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 1febac8e9..0bf48ace6 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |||
@@ -12,6 +12,9 @@ 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 \ | 14 | file://0001-Avoid-using-host-path.patch \ |
15 | file://fix-preprocessor.patch \ | ||
16 | file://support-jpeg-turbo.patch \ | ||
17 | file://use-jpeg-turbo.patch \ | ||
15 | " | 18 | " |
16 | SRC_URI[md5sum] = "09460b964b58c2e39b665498eca29018" | 19 | SRC_URI[md5sum] = "09460b964b58c2e39b665498eca29018" |
17 | SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d0b6cb6" | 20 | SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d0b6cb6" |
@@ -34,7 +37,7 @@ PACKAGECONFIG[lirc] = ",,lirc" | |||
34 | do_compile() { | 37 | do_compile() { |
35 | sed -i -e 's# fbgs# \$(srcdir)/fbgs#; s#-Ijpeg#-I\$(srcdir)/jpeg#; s# jpeg/# \$(srcdir)/jpeg/#' ${S}/GNUmakefile | 38 | sed -i -e 's# fbgs# \$(srcdir)/fbgs#; s#-Ijpeg#-I\$(srcdir)/jpeg#; s# jpeg/# \$(srcdir)/jpeg/#' ${S}/GNUmakefile |
36 | sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk | 39 | sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk |
37 | sed -i -e 's: cpp: ${TARGET_PREFIX}cpp -I${STAGING_INCDIR}:' ${S}/GNUmakefile | 40 | sed -i -e 's: cpp: ${CPP}:' ${S}/GNUmakefile |
38 | 41 | ||
39 | # Be sure to respect preferences (force to "no") | 42 | # Be sure to respect preferences (force to "no") |
40 | # Also avoid issues when ${BUILD_ARCH} == ${HOST_ARCH} | 43 | # Also avoid issues when ${BUILD_ARCH} == ${HOST_ARCH} |