| Message ID | 20260129035353.8982-2-liuyd.fnst@fujitsu.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | Investigate hotdoc and add a recipe to build it | expand |
On Thu Jan 29, 2026 at 4:53 AM CET, Yiding Liu (Fujitsu) via lists.openembedded.org wrote: > Move it from meta-openembedded to openembedded-core as it is required by hotdoc 0.17.4. > > Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> > --- Hi Liu, Thanks for your patch. > meta/recipes-devtools/python/python3-appdirs_1.4.4.bb | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 meta/recipes-devtools/python/python3-appdirs_1.4.4.bb > > diff --git a/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb > new file mode 100644 > index 0000000000..bee0b7d815 > --- /dev/null > +++ b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb > @@ -0,0 +1,11 @@ > +SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" You will also need to add an HOMEPAGE line in there. Thanks, Mathieu
On Fri Jan 30, 2026 at 9:28 AM CET, Mathieu Dubois-Briand wrote: > On Thu Jan 29, 2026 at 4:53 AM CET, Yiding Liu (Fujitsu) via lists.openembedded.org wrote: >> Move it from meta-openembedded to openembedded-core as it is required by hotdoc 0.17.4. >> >> Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> >> --- > > Hi Liu, > > Thanks for your patch. > >> meta/recipes-devtools/python/python3-appdirs_1.4.4.bb | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> create mode 100644 meta/recipes-devtools/python/python3-appdirs_1.4.4.bb >> >> diff --git a/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb >> new file mode 100644 >> index 0000000000..bee0b7d815 >> --- /dev/null >> +++ b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb >> @@ -0,0 +1,11 @@ >> +SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." >> +LICENSE = "MIT" >> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" > > You will also need to add an HOMEPAGE line in there. > > Thanks, > Mathieu Hi Liu, I missed that at first, but you will also need to add an entry into meta/conf/distro/include/maintainers.inc for all added recipes. Thanks, Mathieu
diff --git a/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb new file mode 100644 index 0000000000..bee0b7d815 --- /dev/null +++ b/meta/recipes-devtools/python/python3-appdirs_1.4.4.bb @@ -0,0 +1,11 @@ +SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" + +SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" + +inherit pypi setuptools3 ptest-python-pytest + +PTEST_PYTEST_DIR = "test" + +BBCLASSEXTEND = "native nativesdk"
Move it from meta-openembedded to openembedded-core as it is required by hotdoc 0.17.4. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> --- meta/recipes-devtools/python/python3-appdirs_1.4.4.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-appdirs_1.4.4.bb