From 3a8c8d04f734b72673d397c81b23398b982608a7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 5 Jan 2011 09:58:09 +0100 Subject: [PATCH] fsotdld: add dependency to libsoup-2.4 --- recipes/freesmartphone/fsotdld_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb index f40c62350b..295139abbc 100644 --- a/recipes/freesmartphone/fsotdld_git.bb +++ b/recipes/freesmartphone/fsotdld_git.bb @@ -1,11 +1,11 @@ require cornucopia.inc inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" PV = "0.3.1+gitr${SRCPV}" PE = "1" -DEPENDS += "libfsotransport libfsoresource json-glib" +DEPENDS += "libfsotransport libfsoresource json-glib libsoup-2.4" inherit update-rc.d -- 2.11.4.GIT