diff options
| author | Stefano Babic <sbabic@denx.de> | 2017-05-12 18:17:10 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:50:59 +0200 |
| commit | e231deaa5aacc88a8862e95037ce39d6e49a7220 (patch) | |
| tree | e6d12fe713e9b49a3a5a52d117b14c453614830c /meta-oe/recipes-graphics/fbida | |
| parent | b1581f062c7a7a1c561e029b883b609820583d5a (diff) | |
| download | meta-openembedded-e231deaa5aacc88a8862e95037ce39d6e49a7220.tar.gz | |
fbida: inherit pkgconfig and unblacklist
Missing pkgconfig does not let build the package.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb index eb31f7b737..1febac8e9f 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |||
| @@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d | |||
| 18 | 18 | ||
| 19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
| 20 | 20 | ||
| 21 | inherit pkgconfig | ||
| 22 | |||
| 21 | EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile" | 23 | EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile" |
| 22 | 24 | ||
| 23 | PACKAGECONFIG ??= "gif png curl" | 25 | PACKAGECONFIG ??= "gif png curl" |
| @@ -66,5 +68,3 @@ do_install() { | |||
| 66 | } | 68 | } |
| 67 | 69 | ||
| 68 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash" | 70 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash" |
| 69 | |||
| 70 | PNBLACKLIST[fbida] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130677/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
