[meta-lsi] [PATCH 29/41] gcc: Add fortran subpkgs to IMAGE_INSTALL

Daniel Dragomir daniel.dragomir at windriver.com
Thu Jan 28 04:29:32 PST 2016


To avoid the folowing error, add fortran subpackges -staticdev
and -dbg to the final image (in IMAGE_INSTALL variable).
*Error: libgfortran-dev not found in the base feeds

The problem is the default RDEPENDS from ${PN}-dev to ${PN}
meta/conf/bitbake.conf: RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})"

Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
 recipes-core/images/axxia-image-large.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/images/axxia-image-large.bb b/recipes-core/images/axxia-image-large.bb
index 3a91eb2..080d60e 100644
--- a/recipes-core/images/axxia-image-large.bb
+++ b/recipes-core/images/axxia-image-large.bb
@@ -182,6 +182,8 @@ gfortran \
 gfortran-symlinks \
 libgfortran \
 libgfortran-dev \
+libgfortran-dbg \
+libgfortran-staticdev \
 "
 
 DESCRIPTION = ""
-- 
1.9.1



More information about the meta-lsi mailing list