aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-20 11:46:59 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-20 11:46:59 +0100
commit68ff3b4cef9bd83df7c102c2f4d31999d645daee (patch)
treea4e3a6e448209884852eef7594b7c799b77de3de /recipes
parent84f302c25be32c87529995b83bea8edaff4ca485 (diff)
downloadopenembedded-68ff3b4cef9bd83df7c102c2f4d31999d645daee.tar.gz
fso-apm: add correct DEPENDS and bump PV to what configure.ac is saying (2.0.0)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fso-apm_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb
index 9a2c8a264c..18347978e5 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -3,7 +3,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console"
LICENSE = "GPLv2"
-PV = "0.1.0+gitr${SRCREV}"
+DEPENDS = "vala-native"
+PV = "2.0.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"