diff options
Diffstat (limited to 'meta-openstack/recipes-support/facter/facter_2.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-support/facter/facter_2.3.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/facter/facter_2.3.0.bb b/meta-openstack/recipes-support/facter/facter_2.3.0.bb new file mode 100644 index 0000000..b5a46e7 --- /dev/null +++ b/meta-openstack/recipes-support/facter/facter_2.3.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Facter gathers basic facts about nodes (systems)" | ||
| 2 | HOMEPAGE = "http://puppetlabs.com/facter" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ce69a88023d6f6ab282865ddef9f1e41" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | http://downloads.puppetlabs.com/facter/facter-${PV}.tar.gz \ | ||
| 8 | file://add_facter_gemspec.patch \ | ||
| 9 | " | ||
| 10 | SRC_URI[md5sum] = "7bb6dbeaef86cd79300b4723c06932bc" | ||
| 11 | SRC_URI[sha256sum] = "a91ea915b276172e002a8670684e5c6be7df1dfdd55db6937d27fffad70c5e51" | ||
| 12 | |||
| 13 | inherit ruby | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | ruby \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RUBY_INSTALL_GEMS = "facter-${PV}.gem" | ||
