/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | texinfo.bbclass | 8 # texinfo utilities at build-time. Native and cross recipes are made to use the 9 # dummy scripts provided by texinfo-dummy-native, for improved performance. 12 # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and 15 …b.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-du… 16 TEXDEP:class-native = "texinfo-dummy-native" 17 TEXDEP:class-cross = "texinfo-dummy-native" 18 TEXDEP:class-crosssdk = "texinfo-dummy-native" 19 TEXDEP:class-cross-canadian = "texinfo-dummy-native" 23 TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/ |
H A D | texinfo_7.2.bb | 5 HOMEPAGE = "http://www.gnu.org/software/texinfo/" 10 PROVIDES:append:class-native = " texinfo-replacement-native" 25 DEPENDS = "zlib ncurses texinfo-replacement-native" 28 TARGET_PATCH = "file://0003-texinfo-Update-to-5.1.patch" 31 SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \ 32 file://0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch \ 39 tex_texinfo = "texmf/tex/texinfo" 62 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo} 78 …info ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo ${datadir}/texi2a…
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | Makefile | 163 .PHONY: texinfo 164 texinfo: target 165 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo 173 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo 175 make -C $(BUILDDIR)/texinfo info
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/ |
H A D | texinfo-dummy-native.bb | 1 SUMMARY = "Fake version of the texinfo utility suite" 17 # To avoid texinfo-dummy-native and texinfo-native conflicting we install to base_bindir 18 # which is later in PATH than bindir where texinfo-native installs
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/ |
H A D | 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch | 4 Subject: [PATCH] texinfo: several changes to build without zlib and ncurses 6 We already DEPEND on the native texinfo being present before building so 7 there isn't any need to try and build the required native texinfo binaries
|
/openbmc/ibm-logging/ |
H A D | .gitignore | 32 # http://www.gnu.org/software/texinfo 34 /texinfo.tex
|
/openbmc/openpower-dbus-interfaces/ |
H A D | .gitignore | 34 # http://www.gnu.org/software/texinfo 36 /texinfo.tex
|
/openbmc/ibm-dbus-interfaces/ |
H A D | .gitignore | 34 # http://www.gnu.org/software/texinfo 36 /texinfo.tex
|
/openbmc/hiomapd/ |
H A D | .gitignore | 34 # http://www.gnu.org/software/texinfo 36 /texinfo.tex
|
/openbmc/phosphor-mboxd/ |
H A D | .gitignore | 34 # http://www.gnu.org/software/texinfo 36 /texinfo.tex
|
/openbmc/obmc-console/ |
H A D | .gitignore | 34 # http://www.gnu.org/software/texinfo 36 /texinfo.tex
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/ |
H A D | octave_7.2.0.bb | 19 texinfo \ 27 inherit autotools pkgconfig texinfo gettext gtk-icon-cache mime-xdg features_check
|
/openbmc/phosphor-user-manager/ |
H A D | .gitignore | 44 # http://www.gnu.org/software/texinfo 46 /texinfo.tex
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 116 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,texinfo,$(var),texinfo,$(var))) 121 $(MAKE) -C $(BUILDDIR)/texinfo info
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 56 texinfo 122 texinfo 236 texinfo
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | Makefile | 50 .PHONY: all html texinfo epub xml latex 54 texinfo: all target
|
/openbmc/openbmc/poky/meta/recipes-support/gmp/ |
H A D | gmp.inc | 6 inherit autotools texinfo multilib_header
|
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/ |
H A D | diffutils.inc | 8 inherit autotools texinfo update-alternatives gettext
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/ |
H A D | autoconf-archive_2024.10.16.bb | 11 inherit autotools allarch texinfo
|
/openbmc/openbmc/poky/meta/recipes-support/libmpc/ |
H A D | libmpc.inc | 7 inherit autotools texinfo
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gengetopt/ |
H A D | gengetopt_2.23.bb | 13 inherit autotools texinfo
|
/openbmc/openbmc/poky/meta/recipes-extended/time/ |
H A D | time_1.9.bb | 9 inherit texinfo update-alternatives
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mikmod/ |
H A D | libmikmod_3.3.11.1.bb | 6 DEPENDS = "alsa-lib texinfo"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/ |
H A D | cgdb_0.8.0.bb | 10 inherit autotools texinfo
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kfigure.py | 136 texinfo = (visit_kernel_image, pass_handle), 145 texinfo = (visit_kernel_figure, pass_handle), 154 texinfo = (visit_kernel_render, pass_handle),
|