diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-01-10 13:07:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:54:05 +0000 |
| commit | 79431f5ae35ee1d0eeab8143d5537d627b277f92 (patch) | |
| tree | 7a599136139d1a13a21ab08104aa49a173ddff3c | |
| parent | c8c1c1e4e0e1d477452f64c58aa8cd0a94c2fa5c (diff) | |
| download | poky-79431f5ae35ee1d0eeab8143d5537d627b277f92.tar.gz | |
util-linux: enable gtk-doc
Now that we've solved the util-linux - gtk-doc - xmlto - util-linux
dependency loop, we can enable gtk-doc in util-linux.
We explicitly disable it in util-linux-libuuuid as this doesn't have API
documentation.
(From OE-Core rev: 6999719143df04816c74fbc46d4a97b377bc0b36)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.39.3.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb index 5d759aed94..ec04c1d384 100644 --- a/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb +++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb | |||
| @@ -6,7 +6,10 @@ require util-linux.inc | |||
| 6 | inherit autotools gettext pkgconfig | 6 | inherit autotools gettext pkgconfig |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/util-linux-${PV}" | 8 | S = "${WORKDIR}/util-linux-${PV}" |
| 9 | |||
| 10 | EXTRA_AUTORECONF += "--exclude=gtkdocize" | ||
| 9 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" | 11 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" |
| 12 | |||
| 10 | LICENSE = "BSD-3-Clause" | 13 | LICENSE = "BSD-3-Clause" |
| 11 | 14 | ||
| 12 | do_install:append() { | 15 | do_install:append() { |
diff --git a/meta/recipes-core/util-linux/util-linux_2.39.3.bb b/meta/recipes-core/util-linux/util-linux_2.39.3.bb index 8c08167401..9fd3a5f525 100644 --- a/meta/recipes-core/util-linux/util-linux_2.39.3.bb +++ b/meta/recipes-core/util-linux/util-linux_2.39.3.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | require util-linux.inc | 1 | require util-linux.inc |
| 2 | 2 | ||
| 3 | #gtk-doc is not enabled as it requires xmlto which requires util-linux | 3 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest gtk-doc |
| 4 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest | ||
| 5 | DEPENDS = "libcap-ng ncurses virtual/crypt zlib util-linux-libuuid" | 4 | DEPENDS = "libcap-ng ncurses virtual/crypt zlib util-linux-libuuid" |
| 6 | 5 | ||
| 7 | PACKAGES =+ "${PN}-swaponoff" | 6 | PACKAGES =+ "${PN}-swaponoff" |
