bitbake meta-toolchain with task-sdk-basae fails without this when runned from scratch with the following error log : mimedir-attachment.h:24:18: error: glib.h: No such file or directory mimedir-attachment.h:25:25: error: glib-object.h: No such file or directory
Signed-off-by: Eric Benard <[email protected]> --- recipes/libmimedir/libmimedir_0.4.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/libmimedir/libmimedir_0.4.2.bb b/recipes/libmimedir/libmimedir_0.4.2.bb index 6364246..3a37037 100644 --- a/recipes/libmimedir/libmimedir_0.4.2.bb +++ b/recipes/libmimedir/libmimedir_0.4.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCal SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "intltool-native" +DEPENDS = "intltool-native glib-2.0" PR = "r0" inherit autotools pkgconfig gpe -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
