diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/hashie_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/hashie_git.bb b/meta-openstack/recipes-devtools/ruby/hashie_git.bb new file mode 100644 index 0000000..92888c6 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/hashie_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "A collection of tools that extend Hashes and make them more useful." | ||
| 5 | DESCRIPTION = "A collection of tools that extend Hashes and make them more useful." | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd1ec82dd4ea7ed5eebb24bebec9f068" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | BPV = "2.1.1" | ||
| 13 | PV = "${BPV}" | ||
| 14 | SRCREV = "378c62ab417dc05555fefa37f50ba908d7a98af5" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | ||
| 19 | git://github.com/intridea/hashie.git \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit ruby | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
