vala: deprecate target package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 25 Mar 2013 11:42:36 +0000 (11:42 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 25 Mar 2013 22:36:31 +0000 (23:36 +0100)
Vala generates C code from Vala code, and therefore requires a
compiler. Since we are deprecating the native compiler support on the
target, having vala on the target doesn't make sense.

Of course, we keep vala for the host, where compilation happens.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/vala/Config.in

index e0d665c89215fe3cae03391ab6686637dc6936f6..805c7707cff0d90c35200497249fe336b344d59d 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_VALA
        bool "vala"
+       # We no longer support a toolchain on the target
+       depends on BR2_DEPRECATED
        depends on BR2_USE_WCHAR # glib2
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE