summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2024-01-12 11:20:43 +0530
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-15 21:50:19 +0000
commitd02fe61c35a7c5dcec5f4e7e6b9f89eae0da8440 (patch)
treef9699a78c39b74519c15adf8dfe59b96cae3be68 /meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
parent28fcb27fbbab03a412f2126da3bec79acda6d9b0 (diff)
downloadmeta-cloud-services-d02fe61c35a7c5dcec5f4e7e6b9f89eae0da8440.tar.gz
Remove tag values from SRC_URI to build recipe
To build the fluentd recipe, facing the Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch 'v1.9.2' for repo 'github.com/fluent/fluentd.git' without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE).", None) To fix this issue, Remove tag values from SRC_URI for recipe and its dependent recipe file. Upgrade "cool.io", "http-parser.rb" and "strptime" recipe to resolve the runtime dependency issue. Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
index 516a72e..553c567 100644
--- a/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
+++ b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
@@ -4,10 +4,14 @@ HOMEPAGE = 'https://rubygems.org/gems/serverengine'
4LICENSE = 'Apache-2.0' 4LICENSE = 'Apache-2.0'
5LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57' 5LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57'
6 6
7SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;tag=v2.2.1' 7SRCREV = '99d44a0989ab3e64e14ac0367aadf76aa13b3583'
8
9SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master'
8 10
9S = '${WORKDIR}/git' 11S = '${WORKDIR}/git'
10 12
11RDEPENDS:${PN} = "sigdump" 13RDEPENDS:${PN} = "sigdump"
12 14
13inherit ruby 15inherit ruby
16
17FILES:${PN} += "${libdir}/*"