diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-07 13:00:08 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-07 13:00:08 +0200 |
commit | f5fa15933e241729b37b8bd9868bd575e974c90b (patch) | |
tree | b349667dbdf7ad711eb0d920a40df53cd6a7fb42 /recipes/vala/vala-native_git.bb | |
parent | a8ba77b61d7eddbe8b8b50431576967de7799970 (diff) | |
parent | e7f45a4a42650380405c2eefca76d72068d8e2b0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/vala/vala-native_git.bb')
-rw-r--r-- | recipes/vala/vala-native_git.bb | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb index 66abd5e292..545849b9d3 100644 --- a/recipes/vala/vala-native_git.bb +++ b/recipes/vala/vala-native_git.bb @@ -1,17 +1,13 @@ -require vala_0.5.7.bb -# vala from git always needs the latest released version to compile itself -DEPENDS = "vala-native" - -SRCREV = "e7462e3ed00b75c16c11c27f6d8a640c7f35fafc" -PV := "0.5.7+0.5.8pre02-gitr${SRCREV}" +require vala.inc +inherit native -DEFAULT_PREFERENCE = "-1" +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}" SRC_URI = "\ - ${FREESMARTPHONE_GIT}/vala;protocol=git;branch=master \ + ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \ file://static-dbus-methods.patch;patch=1 \ " S = "${WORKDIR}/git" - -inherit native -DEPENDS = "glib-2.0-native" |