summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-12-27 13:10:47 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-12-27 13:10:47 +0100
commite81acd75f4dec7065ec0311ee1f0f7cd011bb78d (patch)
tree95efc928b527257d08d2465ea81d45d4eb71d613 /recipes
parent59d15388c02caf193b562186cb60cf8118cbb92e (diff)
downloadopenembedded-e81acd75f4dec7065ec0311ee1f0f7cd011bb78d.tar.gz
fso-specs: DEPEND on libxslt-native
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fso-specs_git.bb5
1 files changed, 3 insertions, 2 deletions
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"