Home
last modified time | relevance | path

Searched refs:rdoc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/
H A D0006-Make-gemspecs-reproducible.patch16 lib/rdoc/rdoc.gemspec | 1 +
67 diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
69 --- a/lib/rdoc/rdoc.gemspec
70 +++ b/lib/rdoc/rdoc.gemspec
74 s.name = "rdoc"
H A D0003-rdoc-build-reproducible-documentation.patch3 Subject: rdoc: build reproducible documentation
12 lib/rdoc/generator/json_index.rb | 4 ++--
13 lib/rdoc/rdoc.rb | 2 +-
16 --- a/lib/rdoc/generator/json_index.rb
17 +++ b/lib/rdoc/generator/json_index.rb
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/
H A Druby_3.1.3.bb27 file://0003-rdoc-build-reproducible-documentation.patch \
60 # rdoc is off by default due to non-reproducibility reported in
62 PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc,"
107 cp -r ${S}/lib/did_you_mean ${S}/lib/rdoc ${D}${PTEST_PATH}/lib
125 PACKAGES =+ "${PN}-ri-docs ${PN}-rdoc"
131 SUMMARY:${PN}-rdoc = "RDoc documentation generator from Ruby source"
132 RDEPENDS:${PN}-rdoc = "${PN}"
133 FILES:${PN}-rdoc += "${libdir}/ruby/*/rdoc ${bindir}/rdoc"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Ddiagnose.py151 def rdoc(num_elements=1000): function
172 data = rdoc(num_elements)
206 data = rdoc(num_elements)
/OK3568_Linux_fs/buildroot/package/ruby/
H A Druby.mk90 RUBY_EXTENSIONS_REMOVE = rake* rdoc* rubygems*
92 rm -f $(addprefix $(TARGET_DIR)/usr/bin/, gem rdoc ri rake)