diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-27 13:10:47 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-27 13:10:47 +0100 |
commit | e81acd75f4dec7065ec0311ee1f0f7cd011bb78d (patch) | |
tree | 95efc928b527257d08d2465ea81d45d4eb71d613 | |
parent | 59d15388c02caf193b562186cb60cf8118cbb92e (diff) |
fso-specs: DEPEND on libxslt-native
-rw-r--r-- | recipes/freesmartphone/fso-specs_git.bb | 5 |
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" |