0002-Remove-GTK2-leftovers.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. From fb7bd8511d55cf0d24f6f93768f51773cf434a59 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
  3. Date: Fri, 8 Jan 2021 21:59:45 +0100
  4. Subject: [PATCH] Remove GTK2 leftovers
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. It seems that these cause install performed twice causing natsy races -
  9. see [1] and search for 'TOPDIR/build/tmpfs/hosttools/install -c -m 644
  10. ../../libxfce4ui-4.16.0/libxfce4ui/libxfce4ui.h'
  11. [1] https://errors.yoctoproject.org/Errors/Details/540832/
  12. Upstream-Status: Submitted [https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/29]
  13. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
  14. ---
  15. libxfce4ui/Makefile.am | 9 ---------
  16. 1 file changed, 9 deletions(-)
  17. diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
  18. index 935eece..bc5afac 100644
  19. --- a/libxfce4ui/Makefile.am
  20. +++ b/libxfce4ui/Makefile.am
  21. @@ -51,15 +51,6 @@ libxfce4ui_sources = \
  22. xfce-filename-input.c \
  23. xfce-titled-dialog.c
  24. -libxfce4ui_includedir = \
  25. - $(includedir)/xfce4/libxfce4ui-$(LIBXFCE4UI_VERSION_API)/libxfce4ui
  26. -
  27. -libxfce4ui_include_HEADERS = \
  28. - $(libxfce4ui_headers)
  29. -
  30. -
  31. -
  32. -
  33. ##
  34. ## GTK+ 3 support library
  35. ##
  36. --
  37. 2.26.2