diff options
Diffstat (limited to 'recipes/vala/vala.inc')
| -rw-r--r-- | recipes/vala/vala.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index 1cecc098f9..a81fe2776d 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -2,13 +2,15 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. Vala compiles to plain C and has no runtime environment nor penalities whatsoever." SECTION = "devel" DEPENDS = "glib-2.0 dbus" +BBCLASSEXTEND = "native" +DEPENDS_virtclass-native = "glib-2.0-native dbus-native" HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" -INC_PR = "r1" +INC_PR = "r2" # # WARNING: This source release has specifically been built for OpenEmbedded. -# Don't update to an upstream release! +# Don't update to any upstream release without consulting the recipe maintainer. # SRC_URI = "\ |
