All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 13/61] pulseaudio: unbreak build with latest meson
Date: Wed,  5 May 2021 17:18:02 +0200	[thread overview]
Message-ID: <20210505151850.660512-13-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210505151850.660512-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...ild-remove-dependency-on-doxygen-bin.patch | 26 +++++++++++++++++++
 .../pulseaudio/pulseaudio_14.2.bb             |  1 +
 2 files changed, 27 insertions(+)
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch
new file mode 100644
index 0000000000..b1a43bd7f0
--- /dev/null
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch
@@ -0,0 +1,26 @@
+From 4ee244d0824e772ab35abb0f9df5e8088e16fc5d Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Mon, 26 Apr 2021 19:30:40 +0200
+Subject: [PATCH] doxygen/meson.build: remove dependency on doxygen binary
+
+New meson refuses to complete confuguration if doxygen is absent
+even if this target is never actually run. As we never run it,
+let's remove it, until upstream and/or meson figure out that it's
+optional and should be treated as such.
+
+Upstream-Status: Inappropriate [needs proper upstream fix]
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ doxygen/meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/doxygen/meson.build b/doxygen/meson.build
+index afc0e49..df55c83 100644
+--- a/doxygen/meson.build
++++ b/doxygen/meson.build
+@@ -6,5 +6,3 @@ doxygen_conf = configure_file(
+   configuration : cdata,
+ )
+ 
+-run_target('doxygen',
+-  command : ['doxygen', doxygen_conf])
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_14.2.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_14.2.bb
index 03b99306b3..9b8338a665 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_14.2.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_14.2.bb
@@ -6,6 +6,7 @@ SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \
            file://0001-build-sys-Add-an-option-for-enabling-disabling-Valgr.patch \
            file://0001-meson-Check-for-__get_cpuid.patch \
            file://volatiles.04_pulse \
+           file://0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch \
            "
 SRC_URI[md5sum] = "1efc916251910f1e9d4df7810e3e69f8"
 SRC_URI[sha256sum] = "75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1"
-- 
2.31.1


  parent reply	other threads:[~2021-05-05 15:19 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 15:17 [PATCH 01/61] boost: correct upstream version check Alexander Kanavin
2021-05-05 15:17 ` [PATCH 02/61] go: " Alexander Kanavin
2021-05-05 19:33   ` [OE-core] " Khem Raj
2021-05-10 10:36     ` Alexander Kanavin
2021-05-05 15:17 ` [PATCH 03/61] vte: use tarballs again Alexander Kanavin
2021-05-05 15:17 ` [PATCH 04/61] gdk-pixbuf: update 2.40.0 -> 2.42.6 Alexander Kanavin
2021-05-06 14:55   ` [OE-core] " Khem Raj
2021-05-06 18:49     ` Alexander Kanavin
2021-05-06 19:45       ` Khem Raj
2021-05-05 15:17 ` [PATCH 05/61] u-boot: upgrade 2021.01 -> 2021.04 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 06/61] expat: upgrade 2.2.10 -> 2.3.0 Alexander Kanavin
2021-05-05 22:32   ` [OE-core] " Richard Purdie
2021-05-05 22:36     ` Alexander Kanavin
     [not found]     ` <167C4C9FDBAB97AF.3326@lists.openembedded.org>
2021-05-06 12:03       ` Alexander Kanavin
2021-05-05 15:17 ` [PATCH 07/61] glib-2.0: update 2.68.0 -> 2.68.1 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 08/61] gnu-config: update to latest revision Alexander Kanavin
2021-05-05 15:17 ` [PATCH 09/61] dpkg: update 1.20.7.1 -> 1.20.9 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 10/61] cmake: update 3.19.5 -> 3.20.1 Alexander Kanavin
2021-05-05 18:34   ` [OE-core] " Khem Raj
2021-05-05 20:51     ` Otavio Salvador
2021-05-05 22:21       ` Martin Jansa
2021-05-05 22:40         ` Khem Raj
2021-05-05 15:18 ` [PATCH 11/61] meson: update 0.57.1 -> 0.57.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 12/61] systemd: backport a patch to avoid unnecessary rsync dependency with latest meson Alexander Kanavin
2021-05-05 17:58   ` [OE-core] " Khem Raj
2021-05-05 15:18 ` Alexander Kanavin [this message]
2021-05-05 15:18 ` [PATCH 14/61] libdnf: upgrade 0.58.0 -> 0.62.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 15/61] bluez5: upgrade 5.56 -> 5.58 Alexander Kanavin
2021-05-05 18:28   ` [OE-core] " Khem Raj
2021-05-05 15:18 ` [PATCH 16/61] libxkbcommon: update 1.0.3 -> 1.2.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 17/61] libgudev: update 234 -> 236 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 18/61] puzzes: update to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 19/61] vulkan-samples: " Alexander Kanavin
2021-05-05 15:18 ` [PATCH 20/61] gnupg: upgrade 2.2.27 -> 2.3.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 21/61] virglrenderer: update 0.8.2 -> 0.9.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 22/61] ffmpeg: update 4.3.2 -> 4.4 Alexander Kanavin
2021-05-05 18:25   ` [OE-core] " Khem Raj
2021-05-10 12:48     ` Alexander Kanavin
2021-05-10 13:26       ` Trevor Gamblin
2021-05-05 15:18 ` [PATCH 23/61] powertop: update 2.13 -> 2.14 Alexander Kanavin
2021-05-05 18:13   ` [OE-core] " Khem Raj
2021-05-05 18:52     ` Alexander Kanavin
2021-05-05 19:43       ` Khem Raj
2021-05-05 19:49         ` Alexander Kanavin
2021-05-05 21:26           ` Khem Raj
2021-05-05 21:54             ` Alexander Kanavin
2021-05-05 22:02               ` Khem Raj
2021-05-05 22:21                 ` Alexander Kanavin
2021-05-05 22:48                   ` Khem Raj
2021-05-05 15:18 ` [PATCH 24/61] webkitgtk: update 2.30.6 -> 2.32.0 Alexander Kanavin
2021-05-12 22:36   ` [OE-core] " Martin Jansa
2021-05-12 23:02     ` Khem Raj
2021-05-05 15:18 ` [PATCH 25/61] acl: upgrade 2.2.53 -> 2.3.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 26/61] bind: upgrade 9.16.12 -> 9.16.13 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 27/61] bison: upgrade 3.7.5 -> 3.7.6 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 28/61] createrepo-c: upgrade 0.17.0 -> 0.17.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 29/61] cronie: upgrade 1.5.5 -> 1.5.7 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 30/61] dnf: upgrade 4.6.0 -> 4.7.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 31/61] e2fsprogs: upgrade 1.46.1 -> 1.46.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 32/61] gnu-efi: upgrade 3.0.12 -> 3.0.13 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 33/61] systemd-boot: backport a fix to address failures with new gnu-efi Alexander Kanavin
2021-05-05 15:18 ` [PATCH 34/61] gobject-introspection: upgrade 1.66.1 -> 1.68.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 35/61] gtk+3: upgrade 3.24.25 -> 3.24.28 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 36/61] harfbuzz: upgrade 2.7.4 -> 2.8.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 37/61] less: upgrade 563 -> 581 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 38/61] libfm: upgrade 1.3.1 -> 1.3.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 39/61] libinput: upgrade 1.16.4 -> 1.17.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 40/61] libwpe: upgrade 1.8.0 -> 1.10.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 41/61] libxres: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 42/61] linux-firmware: upgrade 20210208 -> 20210315 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 43/61] pango: upgrade 1.48.2 -> 1.48.4 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 44/61] piglit: upgrade to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 45/61] pkgconf: upgrade 1.7.3 -> 1.7.4 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 46/61] python3-hypothesis: upgrade 6.2.0 -> 6.9.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 47/61] python3-importlib-metadata: upgrade 3.4.0 -> 3.10.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 48/61] python3-pytest: upgrade 6.2.2 -> 6.2.3 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 49/61] python3-setuptools-scm: upgrade 5.0.1 -> 6.0.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 50/61] python3-setuptools: upgrade 54.1.1 -> 56.0.0 Alexander Kanavin
2021-05-05 18:07   ` [OE-core] " Khem Raj
2021-05-05 18:49     ` Alexander Kanavin
2021-05-05 15:18 ` [PATCH 51/61] stress-ng: upgrade 0.12.05 -> 0.12.06 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 52/61] vala: upgrade 0.50.4 -> 0.52.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 53/61] x264: upgrade to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 54/61] xkbcomp: upgrade 1.4.4 -> 1.4.5 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 55/61] xorgproto: upgrade 2020.1 -> 2021.3 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 56/61] xserver-xorg: upgrade 1.20.10 -> 1.20.11 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 57/61] python3: add markdown/smartypants/typogrify modules Alexander Kanavin
2021-05-05 15:39   ` [OE-core] " Konrad Weihmann
2021-05-05 17:51     ` Khem Raj
2021-05-05 19:03       ` Alexander Kanavin
2021-05-05 19:06         ` Konrad Weihmann
2021-05-05 19:11           ` Alexander Kanavin
2021-05-05 19:25             ` Konrad Weihmann
2021-05-05 20:10               ` Alexander Kanavin
2021-05-05 15:18 ` [PATCH 58/61] gi-docgen: add a recipe and class Alexander Kanavin
2021-05-05 18:05   ` [OE-core] " Khem Raj
2021-05-05 18:45     ` Alexander Kanavin
2021-05-05 21:09       ` Richard Purdie
2021-05-05 21:28         ` Khem Raj
2021-05-05 21:52           ` Richard Purdie
2021-05-05 22:07             ` Khem Raj
2021-05-05 22:15               ` Alexander Kanavin
2021-05-05 22:16               ` Richard Purdie
2021-05-05 22:55                 ` Khem Raj
2021-05-05 15:18 ` [PATCH 59/61] gdk-pixbuf/pango: replace gtk-doc with gi-docgen Alexander Kanavin
2021-05-05 15:18 ` [PATCH 60/61] Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands" Alexander Kanavin
2021-05-05 15:18 ` [PATCH 61/61] diffoscope: add native libraries to LD_LIBRARY_PATH Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210505151850.660512-13-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.