diff options
-rw-r--r-- | recipes/vala/vala-native_git.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb deleted file mode 100644 index 698ad4a301..0000000000 --- a/recipes/vala/vala-native_git.bb +++ /dev/null @@ -1,11 +0,0 @@ -require vala.inc -inherit native - -DEPENDS = "glib-2.0-native" -# vala from git always needs the latest released version to compile itself -PV = "0.7.0-fso1-gitr${SRCREV}" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \ -" -S = "${WORKDIR}/git" |