mbox series

[v2,0/5] Investigate hotdoc and add a recipe to build it

Message ID 20260213101006.21517-1-liuyd.fnst@fujitsu.com
Headers show
Series Investigate hotdoc and add a recipe to build it | expand

Message

Liu Yiding Feb. 13, 2026, 10:10 a.m. UTC
In order to solve the issue of orc
https://bugzilla.yoctoproject.org/show_bug.cgi?id=16144

Add new recipe hotdoc and its runtime dependence to make gstreamer/orc to use it.

Liu Yiding (5):

  [oe][meta-python][PATCH v2] hotdoc : Add new recipe

  Add following 4 recipes for runtime dependence of hotdoc.
  [oe][meta-python][PATCH] python3-schema: Add new recipe
  [oe][meta-python][PATCH] python3-toposort: Add new recipe
  [oe][meta-python][PATCH] python3-wheezy-template: Add new recipe
  [oe][meta-python][PATCH] python3-dbus-deviation: Add new recipe

 ...ment_scanner-fix-function-prototypes.patch | 32 +++++++++
 ...y-backports-dependency-on-sufficient.patch | 72 +++++++++++++++++++
 .../hotdoc/0003-CMake-4-compatibility.patch   | 44 ++++++++++++
 ...e-flex-with-noline-option-to-prevent.patch | 29 ++++++++
 .../recipes-devtools/hotdoc/hotdoc_0.17.4.bb  | 28 ++++++++
 ...o-donwload-requierment-which-will-ca.patch | 27 +++++++
 .../python/python3-dbus-deviation_0.6.1.bb    | 20 ++++++
 .../python/python3-schema_0.7.8.bb            | 10 +++
 .../python/python3-toposort_1.10.bb           | 10 +++
 .../python/python3-wheezy-template_3.2.4.bb   | 13 ++++
 10 files changed, 285 insertions(+)
 create mode 100644 meta-python/recipes-devtools/hotdoc/hotdoc/0001-c_comment_scanner-fix-function-prototypes.patch
 create mode 100644 meta-python/recipes-devtools/hotdoc/hotdoc/0002-avoid-third-party-backports-dependency-on-sufficient.patch
 create mode 100644 meta-python/recipes-devtools/hotdoc/hotdoc/0003-CMake-4-compatibility.patch
 create mode 100644 meta-python/recipes-devtools/hotdoc/hotdoc/0004-Use-flex-with-noline-option-to-prevent.patch
 create mode 100644 meta-python/recipes-devtools/hotdoc/hotdoc_0.17.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-dbus-deviation/0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-schema_0.7.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-toposort_1.10.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-wheezy-template_3.2.4.bb