diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-25 11:42:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-25 23:36:31 +0100 |
commit | d26c729845a9e04e871f88878fa3916c7ab272b0 (patch) | |
tree | b8911db5c1a77f6a87a66b0c05edb53003dc9ef3 /package/vala | |
parent | 7441228fb62b3c93efc03a173f57d6fec5486068 (diff) | |
download | buildroot-d26c729845a9e04e871f88878fa3916c7ab272b0.tar.gz buildroot-d26c729845a9e04e871f88878fa3916c7ab272b0.zip |
vala: deprecate target package
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>
Diffstat (limited to 'package/vala')
-rw-r--r-- | package/vala/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/vala/Config.in b/package/vala/Config.in index e0d665c892..805c7707cf 100644 --- a/package/vala/Config.in +++ b/package/vala/Config.in @@ -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 |