diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
commit | d35318a9a356ca654f02bbc878a33fe6cc869ad6 (patch) | |
tree | 9acdcd47256d4f9e9dd30df1f949074d977d23c2 /recipes/vala/vala-native_git.bb | |
parent | b87f7e3a475c965dd4a7c60277ef617f16e915ba (diff) | |
parent | f6eb78a867e439f4cd67ce2a9fc06eb74743a909 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/vala/vala-native_git.bb')
-rw-r--r-- | recipes/vala/vala-native_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb index 545849b9d3..698ad4a301 100644 --- a/recipes/vala/vala-native_git.bb +++ b/recipes/vala/vala-native_git.bb @@ -3,11 +3,9 @@ inherit native DEPENDS = "glib-2.0-native" # vala from git always needs the latest released version to compile itself -DEPENDS += "vala-bootstrap-native" -PV = "0.6.0-fso1-gitr${SRCREV}" +PV = "0.7.0-fso1-gitr${SRCREV}" SRC_URI = "\ - ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \ - file://static-dbus-methods.patch;patch=1 \ + ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \ " S = "${WORKDIR}/git" |