diff options
| author | Hitendra Prajapati <hprajapati@mvista.com> | 2024-01-12 11:20:43 +0530 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-01-15 21:50:19 +0000 |
| commit | d02fe61c35a7c5dcec5f4e7e6b9f89eae0da8440 (patch) | |
| tree | f9699a78c39b74519c15adf8dfe59b96cae3be68 /meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb | |
| parent | 28fcb27fbbab03a412f2126da3bec79acda6d9b0 (diff) | |
| download | meta-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/http-parser.rb_0.6.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb deleted file mode 100644 index 296b8dd..0000000 --- a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "simple callback-based HTTP request/response parser" | ||
| 2 | HOMEPAGE = "https://rubygems.org/gems/http_parser.rb" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/tmm1/http_parser.rb.git;protocol=https;tag=v0.6.0;branch=master" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | # Bitbake doesn't allow the underscore in file name, hence the dash | ||
| 12 | SRCNAME = "http_parser.rb" | ||
| 13 | |||
| 14 | DEPENDS = "git" | ||
| 15 | |||
| 16 | inherit ruby | ||
| 17 | |||
| 18 | # Download the submodules | ||
| 19 | do_configure:prepend() { | ||
| 20 | cd ${WORKDIR}/git | ||
| 21 | git submodule update --init --recursive | ||
| 22 | } | ||
