oe_yp_ruby_gems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
oe_yp_ruby_gems [2020/04/02 11:44] rpjdayoe_yp_ruby_gems [2021/11/23 09:55] (current) – removed rpjday
Line 1: Line 1:
-===== Overview ===== 
- 
-OE/YP processing of Ruby gems, and the layers involved (all master/dunfell branches). 
- 
-===== Layers ===== 
- 
-==== poky ==== 
- 
-  * meta/ 
-    * recipes-devtools/ 
-      * ruby/ 
-        * ruby_2.7.0.bb 
-        * ruby.inc 
- 
-==== meta-cloud-services ==== 
- 
-  * classes/ 
-    * ruby.bbclass 
-  * recipes-support/ 
-    * facter/ 
-      * facter_2.5.0.bb 
-  * meta-openstack/ 
-    * recipes-devtools/ 
-      * ruby/ 
-        * bundler_git.bb 
-        * yard_git.bb 
- 
-===== Sample recipes ===== 
- 
-==== facter_2.5.0.bb (meta-cloud-services) ==== 
- 
-<code> 
-SUMMARY = "Facter gathers basic facts about nodes (systems)" 
-HOMEPAGE = "http://puppetlabs.com/facter" 
-LICENSE = "Apache-2.0" 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ce69a88023d6f6ab282865ddef9f1e41" 
- 
-SRC_URI = " \ 
-    http://downloads.puppetlabs.com/facter/facter-${PV}.tar.gz \ 
-    file://add_facter_gemspec.patch \ 
-" 
-SRC_URI[md5sum] = "58b6b609f19d1c146c600c4dc6e7fa39" 
-SRC_URI[sha256sum] = "47ccbfb8a69e4d48c3c88e47ac1ae754fcc583d4090fa9d838461b3ede7b07cb" 
- 
-inherit ruby 
- 
-DEPENDS += " \ 
-        ruby \ 
-" 
- 
-RUBY_INSTALL_GEMS = "facter-${PV}.gem" 
-</code> 
  
  • oe_yp_ruby_gems.1585827867.txt.gz
  • Last modified: 2020/04/02 11:44
  • by rpjday