summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 02:13:49 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 02:13:49 +0000
commitc3c67d0b26299fee090fb4d391eb18f8699982ba (patch)
treeb950077f9e2d24ee061d2a7f0b055613931ad45d
parent9727e8efd190836e7cba20900bf514abb4ffd7af (diff)
downloadmeta-cloud-services-c3c67d0b26299fee090fb4d391eb18f8699982ba.tar.gz
strptime: convert to v2 build format
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
index d568272..900e0f2 100644
--- a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
@@ -12,6 +12,9 @@ S = "${WORKDIR}/git"
12 12
13RDEPENDS:${PN} = "bash" 13RDEPENDS:${PN} = "bash"
14 14
15inherit ruby 15inherit rubyv2
16
17GEM_NAME = "strptime"
18GEM_SPEC_FILE = "strptime.gemspec"
16 19
17FILES:${PN} += "${libdir}/*" 20FILES:${PN} += "${libdir}/*"