/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-changelog-chug_0.0.3.bb | 2 HOMEPAGE = "https://git.sr.ht/~bignose/changelog-chug" 3 LICENSE = "AGPL-3.0-only" 13 python3-semver-native \ 14 python3-docutils-native \ 18 python3-core \ 19 python3-semver \ 20 python3-docutils \
|
H A D | python3-daemon_3.1.2.bb | 1 DESCRIPTION = "Library to implement a well-behaved Unix daemon process" 2 HOMEPAGE = "https://pagure.io/python-daemon/" 5 DEPENDS += "python3-docutils-native python3-changelog-chug-native" 6 RDEPENDS:${PN} = "python3-docutils \ 7 python3-lockfile (>= 0.10) \ 8 python3-resource \ 11 LICENSE = "Apache-2.0 & GPL-3.0-only"
|
H A D | python3-myst-parser_4.0.1.bb | 1 SUMMARY = "An extended commonmark compliant parser, with bridges to docutils/sphinx" 2 HOMEPAGE = "https://github.com/executablebooks/MyST-Parser" 13 python3-docutils \ 14 python3-jinja2 \ 15 python3-pyyaml \ 16 python3-sphinx \
|
H A D | python3-robotframework_7.2.2.bb | 3 testing and acceptance test-driven development (ATDD). It has easy-to-use\ 4 tabular test data syntax and it utilizes the keyword-driven testing approach.\ 6 with Python or Java, and users can create new higher-level keywords from\ 9 LICENSE = "Apache-2.0" 17 python3-shell \ 18 python3-pprint \ 19 python3-xml \ 20 python3-difflib \ 21 python3-threading \ 22 python3-html \ [all …]
|
H A D | python3-kivy_2.3.1.bb | 2 that make use of innovative user interfaces, such as multi-touch apps." 10 # and mali-based OS's. We need to patch the setup file to tell Kivy setup 14 file://0001-add-support-for-glesv2.patch \ 15 file://0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch \ 22 PACKAGES += "${PN}-examples" 23 FILES:${PN}-examples = "/usr/share/kivy-examples" 43 REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" 49 gstreamer1.0-python \ 51 libsdl2-ttf \ 52 libsdl2-image \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-docutils_0.21.2.bb | 1 SUMMARY = "Docutils is a modular system for processing documentation into useful formats" 2 HOMEPAGE = "http://docutils.sourceforge.net" 4 LICENSE = "CC0-1.0 & ZPL-2.1 & BSD-2-Clause & GPL-3.0-only" 12 python3-pprint \ 16 # Make sure we use /usr/bin/env python3 17 for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do 18 sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT
|
H A D | python3-sphinx_8.2.1.bb | 2 HOMEPAGE = "http://sphinx-doc.org/" 4 LICENSE = "BSD-2-Clause & MIT" 13 rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex* 17 python3-alabaster \ 18 python3-babel \ 19 python3-docutils \ 20 python3-imagesize \ 21 python3-jinja2 \ 22 python3-packaging \ 23 python3-pygments \ [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 16 python3: 17 OpenSUSELeap15: python311-base 19 python3-PyYAML: 22 python3-devel: 23 OpenSUSELeap15: python311-devel 25 python3-docutils: 28 python3-numpy: 31 python3-opencv: 34 python3-pillow: 37 python3-pip: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany_2.0.bb | 3 LICENSE = "GPL-2.0-only" 6 DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" 8 inherit features_check autotools pkgconfig perlnative gettext mime-xdg 13 file://0001-configure-Upgrade-to-a-modern-Gettext.patch \ 14 file://geany-2.0-gcc15.patch \ 20 EXTRA_OECONF = "--disable-html-docs" 22 RRECOMMENDS:${PN} += "source-code-pro-fonts"
|
/openbmc/qemu/docs/sphinx/ |
H A D | kerneldoc.py | 1 # coding=utf-8 27 # Please make sure this works on both python2 and python3. 37 from docutils import nodes, statemachine 38 from docutils.statemachine import ViewList 39 from docutils.parsers.rst import directives, Directive 43 from sphinx.util.docutils import switch_source_input 51 """Extract kernel-doc comments from the specified file""" 64 cmd = env.config.kerneldoc_bin + ['-rst', '-enable-lineno'] 66 # Pass the version string to kernel-doc, as it needs to use a different 69 cmd += ['-sphinx-version', sphinx.__version__] [all …]
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 kernel-include 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 22 docutils *prohibit* pathnames pointing to locations *above* the filesystem 27 non-existing variables are left unchanged. 36 from docutils import io, nodes, statemachine 37 from docutils.utils.error_reporting import SafeString, ErrorString [all …]
|
H A D | kerneldoc.py | 1 # coding=utf-8 27 # Please make sure this works on both python2 and python3. 37 from docutils import nodes, statemachine 38 from docutils.statemachine import ViewList 39 from docutils.parsers.rst import directives, Directive 45 """Extract kernel-doc comments from the specified file""" 58 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 66 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 70 cmd += ['-export'] 73 cmd += ['-internal'] [all …]
|
H A D | rstFlatTable.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 flat-table 9 Implementation of the ``flat-table`` reST-directive. 14 The ``flat-table`` (:py:class:`FlatTable`) is a double-stage list similar to 15 the ``list-table`` with some additional features: 17 * *column-span*: with the role ``cspan`` a cell can be extended through 20 * *row-span*: with the role ``rspan`` a cell can be extended through 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 30 * header-rows: [int] count of header rows [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ |
H A D | ctags_6.1.20250518.0.bb | 12 LICENSE = "GPL-2.0-only" 15 inherit autotools-brokensep pkgconfig manpages 18 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" 28 PACKAGECONFIG[readcmd] = "--enable-readcmd,--disable-readcmd" 29 PACKAGECONFIG[etags] = "--enable-etags,--disable-etags" 30 PACKAGECONFIG[xml] = "--enable-xml,--disable-xml,libxml2" 31 PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson" 32 PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" 33 PACKAGECONFIG[yaml] = "--enable-yaml,--disable-yaml,libyaml" 34 PACKAGECONFIG[manpages] = ",,python3-docutils-native"
|
/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/ |
H A D | json-glib_1.10.6.bb | 1 SUMMARY = "JSON-GLib implements a full JSON parser using GLib and GObject" 2 DESCRIPTION = "Use JSON-GLib it is possible to parse and generate valid JSON\ 3 data structures, using a DOM-like API. JSON-GLib also offers GObject \ 7 BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues" 9 LICENSE = "LGPL-2.1-or-later" 12 DEPENDS = "glib-2.0 glib-2.0-native" 14 inherit gnomebase lib_package gobject-introspection gi-docgen gettext ptest-gnome manpages upstream… 21 SRC_URI += " file://run-ptest" 25 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-nati… 26 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/pango/ |
H A D | pango_1.56.3.bb | 6 core of text and font handling for GTK+-2.x." 10 LICENSE = "LGPL-2.0-or-later" 14 inherit gnomebase gi-docgen upstream-version-is-even gobject-introspection 16 UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)" 23 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" 24 DEPENDS += "${@' python3-docutils-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}" 29 PACKAGECONFIG[thai] = "-Dlibthai=enabled,-Dlibthai=disabled,libthai" 34 LEAD_SONAME = "libpango-1.0*" 38 RPROVIDES:${PN} += "pango-modules pango-module-indic-lang \ 39 pango-module-basic-fc pango-module-arabic-lang"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/ |
H A D | taisei_1.4.2.bb | 2 DESCRIPTION = "Taisei Project is an open source fan-game set in the world of \ 3 Tōhō Project. It is a top-down vertical-scrolling curtain fire \ 5 STGs are fast-paced games focused around pattern recognition and \ 7 HOMEPAGE = "https://taisei-project.org" 8 BUGTRACKER = "https://github.com/taisei-project/taisei/issues" 9 LICENSE = "CC-BY-4.0 & CC0-1.0 & MIT" 20 DEPENDS:append:libc-musl = " libucontext" 21 LDFLAGS:append:libc-musl = " -lucontext" 35 SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https \ 36 file://0001-util-consideredharmful-Use-overloadable-func-attribu.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/ |
H A D | iwd_3.8.bb | 3 LICENSE = "LGPL-2.1-only" 9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ 14 inherit autotools manpages pkgconfig python3native systemd update-rc.d 21 PACKAGECONFIG[client] = "--enable-client,--disable-client,readline" 22 PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor" 23 PACKAGECONFIG[manpages] = "--enable-manual-pages,--disable-manual-pages,python3-docutils-native" 24 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired" 25 PACKAGECONFIG[ofono] = "--enable-ofono,--disable-ofono" 26 PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd-servic… 37 install -d ${S}/build-aux [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/ |
H A D | mutter_48.0.bb | 2 LICENSE = "GPL-2.0-only" 6 wayland-native \ 11 gdk-pixbuf \ 14 gsettings-desktop-schemas \ 15 json-glib \ 16 libdisplay-info \ 18 libxcvt-native \ 21 python3-argcomplete-native \ 22 python3-docutils-native \ 28 inherit gnomebase gsettings gobject-introspection gettext features_check [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
H A D | packagegroup-meta-python.bb | 1 SUMMARY = "Meta-python ptest packagegroups" 7 packagegroup-meta-python3 \ 10 # Note that python3-cvxopt requires Fortran support. To enable this, 13 RDEPENDS:packagegroup-meta-python3 = "\ 14 ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ 15 ${@bb.utils.contains("DISTRO_FEATURES", "x11 systemd", "python3-blivetgui", "", d)} \ 19 python3-absl \ 20 python3-aenum \ 21 python3-aiofiles \ 22 python3-aiohttp \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/ |
H A D | alsa-utils_1.2.14.bb | 4 HOMEPAGE = "http://www.alsa-project.org" 5 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" 7 # Some parts are GPL-2.0-or-later, some are GPL-2.0-only (e.g. axfer, alsactl) 8 # so result is GPL-2.0-only 9 LICENSE = "GPL-2.0-only" 12 DEPENDS = "alsa-lib ncurses libsamplerate0" 21 PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" 23 PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-ud… 24 PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native do… 26 # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/drm/ |
H A D | libdrm_2.4.124.bb | 11 DEPENDS = "libpthread-stubs" 20 …FIG ??= "intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv tests install-test-programs" 21 PACKAGECONFIG[intel] = "-Dintel=enabled,-Dintel=disabled,libpciaccess" 22 PACKAGECONFIG[radeon] = "-Dradeon=enabled,-Dradeon=disabled" 23 PACKAGECONFIG[amdgpu] = "-Damdgpu=enabled,-Damdgpu=disabled" 24 PACKAGECONFIG[nouveau] = "-Dnouveau=enabled,-Dnouveau=disabled" 25 PACKAGECONFIG[vmwgfx] = "-Dvmwgfx=enabled,-Dvmwgfx=disabled" 26 PACKAGECONFIG[omap] = "-Domap=enabled,-Domap=disabled" 27 PACKAGECONFIG[exynos] = "-Dexynos=enabled,-Dexynos=disabled" 28 PACKAGECONFIG[freedreno] = "-Dfreedreno=enabled,-Dfreedreno=disabled" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/ |
H A D | kernel-selftest.bb | 3 LICENSE = "GPL-2.0-only" 7 DEPENDS = "rsync-native llvm-native" 13 SRC_URI:append:libc-musl = "\ 16 SRC_URI += "file://run-ptest \ 18 file://0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch \ 27 PACKAGECONFIG:append:toolchain-clang:x86-64 = " bpf" 40 PACKAGECONFIG[bpf] = ",,elfutils elfutils-native libcap libcap-ng rsync-native python3-docutils-nat… 47 inherit linux-kernel-base module-base kernel-arch ptest siteinfo 51 DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" 65 …ANG="clang -fno-stack-protector -target ${TARGET_ARCH} ${TOOLCHAIN_OPTIONS} -isystem ${S} -D__WORD… [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/ |
H A D | librsvg_2.59.2.bb | 9 LICENSE = "LGPL-2.1-or-later" 14 DEPENDS = "cairo gdk-pixbuf glib-2.0 libxml2 pango python3-docutils-native cargo-c-native" 17 …nherit cargo_common gnomebase pixbufcache gobject-introspection rust vala gi-docgen cargo-update-r… 24 require ${BPN}-crates.inc 26 SRC_URI += "file://0001-meson.build-do-not-force-disable-introspection-and-v.patch \ 27 file://0001-gdk-pixbuf-loader-meson.build-do-not-look-for-gdk-pi.patch" 30 UPSTREAM_CHECK_REGEX = "librsvg-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 32 # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles 35 BASEDEPENDS:append = " cargo-native" 37 export EXTRA_NATIVE_PKGCONFIG_PATH = ":${B}/meson-uninstalled" [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
H A D | bluez5.inc | 5 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" 9 DEPENDS = "dbus glib-2.0" 10 PROVIDES += "bluez-hcidump" 11 RPROVIDES:${PN} += "bluez-hcidump" 15 PACKAGECONFIG ??= "obex-profiles \ 18 a2dp-profiles \ 19 avrcp-profiles \ 20 bap-profiles \ 21 bass-profiles \ 22 mcp-profiles \ [all …]
|