0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch 1.2 KB

123456789101112131415161718192021222324252627
  1. From ec777a7f17c28e72f7b0bdcec385656533c50cca Mon Sep 17 00:00:00 2001
  2. From: Alexander Kanavin <alex.kanavin@gmail.com>
  3. Date: Wed, 8 Jan 2020 18:22:46 +0100
  4. Subject: [PATCH] gio/tests/resources.c: comment out a build host-only test
  5. This test requires building resources in a way that is
  6. not cross-compatible (hardcodes ld and objcopy).
  7. Upstream-Status: Inappropriate [oe-core specific]
  8. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  9. ---
  10. gio/tests/resources.c | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/gio/tests/resources.c b/gio/tests/resources.c
  13. index f7dc039..f708876 100644
  14. --- a/gio/tests/resources.c
  15. +++ b/gio/tests/resources.c
  16. @@ -1068,7 +1068,7 @@ main (int argc,
  17. g_test_add_func ("/resource/automatic", test_resource_automatic);
  18. /* This only uses automatic resources too, so it tests the constructors and destructors */
  19. g_test_add_func ("/resource/module", test_resource_module);
  20. - g_test_add_func ("/resource/binary-linked", test_resource_binary_linked);
  21. + /* g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); */
  22. #endif
  23. g_test_add_func ("/resource/uri/query-info", test_uri_query_info);
  24. g_test_add_func ("/resource/uri/file", test_uri_file);