From: Michael 'Mickey' Lauer Date: Sun, 27 Dec 2009 12:10:47 +0000 (+0100) Subject: fso-specs: DEPEND on libxslt-native X-Git-Tag: Release-2010-05/1~1147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81acd75f4dec7065ec0311ee1f0f7cd011bb78d;p=openembedded.git fso-specs: DEPEND on libxslt-native --- diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb index b346fb54cb..932febad73 100644 --- a/recipes/freesmartphone/fso-specs_git.bb +++ b/recipes/freesmartphone/fso-specs_git.bb @@ -2,9 +2,10 @@ DESCRIPTIONS = "API Specification for freesmartphone.org" AUTHOR = "Michael 'Mickey' Lauer" HOMEPAGE = "http://docs.freesmartphone.org" LICENSE = "BSD" +DEPENDS = "libxslt-native" SECTION = "devel/specifications" -PV = "0.0.1-gitr${SRCREV}" -PR = "r2" +PV = "0.5.0-gitr${SRCREV}" +PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master" S = "${WORKDIR}/git"