From c3c67d0b26299fee090fb4d391eb18f8699982ba Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 12 Oct 2024 02:13:49 +0000 Subject: strptime: convert to v2 build format Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" RDEPENDS:${PN} = "bash" -inherit ruby +inherit rubyv2 + +GEM_NAME = "strptime" +GEM_SPEC_FILE = "strptime.gemspec" FILES:${PN} += "${libdir}/*" -- cgit v1.2.3-54-g00ecf