libmimedir: add glib-2.0 dependency
authorEric Benard <eric@eukrea.com>
Sat, 15 May 2010 09:14:53 +0000 (11:14 +0200)
committerEric Bénard <eric@eukrea.com>
Wed, 19 May 2010 12:03:04 +0000 (14:03 +0200)
* bitbake meta-toolchain with task-sdk-base 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 Bénard <eric@eukrea.com>
recipes/libmimedir/libmimedir_0.4.2.bb

index 6364246..d1f62d7 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCal
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-DEPENDS = "intltool-native"
-PR = "r0"
+DEPENDS = "intltool-native glib-2.0"
+PR = "r1"
 
 inherit autotools pkgconfig gpe