]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
perl-gd: mark as broken
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 27 Aug 2014 11:51:59 +0000 (13:51 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 27 Aug 2014 19:31:02 +0000 (21:31 +0200)
perl-gd doesn't build on gcc10 due to the host Perl being a bit
old. This shows a defiency in the perl package infrastructure, which
is being worked on. However, since it won't be solved before 2014.08,
our only solution for now is to mark perl-gd as broken, as well as its
reverse dependency perl-gdgraph.

Avoids:

  http://autobuild.buildroot.org/results/228/228b43e67e683cecfa3851a8a030d06e9fdc6dac/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/perl-gd/Config.in
package/perl-gdgraph/Config.in

index 7c85cfcb5b3089d41e3bff4c7ba90f390f79e9c7..3434507b39146314bf828b57de786a206d12a952 100644 (file)
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_PERL_GD
        bool "perl-gd"
        depends on !BR2_PREFER_STATIC_LIB
+       # Does not build on machines having a old host perl
+       depends on BR2_BROKEN
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_LIBPNG
        select BR2_PACKAGE_FREETYPE
index e722c062b4d1e78e871e91cee8abf65cf8e3f955..972a5c53926f4be4892c0a660b602c11e9a6fb95 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PERL_GDGRAPH
        bool "perl-gdgraph"
        depends on !BR2_PREFER_STATIC_LIB
+       depends on BR2_BROKEN # perl-gd
        select BR2_PACKAGE_PERL_GD
        select BR2_PACKAGE_PERL_GDTEXTUTIL
        help