mbox series

[0/9] Let autoreconf run gtkdocize

Message ID 20231212140820.2900963-1-ross.burton@arm.com
Headers show
Series Let autoreconf run gtkdocize | expand

Message

Ross Burton Dec. 12, 2023, 2:08 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Hi,

This series is the result of a distraction whilst yak-shaving on autoconf...

Essentially: let autoreconf run gtkdocize, instead of running it by hand. This
needed some small fixes but mostly removes special-cases.

There are some followup patches needed for meta-oe, which I will send when this
is merged.

Ross

Ross Burton (9):
  nativesdk: ensure features don't get backfilled
  glib-2.0: no need to depend on target gtk-doc
  autotools: append to EXTRA_AUTORECONF
  autotools: don't exclude gtkdocize
  gtk-doc: remove obsolete logic
  gtk-doc: don't use docdir set in environment in gtkdocize
  gtk-doc: don't manually call gtkdocize
  kmod: fix configure with autopoint calling gtkdocize
  util-linux: ensure gtkdocize isn't called

 meta/classes-recipe/autotools.bbclass         |  2 +-
 meta/classes-recipe/gtk-doc.bbclass           | 21 ++----------
 meta/classes-recipe/nativesdk.bbclass         |  3 ++
 .../glib-2.0/glib-2.0/native-gtkdoc.patch     | 21 ++++++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.78.1.bb |  1 +
 meta/recipes-core/glib-2.0/glib.inc           |  2 --
 meta/recipes-core/util-linux/util-linux.inc   |  3 ++
 ...01-Don-t-use-docdir-from-environment.patch | 24 ++++++++++++++
 meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb  |  1 +
 meta/recipes-kernel/kmod/kmod/gtkdocdir.patch | 33 +++++++++++++++++++
 meta/recipes-kernel/kmod/kmod_31.bb           |  3 +-
 11 files changed, 90 insertions(+), 24 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/native-gtkdoc.patch
 create mode 100644 meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch
 create mode 100644 meta/recipes-kernel/kmod/kmod/gtkdocdir.patch