public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Liu Yiding <liuyd.fnst@fujitsu.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][PATCH 6/6] orc: Enable hotdoc to produce doc
Date: Thu, 29 Jan 2026 11:53:53 +0800	[thread overview]
Message-ID: <20260129035353.8982-7-liuyd.fnst@fujitsu.com> (raw)
In-Reply-To: <20260129035353.8982-1-liuyd.fnst@fujitsu.com>

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 .../orc/orc/0001-Fix-hotdoc-run-error.patch   | 37 +++++++++++++++++++
 meta/recipes-devtools/orc/orc_0.4.42.bb       |  5 ++-
 2 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/orc/orc/0001-Fix-hotdoc-run-error.patch

diff --git a/meta/recipes-devtools/orc/orc/0001-Fix-hotdoc-run-error.patch b/meta/recipes-devtools/orc/orc/0001-Fix-hotdoc-run-error.patch
new file mode 100644
index 0000000000..277ce038f8
--- /dev/null
+++ b/meta/recipes-devtools/orc/orc/0001-Fix-hotdoc-run-error.patch
@@ -0,0 +1,36 @@
+Subject: [PATCH] Fix hotdoc run error.
+
+Fix the following error.
+| Running custom install script 'tmp/work/x86-64-v3-poky-linux/orc/0.4.42/recipe-sysroot-native/usr/bin/meson.real --internal hotdoc --install orc-doc/html --docdir /usr/share/doc/orc/html --name orc --builddir tmp/work/x86-64-v3-poky-linux/orc/0.4.42/build/doc tmp/work/x86-64-v3-poky-linux/orc/0.4.42/recipe-sysroot-native/usr/bin/hotdoc run --conf-file orc-doc.json'
+| --- stdout ---
+|
+| --- stderr ---
+| ERROR: [doc-tree]: (index-extension-not-found): tmp/work/x86-64-v3-poky-linux/orc/0.4.42/sources/orc-0.4.42/doc/sitemap.txt:8:10: No extension named c for index page
+| 00006:                tutorial.md
+| 00007:                opcodes.md
+| 00008:        c-index
+|               ^
+| 00009:
+|
+
+Remove c-index as it is not in the doc directory.
+
+Upstream-Status: Pending
+
+Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
+---
+ doc/sitemap.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/doc/sitemap.txt b/doc/sitemap.txt
+index 568b367..40a7f99 100644
+--- a/doc/sitemap.txt
++++ b/doc/sitemap.txt
+@@ -5,4 +5,3 @@ index.md
+ 		concepts.md
+ 		tutorial.md
+ 		opcodes.md
+-	c-index
+-- 
+2.43.0
+
diff --git a/meta/recipes-devtools/orc/orc_0.4.42.bb b/meta/recipes-devtools/orc/orc_0.4.42.bb
index f56b9058c2..b73c8df04d 100644
--- a/meta/recipes-devtools/orc/orc_0.4.42.bb
+++ b/meta/recipes-devtools/orc/orc_0.4.42.bb
@@ -4,11 +4,14 @@ DESCRIPTION = "Optimised Inner Loop Runtime Compiler is a Library and set of too
 LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
-SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
+SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz \
+           file://0001-Fix-hotdoc-run-error.patch \
+          "
 SRC_URI[sha256sum] = "7ec912ab59af3cc97874c456a56a8ae1eec520c385ec447e8a102b2bd122c90c"
 
 inherit meson pkgconfig
 
+DEPENDS = "hotdoc-native"
 # distinguish from apache:orc
 CVE_PRODUCT = "gstreamer:orc"
 
-- 
2.43.0



  parent reply	other threads:[~2026-01-29  3:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29  3:53 [PATCH 0/6] Investigate hotdoc and add a recipe to build it Liu Yiding
2026-01-29  3:53 ` [OE-core][PATCH 1/6] python3-appdirs: Add new recipe Liu Yiding
2026-01-30  8:28   ` Mathieu Dubois-Briand
2026-01-30 21:36     ` Mathieu Dubois-Briand
2026-01-29  3:53 ` [OE-core][PATCH 2/6] python3-schema: " Liu Yiding
2026-01-29  3:53 ` [OE-core][PATCH 3/6] python3-toposort: " Liu Yiding
2026-01-29  3:53 ` [OE-core][PATCH 4/6 v2] python3-wheezy-template: " Liu Yiding
2026-01-29  3:53 ` [OE-core][PATCH 5/6 v3] hotdoc: " Liu Yiding
2026-01-29  3:53 ` Liu Yiding [this message]
2026-01-29  4:01   ` Patchtest results for [OE-core][PATCH 6/6] orc: Enable hotdoc to produce doc patchtest
2026-01-29 11:26   ` Alexander Kanavin
2026-01-30  2:19     ` 回复: " Yiding Liu (Fujitsu)
2026-02-05  2:59       ` Yiding Liu (Fujitsu)
2026-02-05  9:50         ` Alexander Kanavin
2026-02-10  2:41           ` 回复: " Yiding Liu (Fujitsu)
2026-02-10  9:41             ` Alexander Kanavin
2026-02-11  2:35               ` 回复: " Yiding Liu (Fujitsu)
2026-02-11 11:47                 ` Alexander Kanavin
2026-02-12  2:16                   ` 回复: " Yiding Liu (Fujitsu)
2026-02-12 11:42                     ` Alexander Kanavin
2026-02-05 14:06   ` Ross Burton

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=20260129035353.8982-7-liuyd.fnst@fujitsu.com \
    --to=liuyd.fnst@fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox