From: Klaus Kurzmann Date: Mon, 19 Oct 2009 20:08:07 +0000 (+0200) Subject: vala-dbus-binding-tool-native: depend on libgee-native X-Git-Tag: Release-2010-05/1~2034^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcebb7e0ca0ea033c5984fd71978c1ff0b32d1b;p=openembedded.git vala-dbus-binding-tool-native: depend on libgee-native Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb index 72f835e6a5..b2a471dd00 100644 --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb +++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Vala DBus Binding Tool" SECTION = "console" LICENSE = "GPLv2" -DEPENDS = "vala-native intltool-native libxml2-native" +DEPENDS = "vala-native libgee-native intltool-native libxml2-native" PV = "0.1.0+gitr${SRCREV}" SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master"