Re: [meta-python] [PATCH] python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
wangmy
For each patch, I searched for the update information. If the content is too long, I did not add it to the commit information. I will add relevant links in the future (if the content is too long). Â Â -- Best Regards --------------------------------------------------- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China TEL: +86+25-86630566-8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wangmy@... http://www.fujitsu.com/cn/fnst/ Â From: openembedded-devel@... <openembedded-devel@...>
On Behalf Of Tim Orling
Sent: Tuesday, November 1, 2022 1:25 PM To: Wang, Mingyu/王 鸣瑜 <wangmy@...> Cc: Openembedded-devel@... Subject: Re: [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2  Will you PLEASE put info in the commit message for such a major upgrade? It took me 5 seconds to find this link:   On Mon, Oct 31, 2022 at 7:08 PM wangmy <wangmy@...> wrote:
|
|
Re: [meta-python] [PATCH] python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
Will you PLEASE put info in the commit message for such a major upgrade? It took me 5 seconds to find this link: On Mon, Oct 31, 2022 at 7:08 PM wangmy <wangmy@...> wrote: From: Wang Mingyu <wangmy@...> |
|
[meta-python] [PATCH] python3-zeroconf: upgrade 0.39.2 -> 0.39.3
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: Fix port changes not being seen by ServiceInfo (#1100) Signed-off-by: Wang Mingyu <wangmy@...> --- .../{python3-zeroconf_0.39.2.bb => python3-zeroconf_0.39.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.39.2.bb => python3-zeroconf_0.39.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.39.3.bb index 53642c6308..a7ce78d746 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" -SRC_URI[sha256sum] = "629d2a0dd7a2b9af5bc5eb0c8402755e87a2d00f7015c72834fc0958ccda2835" +SRC_URI[sha256sum] = "829de9ade964f1fdc1e55564a163f82dcc6e124fd858a4ad43cf324a6fb5a937" inherit pypi setuptools3 -- 2.25.1 |
|
[meta-python] [PATCH] python3-websockets: upgrade 10.3 -> 10.4
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: ========== New features ------------ Validated compatibility with Python 3.11. Added the latency property to protocols. Changed ping to return the latency of the connection. Supported overriding or removing the User-Agent header in clients and the Server header in servers. Added deployment guides for more Platform as a Service providers. Improvements ------------- Improved FAQ. Signed-off-by: Wang Mingyu <wangmy@...> --- .../{python3-websockets_10.3.bb => python3-websockets_10.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-websockets_10.3.bb => python3-websockets_10.4.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-websockets_10.3.bb b/meta-python/recipes-devtools/python/python3-websockets_10.4.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-websockets_10.3.bb rename to meta-python/recipes-devtools/python/python3-websockets_10.4.bb index 64b96d3ed7..fac4d7a424 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_10.3.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_10.4.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6" inherit pypi setuptools3 -SRC_URI[sha256sum] = "fc06cc8073c8e87072138ba1e431300e2d408f054b27047d047b549455066ff4" +SRC_URI[sha256sum] = "eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3" BBCLASSEXTEND = "native nativesdk" -- 2.25.1 |
|
[meta-python] [PATCH] python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- ...s-toolbelt_0.10.0.bb => python3-requests-toolbelt_0.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests-toolbelt_0.10.0.bb => python3-requests-toolbelt_0.10.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb rename to meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb index 77b99a78ed..b2678952cd 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" SRC_URI = "file://run-ptest \ " -SRC_URI[sha256sum] = "f695d6207931200b46c8ef6addbc8a921fb5d77cc4cd209c2e7d39293fcd2b30" +SRC_URI[sha256sum] = "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d" inherit pypi setuptools3 ptest -- 2.25.1 |
|
[meta-python] [PATCH] python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- ...hon3-pytest-xdist_2.5.0.bb => python3-pytest-xdist_3.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-xdist_2.5.0.bb => python3-pytest-xdist_3.0.2.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.0.2.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-xdist_3.0.2.bb index c3e69e3e0a..4024905710 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.0.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pytest-xdist" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" -SRC_URI[sha256sum] = "4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf" +SRC_URI[sha256sum] = "688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291" inherit pypi python_setuptools_build_meta -- 2.25.1 |
|
[meta-python] [PATCH] python3-protobuf: upgrade 4.21.8 -> 4.21.9
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- .../{python3-protobuf_4.21.8.bb => python3-protobuf_4.21.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-protobuf_4.21.8.bb => python3-protobuf_4.21.9.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.21.8.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.21.9.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-protobuf_4.21.8.bb rename to meta-python/recipes-devtools/python/python3-protobuf_4.21.9.bb index 1eb1832619..7970d0b90e 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.21.8.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_4.21.9.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a inherit pypi setuptools3 -SRC_URI[sha256sum] = "427426593b55ff106c84e4a88cac855175330cb6eb7e889e85aaa7b5652b686d" +SRC_URI[sha256sum] = "61f21493d96d2a77f9ca84fefa105872550ab5ef71d21c458eb80edcf4885a99" # http://errors.yoctoproject.org/Errors/Details/184715/ # Can't find required file: ../src/google/protobuf/descriptor.proto -- 2.25.1 |
|
[meta-python] [PATCH] python3-pint: upgrade 0.20 -> 0.20.1
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: ========= - Simplify registry subclassing. (Issue #1631) - Restore intersphinx cross reference functionality. (Issue #1637) - Use a newer version of flexparser that can deal with imports in linked/temporary folders. (Issue #1634) Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-pint_0.20.bb => python3-pint_0.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pint_0.20.bb => python3-pint_0.20.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pint_0.20.bb b/meta-python/recipes-devtools/python/python3-pint_0.20.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pint_0.20.bb rename to meta-python/recipes-devtools/python/python3-pint_0.20.1.bb index fc25eeed47..625f50f847 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.20.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.20.1.bb @@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint" inherit pypi ptest python_setuptools_build_meta -SRC_URI[sha256sum] = "4035f6d1431913afd86a056959e35d342399b0ab7d6f8cad1f0f6058dc83fad8" +SRC_URI[sha256sum] = "387cf04078dc7dfe4a708033baad54ab61d82ab06c4ee3d4922b1e45d5626067" DEPENDS += "python3-setuptools-scm-native" -- 2.25.1 |
|
[meta-python] [PATCH] python3-nmap: upgrade 1.5.4 -> 1.6.0
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-nmap_1.5.4.bb => python3-nmap_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nmap_1.5.4.bb => python3-nmap_1.6.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb rename to meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb index 828d7089b2..0a6de2d6b6 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb @@ -8,7 +8,7 @@ DEPENDS += "${PYTHON_PN}-wheel-native" PYPI_PACKAGE = "python3-nmap" -SRC_URI[sha256sum] = "cd5b0180d4d8cfe96c33e5e7956fa011379af108e2e8291b84e933b6385856e9" +SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c956255" inherit pypi setuptools3 -- 2.25.1 |
|
[meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- .../{python3-jsonref_0.3.0.bb => python3-jsonref_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python-jsonref/{python3-jsonref_0.3.0.bb => python3-jsonref_1.0.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb similarity index 81% rename from meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb rename to meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb index 4daaf521fc..caa8b60250 100644 --- a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb +++ b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gazpachoking/jsonref" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a34264f25338d41744dca1abfe4eb18f" -SRC_URI[sha256sum] = "68b330c6815dc0d490dbb3d65ccda265ddde9f7856fd2f3322f971d456ea7549" +SRC_URI[sha256sum] = "db1ab1faa75a5ffaa2693104a7deb23471c716fb2edc4db27b7408bf90dff157" inherit pypi setuptools3 -- 2.25.1 |
|
[meta-python] [PATCH] python3-pytest-html: upgrade 3.1.1 -> 3.2.0
wangmy
From: Wang Mingyu <wangmy@...>
no-pip.patch removed since it's included in 3.2.0 Changelog: chore: Deactivate broken test for now (#557) Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/python3-pytest-html/no-pip.patch | 24 ------------------- ..._3.1.1.bb => python3-pytest-html_3.2.0.bb} | 4 +--- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch rename meta-python/recipes-devtools/python/{python3-pytest-html_3.1.1.bb => python3-pytest-html_3.2.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch b/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch deleted file mode 100644 index e120498846..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch +++ /dev/null @@ -1,24 +0,0 @@ -Upstream-Status: Submitted [https://github.com/pytest-dev/pytest-html/pull/516] -Signed-off-by: Ross Burton <ross.burton@...> - -From d7fbc79d428323c838ce68a51e1e1806c2096a76 Mon Sep 17 00:00:00 2001 -From: Ross Burton <ross.burton@...> -Date: Mon, 23 May 2022 13:46:50 +0100 -Subject: [PATCH] pip isn't a build dependency - -It's possible, and even desirable, to build modern Python code without pip, for example by using the `build` and `installer` packages. ---- - pyproject.toml | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 2683f072..e3f25bf7 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,6 +1,5 @@ - [build-system] - requires = [ -- "pip >= 19.3.1", - "setuptools >= 42", - "setuptools_scm[toml] >= 3.5.0", - "setuptools_scm_git_archive >= 1.1", diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb index 1bbdfb633b..713a84b416 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb @@ -4,7 +4,7 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" -SRC_URI[sha256sum] = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" +SRC_URI[sha256sum] = "c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3" PYPI_PACKAGE = "pytest-html" @@ -12,8 +12,6 @@ inherit pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-git-archive-native" -SRC_URI += "file://no-pip.patch" - RDEPENDS:${PN} += " \ ${PYTHON_PN}-pytest \ " -- 2.25.1 |
|
[meta-python] [PATCH] python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
wangmy
From: Wang Mingyu <wangmy@...>
License-Update: Copyright year updated to 2022. Changelog: ========== Dropped support for legacy Pythons (2.7, 3.6 or older). Switched CI to GitHub Actions. Removed dependency on the py library (that was not properly specified as a dependency anyway). Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in #211. Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in #224. Now no save is attempted if --benchmark-disable is used. Fixes #205. Contributed by Friedrich Delgado in #207. Signed-off-by: Wang Mingyu <wangmy@...> --- ...enchmark_3.4.1.bb => python3-pytest-benchmark_4.0.0.bb} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest-benchmark_3.4.1.bb => python3-pytest-benchmark_4.0.0.bb} (56%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb similarity index 56% rename from meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb rename to meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb index bde9935ffe..98ba6c3822 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb @@ -1,12 +1,9 @@ -# Copyright (C) 2021 Khem Raj <raj.khem@...> -# Released under the MIT license (see COPYING.MIT for the terms) - SUMMARY = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer." HOMEPAGE = "https://github.com/ionelmc/pytest-benchmark" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c7d2e9d24c2b5bad57ca894da972e22e" -SRC_URI[sha256sum] = "40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0cd7b47" +SRC_URI[sha256sum] = "fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1" inherit pypi setuptools3 -- 2.25.1 |
|
[meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0
wangmy
From: Wang Mingyu <wangmy@...>
License-Update: Copyright year updated to 2022 Changelog: ========== Use native namespace package configuration Drop support for Python 3.6 Signed-off-by: Wang Mingyu <wangmy@...> --- ...{python3-luma-oled_3.8.1.bb => python3-luma-oled_3.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-luma-oled_3.8.1.bb => python3-luma-oled_3.9.0.bb} (70%) diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb rename to meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb index a551e46fcb..4d34fbb01f 100644 --- a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb @@ -4,11 +4,11 @@ A small library to drive an OLED device with either SSD1306 , SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351 or SH1106 chipset" HOMEPAGE = "https://github.com/rm-hull/luma.oled" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c328c862c3335ad464e1c9a3ba574249" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=20adf60219f02398b350b8bfbdad7a58" inherit pypi setuptools3 -SRC_URI[sha256sum] = "a9b445ecc686e9413ddac655544da21d801bbc6b94612736cf59283e6b92bcbb" +SRC_URI[sha256sum] = "e51c2ce5b88d591f9c64ab49d6bd5abd26759b87180706d615fec796569b6f6b" CLEANBROKEN = "1" -- 2.25.1 |
|
[meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
wangmy
From: Wang Mingyu <wangmy@...>
License-Update: Copyright year updated to 2022. Changelog: ========== Cleaned up use of cPickle. Contributed by Sandro Tosi in #62. Cleaned up more dead Python 2 code. Added Python 3.11 wheels. Dropped support for Python 3.6. Signed-off-by: Wang Mingyu <wangmy@...> --- ...ject-proxy_1.7.1.bb => python3-lazy-object-proxy_1.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-lazy-object-proxy_1.7.1.bb => python3-lazy-object-proxy_1.8.0.bb} (61%) diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb similarity index 61% rename from meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb rename to meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb index 4c20fcc861..46ef296262 100644 --- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb @@ -2,10 +2,10 @@ SUMMARY = "A fast and thorough lazy object proxy" HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" LICENSE = "BSD-2-Clause" SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c7d2e9d24c2b5bad57ca894da972e22e" DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-pip-native" -SRC_URI[sha256sum] = "d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4" +SRC_URI[sha256sum] = "c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156" inherit pypi setuptools3 -- 2.25.1 |
|
[PATCH] samba: Fix install conflict with multilib enabled.
leimaohui
Signed-off-by: Lei Maohui <leimaohui@...>
--- ...tiong-of-python-to-fix-the-install-confli.patch | 122 +++++++++++++++++++++ .../recipes-connectivity/samba/samba_4.14.14.bb | 1 + 2 files changed, 123 insertions(+) create mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-Deleted-settiong-of-python-to-fix-the-install-confli.patch diff --git a/meta-networking/recipes-connectivity/samba/samba/0001-Deleted-settiong-of-python-to-fix-the-install-confli.patch b/meta-networking/recipes-connectivity/samba/samba/0001-Deleted-settiong-of-python-to-fix-the-install-confli.patch new file mode 100644 index 0000000..6e4cdf1 --- /dev/null +++ b/meta-networking/recipes-connectivity/samba/samba/0001-Deleted-settiong-of-python-to-fix-the-install-confli.patch @@ -0,0 +1,122 @@ +From f8e1d71e702dfc6965ecb3109738b5d188af4267 Mon Sep 17 00:00:00 2001 +From: Lei Maohui <leimaohui@...> +Date: Sun, 30 Oct 2022 11:59:31 +0900 +Subject: [PATCH] Deleted settiong of python to fix the install conflict error + when enable multilib. + + file /usr/bin/samba-tool conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba-gpupdate conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba_dnsupdate conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba_downgrade_db conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba_kcc conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba_spnupdate conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + file /usr/sbin/samba_upgradedns conflicts between attempted installs of samba-4.14.14-r0.core2_64 and lib32-samba-4.14.14-r0.i686 + +The conflict is because there is a difference between of lib32-samba-* and samba-* as the following: +64bit: +sys.path.insert(0, "/usr/lib64/python3.10/site-packages") + +32bit: +sys.path.insert(0, "/usr/lib/python3.10/site-packages") + +But this setting is for environment when running from source tree. There +is no necessary on target. + +Upstream-Status: Inappropriate +Signed-off-by: Lei Maohui <leimaohui@...> +--- + source4/scripting/bin/samba-gpupdate | 1 - + source4/scripting/bin/samba-tool | 1 - + source4/scripting/bin/samba_dnsupdate | 1 - + source4/scripting/bin/samba_downgrade_db | 1 - + source4/scripting/bin/samba_kcc | 1 - + source4/scripting/bin/samba_spnupdate | 1 - + source4/scripting/bin/samba_upgradedns | 1 - + 7 files changed, 7 deletions(-) + +diff --git a/source4/scripting/bin/samba-gpupdate b/source4/scripting/bin/samba-gpupdate +index 85300e1..02f40cd 100755 +--- a/source4/scripting/bin/samba-gpupdate ++++ b/source4/scripting/bin/samba-gpupdate +@@ -25,7 +25,6 @@ applied, have changed, or is in the right container''' + import os + import sys + +-sys.path.insert(0, "bin/python") + + import optparse + from samba import getopt as options +diff --git a/source4/scripting/bin/samba-tool b/source4/scripting/bin/samba-tool +index f8a70a6..3c818de 100755 +--- a/source4/scripting/bin/samba-tool ++++ b/source4/scripting/bin/samba-tool +@@ -22,7 +22,6 @@ + import sys + + # Find right direction when running from source tree +-sys.path.insert(0, "bin/python") + + # make sure the script dies immediately when hitting control-C, + # rather than raising KeyboardInterrupt. As we do all database +diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate +index 518bb89..277f0ee 100755 +--- a/source4/scripting/bin/samba_dnsupdate ++++ b/source4/scripting/bin/samba_dnsupdate +@@ -36,7 +36,6 @@ os.environ['PYTHONUNBUFFERED'] = '1' + os.environ["TZ"] = "GMT" + + # Find right directory when running from source tree +-sys.path.insert(0, "bin/python") + + import samba + import optparse +diff --git a/source4/scripting/bin/samba_downgrade_db b/source4/scripting/bin/samba_downgrade_db +index 87a989b..93a7f8c 100755 +--- a/source4/scripting/bin/samba_downgrade_db ++++ b/source4/scripting/bin/samba_downgrade_db +@@ -24,7 +24,6 @@ import optparse + import sys + + # Find right directory when running from source tree +-sys.path.insert(0, "bin/python") + + + import samba +diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc +index 122a5ed..79165f3 100755 +--- a/source4/scripting/bin/samba_kcc ++++ b/source4/scripting/bin/samba_kcc +@@ -37,7 +37,6 @@ os.environ['PYTHONUNBUFFERED'] = '1' + os.environ["TZ"] = "GMT" + + # Find right directory when running from source tree +-sys.path.insert(0, "bin/python") + + import optparse + import time +diff --git a/source4/scripting/bin/samba_spnupdate b/source4/scripting/bin/samba_spnupdate +index 84ff771..b6fe041 100755 +--- a/source4/scripting/bin/samba_spnupdate ++++ b/source4/scripting/bin/samba_spnupdate +@@ -32,7 +32,6 @@ os.environ['PYTHONUNBUFFERED'] = '1' + os.environ["TZ"] = "GMT" + + # Find right directory when running from source tree +-sys.path.insert(0, "bin/python") + + import samba, ldb + import optparse +diff --git a/source4/scripting/bin/samba_upgradedns b/source4/scripting/bin/samba_upgradedns +index 308dbb0..d00244f 100755 +--- a/source4/scripting/bin/samba_upgradedns ++++ b/source4/scripting/bin/samba_upgradedns +@@ -27,7 +27,6 @@ import grp + from base64 import b64encode + import shlex + +-sys.path.insert(0, "bin/python") + + import ldb + import samba +-- +2.25.1 diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.14.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.14.bb index f88dee6..9d7259e 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.14.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.14.bb @@ -23,6 +23,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ file://0001-Fix-pyext_PATTERN-for-cross-compilation.patch \ file://0001-smbtorture-skip-test-case-tfork_cmd_send.patch \ file://0001-waf-Fix-errors-with-Werror-implicit-function-declara.patch \ + file://0001-Deleted-settiong-of-python-to-fix-the-install-confli.patch \ " SRC_URI:append:libc-musl = " \ -- 1.8.3.1 |
|
Re: [master][PATCH] weston: update 10.0.2 -> 11.0.0
On Mon, Oct 31, 2022 at 8:38 AM Pablo Saavedra Rodi?o
<psaavedra@...> wrote: Thanks for your contribution Pablo. This recipe belongs to openembedded-core and that has its own mailing list for patches called openembedded-core@..., so please resend it to that ml. --- |
|
[master][PATCH] weston: update 10.0.2 -> 11.0.0
Pablo Saavedra Rodi?o
Highlights for this release:
- Continued work on color management infrastructure: In Weston 11, if you enable the tentative, experimental and WIP color management option, Weston will not only blend in linear light, but you can also set up a monitor ICC profile and Weston will do some kind of color mapping from sRGB to that profile. Furthermore, you can configure a monitor into HDR mode and deliver HDR characteristics from weston.ini to the monitor, but Weston will *not* produce proper HDR content yet, meaning the display is incorrect. - Various RDP improvements. - Performance improvements in the DRM backend. - Support for the wp_single_pixel_buffer_v1 protocol. - weston_buffer refactoring. - Groundwork for running multiple backends at the same time (e.g. KMS + RDP) and for multi-GPU support in the DRM backend. This is not supported yet, but may be in a future release. Breaking changes for users: - The cms-static and cms-colord plugins are now deprecated. - A number of features have been removed from desktop-shell: multiple workspaces, zoom, exposay. - wl_shell support has been removed (superseded by xdg-shell). - The fbdev backend has been removed (superseded by KMS). - weston-launch and launcher-direct have been removed (superseded by libseat). - The weston-info and weston-gears clients have been removed (weston-info is superseded by wayland-info). - The KMS max-bpc property is now set by default. If you experience black screens with (faulty) monitors, try lowering it in weston.ini. - Weston will now abort when running out of memory. Weston is not suitable for memory constrained environments. --- .../wayland/{weston_10.0.2.bb => weston_11.0.0.bb} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) rename meta/recipes-graphics/wayland/{weston_10.0.2.bb => weston_11.0.0.bb} (93%) diff --git a/meta/recipes-graphics/wayland/weston_10.0.2.bb b/meta/recipes-graphics/wayland/weston_11.0.0.bb similarity index 93% rename from meta/recipes-graphics/wayland/weston_10.0.2.bb rename to meta/recipes-graphics/wayland/weston_11.0.0.bb index 786d12be61..ba4f4062d0 100644 --- a/meta/recipes-graphics/wayland/weston_10.0.2.bb +++ b/meta/recipes-graphics/wayland/weston_11.0.0.bb @@ -13,7 +13,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downlo file://systemd-notify.weston-start \ " -SRC_URI[sha256sum] = "89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7" +SRC_URI[sha256sum] = "a6138d4dc9554560ac304312df456019f4be025ec79130f05fb5f2e41c091e1d" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" UPSTREAM_CHECK_REGEX = "weston-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" @@ -58,12 +58,8 @@ PACKAGECONFIG[wayland] = "-Dbackend-wayland=true,-Dbackend-wayland=false,virtual PACKAGECONFIG[x11] = "-Dbackend-x11=true,-Dbackend-x11=false,virtual/libx11 libxcb libxcb libxcursor cairo" # Headless Weston PACKAGECONFIG[headless] = "-Dbackend-headless=true,-Dbackend-headless=false" -# Weston on framebuffer -PACKAGECONFIG[fbdev] = "-Ddeprecated-backend-fbdev=true,-Ddeprecated-backend-fbdev=false,udev mtdev" # Weston on RDP PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp" -# weston-launch -PACKAGECONFIG[launch] = "-Ddeprecated-weston-launch=true,-Ddeprecated-weston-launch=false,drm" # VA-API desktop recorder PACKAGECONFIG[vaapi] = "-Dbackend-drm-screencast-vaapi=true,-Dbackend-drm-screencast-vaapi=false,libva" # Weston with EGL support @@ -77,7 +73,7 @@ PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false # Weston with Xwayland support (requires X11 and Wayland) PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false" # colord CMS support -PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord" +PACKAGECONFIG[colord] = "-Ddeprecated-color-management-colord=true,-Ddeprecated-color-management-colord=false,colord" # Clients support PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLECLIENTS} -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" # Virtual remote output with GStreamer on DRM backend -- 2.34.1 |
|
[meta-oe][PATCH V4] minio: add recipe for minio client
Sakib Sajal
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). Signed-off-by: Sakib Sajal <sakib.sajal@...> --- .../recipes-extended/minio/minio/modules.txt | 208 +++++++ meta-oe/recipes-extended/minio/minio_git.bb | 158 ++++++ meta-oe/recipes-extended/minio/src_uri.inc | 509 ++++++++++++++++++ 3 files changed, 875 insertions(+) create mode 100644 meta-oe/recipes-extended/minio/minio/modules.txt create mode 100644 meta-oe/recipes-extended/minio/minio_git.bb create mode 100644 meta-oe/recipes-extended/minio/src_uri.inc diff --git a/meta-oe/recipes-extended/minio/minio/modules.txt b/meta-oe/recipes-extended/minio/minio/modules.txt new file mode 100644 index 000000000..fbd01e51a --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio/modules.txt @@ -0,0 +1,208 @@ +# github.com/charmbracelet/bubbletea v0.19.3 +## explicit +# github.com/cheggaaa/pb v1.0.29 +## explicit +# github.com/dustin/go-humanize v1.0.0 +## explicit +# github.com/fatih/color v1.13.0 +## explicit +# github.com/go-ole/go-ole v1.2.6 +## explicit +# github.com/goccy/go-json v0.8.1 +## explicit +# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 +## explicit +# github.com/google/uuid v1.3.0 +## explicit +# github.com/inconshreveable/mousetrap v1.0.0 +## explicit +# github.com/json-iterator/go v1.1.12 +## explicit +# github.com/klauspost/compress v1.13.6 +## explicit +# github.com/mattn/go-ieproxy v0.0.1 +## explicit +# github.com/mattn/go-isatty v0.0.14 +## explicit +# github.com/minio/cli v1.22.0 +## explicit +# github.com/minio/colorjson v1.0.2 +## explicit +# github.com/minio/filepath v1.0.0 +## explicit +# github.com/minio/madmin-go v1.4.3 +## explicit +# github.com/minio/md5-simd v1.1.2 +## explicit +# github.com/minio/minio-go/v7 v7.0.30 +## explicit +# github.com/minio/pkg v1.1.22 +## explicit +# github.com/minio/selfupdate v0.4.0 +## explicit +# github.com/minio/sha256-simd v1.0.0 +## explicit +# github.com/mitchellh/go-homedir v1.1.0 +## explicit +# github.com/pkg/xattr v0.4.4 +## explicit +# github.com/posener/complete v1.2.3 +## explicit +# github.com/prometheus/client_golang v1.12.1 +## explicit +# github.com/prometheus/prom2json v1.3.1 +## explicit +# github.com/rjeczalik/notify v0.9.2 +## explicit +# github.com/rs/xid v1.3.0 +## explicit +# github.com/secure-io/sio-go v0.3.1 +## explicit +# github.com/shirou/gopsutil/v3 v3.21.12 +## explicit +# github.com/tidwall/gjson v1.12.1 +## explicit +# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e +## explicit +# golang.org/x/net v0.0.0-20220225172249-27dd8689420f +## explicit +# golang.org/x/text v0.3.7 +## explicit +# gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b +## explicit +# gopkg.in/h2non/filetype.v1 v1.0.5 +## explicit +# gopkg.in/yaml.v2 v2.4.0 +## explicit +# github.com/charmbracelet/bubbles v0.10.0 +## explicit +# github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 +## explicit +# github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 +## explicit +# github.com/golang-jwt/jwt/v4 v4.4.1 +## explicit +# github.com/navidys/tvxwidgets v0.1.0 +## explicit +# github.com/olekukonko/tablewriter v0.0.5 +## explicit +# github.com/prometheus/client_model v0.2.0 +## explicit +# github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b +## explicit +# github.com/tinylib/msgp v1.1.6 +## explicit +# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 +## explicit +# github.com/beorn7/perks v1.0.1 +## explicit +# github.com/cespare/xxhash/v2 v2.1.2 +## explicit +# github.com/containerd/console v1.0.2 +## explicit +# github.com/coreos/go-semver v0.3.0 +## explicit +# github.com/coreos/go-systemd/v22 v22.3.2 +## explicit +# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 +## explicit +# github.com/fatih/structs v1.1.0 +## explicit +# github.com/gdamore/encoding v1.0.0 +## explicit +# github.com/gogo/protobuf v1.3.2 +## explicit +# github.com/golang/protobuf v1.5.2 +## explicit +# github.com/hashicorp/errwrap v1.1.0 +## explicit +# github.com/hashicorp/go-multierror v1.1.1 +## explicit +# github.com/klauspost/cpuid/v2 v2.0.9 +## explicit +# github.com/kr/text v0.2.0 +## explicit +# github.com/lestrrat-go/backoff/v2 v2.0.8 +## explicit +# github.com/lestrrat-go/blackmagic v1.0.0 +## explicit +# github.com/lestrrat-go/httpcc v1.0.0 +## explicit +# github.com/lestrrat-go/iter v1.0.1 +## explicit +# github.com/lestrrat-go/jwx v1.2.14 +## explicit +# github.com/lestrrat-go/option v1.0.0 +## explicit +# github.com/lucasb-eyer/go-colorful v1.2.0 +## explicit +# github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 +## explicit +# github.com/mattn/go-colorable v0.1.12 +## explicit +# github.com/mattn/go-runewidth v0.0.13 +## explicit +# github.com/matttproud/golang_protobuf_extensions v1.0.1 +## explicit +# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd +## explicit +# github.com/modern-go/reflect2 v1.0.2 +## explicit +# github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b +## explicit +# github.com/muesli/reflow v0.3.0 +## explicit +# github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 +## explicit +# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e +## explicit +# github.com/philhofer/fwd v1.1.1 +## explicit +# github.com/pkg/errors v0.9.1 +## explicit +# github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c +## explicit +# github.com/prometheus/common v0.33.0 +## explicit +# github.com/prometheus/procfs v0.7.3 +## explicit +# github.com/rivo/uniseg v0.2.0 +## explicit +# github.com/sirupsen/logrus v1.8.1 +## explicit +# github.com/tidwall/match v1.1.1 +## explicit +# github.com/tidwall/pretty v1.2.0 +## explicit +# github.com/tklauser/go-sysconf v0.3.9 +## explicit +# github.com/tklauser/numcpus v0.3.0 +## explicit +# github.com/yusufpapurcu/wmi v1.2.2 +## explicit +# go.etcd.io/etcd/api/v3 v3.5.2 +## explicit +# go.etcd.io/etcd/client/pkg/v3 v3.5.2 +## explicit +# go.etcd.io/etcd/client/v3 v3.5.2 +## explicit +# go.uber.org/atomic v1.9.0 +## explicit +# go.uber.org/multierr v1.7.0 +## explicit +# go.uber.org/zap v1.19.1 +## explicit +# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +## explicit +# golang.org/x/sys v0.0.0-20220412211240-33da011f77ad +## explicit +# google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb +## explicit +# google.golang.org/grpc v1.43.0 +## explicit +# google.golang.org/protobuf v1.27.1 +## explicit +# gopkg.in/ini.v1 v1.66.3 +## explicit +# gopkg.in/yaml.v3 v3.0.1 +## explicit diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb new file mode 100644 index 000000000..d8f4c2c21 --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio_git.bb @@ -0,0 +1,158 @@ +HOMEPAGE = "https://github.com/minio/mc" +SUMMARY = "MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage." +DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \ + UNIX commands like ls, cat, cp, mirror, diff, find \ + etc. It supports filesystems and Amazon S3 compatible \ + cloud storage service (AWS Signature v2 and v4). \ +" + +SRC_URI = "git://github.com/minio/mc;nobranch=1;name=mc;protocol=https \ + file://modules.txt \ + " + +include src_uri.inc + +SRCREV_mc = "01b87ecc02ffad47dfe13c2154ac31db3e3115df" + +GO_IMPORT = "import" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=eb1e647870add0502f8f010b19de32af" + +PV = "${SRCREV_mc}" + +inherit go +inherit goarch + +DEPENDS += "rsync-native" + +do_compile() { + + cd ${S}/src/${GO_IMPORT} + + export GOFLAGS="-mod=vendor" + export GOPATH="$GOPATH:${S}/src/import/.gopath:${S}/src/import/vendor" + sites="github.com/charmbracelet/bubbletea:github.com/charmbracelet/bubbletea \ + github.com/cheggaaa/pb:github.com/cheggaaa/pb \ + github.com/dustin/go-humanize:github.com/dustin/go-humanize \ + github.com/fatih/color:github.com/fatih/color \ + github.com/go-ole/go-ole:github.com/go-ole/go-ole \ + github.com/goccy/go-json:github.com/goccy/go-json \ + github.com/google/shlex:github.com/google/shlex \ + github.com/google/uuid:github.com/google/uuid \ + github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ + github.com/json-iterator/go:github.com/json-iterator/go \ + github.com/klauspost/compress:github.com/klauspost/compress \ + github.com/mattn/go-ieproxy:github.com/mattn/go-ieproxy \ + github.com/mattn/go-isatty:github.com/mattn/go-isatty \ + github.com/minio/cli:github.com/minio/cli \ + github.com/minio/colorjson:github.com/minio/colorjson \ + github.com/minio/filepath:github.com/minio/filepath \ + github.com/minio/madmin-go:github.com/minio/madmin-go \ + github.com/minio/md5-simd:github.com/minio/md5-simd \ + github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ + github.com/minio/pkg:github.com/minio/pkg \ + github.com/minio/selfupdate:github.com/minio/selfupdate \ + github.com/minio/sha256-simd:github.com/minio/sha256-simd \ + github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ + github.com/pkg/xattr:github.com/pkg/xattr \ + github.com/posener/complete:github.com/posener/complete \ + github.com/prometheus/client_golang:github.com/prometheus/client_golang \ + github.com/prometheus/prom2json:github.com/prometheus/prom2json \ + github.com/rjeczalik/notify:github.com/rjeczalik/notify \ + github.com/rs/xid:github.com/rs/xid \ + github.com/secure-io/sio-go:github.com/secure-io/sio-go \ + github.com/shirou/gopsutil/v3:github.com/shirou/gopsutil/v3 \ + github.com/tidwall/gjson:github.com/tidwall/gjson \ + golang.org/x/crypto:go.googlesource.com/crypto \ + golang.org/x/net:go.googlesource.com/net \ + golang.org/x/text:go.googlesource.com/text \ + gopkg.in/check.v1:gopkg.in/check.v1 \ + gopkg.in/h2non/filetype.v1:gopkg.in/h2non/filetype.v1 \ + gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ + github.com/charmbracelet/bubbles:github.com/charmbracelet/bubbles \ + github.com/charmbracelet/lipgloss:github.com/charmbracelet/lipgloss \ + github.com/gdamore/tcell/v2:github.com/gdamore/tcell/v2 \ + github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4 \ + github.com/navidys/tvxwidgets:github.com/navidys/tvxwidgets \ + github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ + github.com/prometheus/client_model:github.com/prometheus/client_model \ + github.com/rivo/tview:github.com/rivo/tview \ + github.com/tinylib/msgp:github.com/tinylib/msgp \ + golang.org/x/term:go.googlesource.com/term \ + github.com/beorn7/perks:github.com/beorn7/perks \ + github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ + github.com/containerd/console:github.com/containerd/console \ + github.com/coreos/go-semver:github.com/coreos/go-semver \ + github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ + github.com/decred/dcrd/dcrec/secp256k1/v4:github.com/decred/dcrd/dcrec/secp256k1/v4//dcrec/secp256k1 \ + github.com/fatih/structs:github.com/fatih/structs \ + github.com/gdamore/encoding:github.com/gdamore/encoding \ + github.com/gogo/protobuf:github.com/gogo/protobuf \ + github.com/golang/protobuf:github.com/golang/protobuf \ + github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ + github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ + github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ + github.com/kr/text:github.com/kr/text \ + github.com/lestrrat-go/backoff/v2:github.com/lestrrat-go/backoff/v2 \ + github.com/lestrrat-go/blackmagic:github.com/lestrrat-go/blackmagic \ + github.com/lestrrat-go/httpcc:github.com/lestrrat-go/httpcc \ + github.com/lestrrat-go/iter:github.com/lestrrat-go/iter \ + github.com/lestrrat-go/jwx:github.com/lestrrat-go/jwx \ + github.com/lestrrat-go/option:github.com/lestrrat-go/option \ + github.com/lucasb-eyer/go-colorful:github.com/lucasb-eyer/go-colorful \ + github.com/lufia/plan9stats:github.com/lufia/plan9stats \ + github.com/mattn/go-colorable:github.com/mattn/go-colorable \ + github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ + github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ + github.com/modern-go/concurrent:github.com/modern-go/concurrent \ + github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ + github.com/muesli/ansi:github.com/muesli/ansi \ + github.com/muesli/reflow:github.com/muesli/reflow \ + github.com/muesli/termenv:github.com/muesli/termenv \ + github.com/niemeyer/pretty:github.com/niemeyer/pretty \ + github.com/philhofer/fwd:github.com/philhofer/fwd \ + github.com/pkg/errors:github.com/pkg/errors \ + github.com/power-devops/perfstat:github.com/power-devops/perfstat \ + github.com/prometheus/common:github.com/prometheus/common \ + github.com/prometheus/procfs:github.com/prometheus/procfs \ + github.com/rivo/uniseg:github.com/rivo/uniseg \ + github.com/sirupsen/logrus:github.com/sirupsen/logrus \ + github.com/tidwall/match:github.com/tidwall/match \ + github.com/tidwall/pretty:github.com/tidwall/pretty \ + github.com/tklauser/go-sysconf:github.com/tklauser/go-sysconf \ + github.com/tklauser/numcpus:github.com/tklauser/numcpus \ + github.com/yusufpapurcu/wmi:github.com/yusufpapurcu/wmi \ + go.etcd.io/etcd/api/v3:github.com/etcd-io/etcd/api/v3//api \ + go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/api/v3//client/pkg \ + go.etcd.io/etcd/client/v3:github.com/etcd-io/etcd/api/v3//client/v3 \ + go.uber.org/atomic:go.uber.org/atomic \ + go.uber.org/multierr:go.uber.org/multierr \ + go.uber.org/zap:go.uber.org/zap \ + golang.org/x/sync:go.googlesource.com/sync \ + golang.org/x/sys:go.googlesource.com/sys \ + google.golang.org/genproto:google.golang.org/genproto \ + google.golang.org/grpc:google.golang.org/grpc \ + google.golang.org/protobuf:google.golang.org/protobuf \ + gopkg.in/ini.v1:gopkg.in/ini.v1 \ + gopkg.in/yaml.v3:gopkg.in/yaml.v3" + for s in $sites; do + site_dest=$(echo $s | cut -d: -f1) + site_source=$(echo $s | cut -d: -f2) + mkdir -p vendor.copy/$site_dest + [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } + done + + ln -sf vendor.copy vendor + # these are bad symlinks, go validates them and breaks the build if they are present + rm -f vendor/go.etcd.io/etcd/client/v3/example_* + + cp ${WORKDIR}/modules.txt vendor/ + + ${GO} build -trimpath +} + +do_install() { + install -d ${D}/${sbindir} + install ${S}/src/${GO_IMPORT}/mc ${D}/${sbindir}/mc +} diff --git a/meta-oe/recipes-extended/minio/src_uri.inc b/meta-oe/recipes-extended/minio/src_uri.inc new file mode 100644 index 000000000..5cdc69dfc --- /dev/null +++ b/meta-oe/recipes-extended/minio/src_uri.inc @@ -0,0 +1,509 @@ +# github.com/charmbracelet/bubbletea v0.19.3 +# [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac372b +SRCREV_bubbletea="3dc51789d11229a1fb00f137d02b50b04cac372b" +SRC_URI += "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbletea" + +# github.com/cheggaaa/pb v1.0.29 +# [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 +SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098" +SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb" + +# github.com/dustin/go-humanize v1.0.0 +# [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 +SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52" +SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" + +# github.com/fatih/color v1.13.0 +# [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 +SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448" +SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" + +# github.com/go-ole/go-ole v1.2.6 +# [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8 +SRCREV_go-ole="8b1f7f90f6b1728609c9694f2cff140d34fd91f8" +SRC_URI += "git://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ole/go-ole" + +# github.com/goccy/go-json v0.8.1 +# [1] git ls-remote https://github.com/goccy/go-json de89bd3db67f2219c6183ec6febe2b5f7a6b06fb +SRCREV_go-json="de89bd3db67f2219c6183ec6febe2b5f7a6b06fb" +SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json" + +# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 +# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d +SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" +SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" + +# github.com/google/uuid v1.3.0 +# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 +SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" +SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" + +# github.com/inconshreveable/mousetrap v1.0.0 +# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 +SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" +SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" + +# github.com/json-iterator/go v1.1.12 +# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d +SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" +SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" + +# github.com/klauspost/compress v1.13.6 +# [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4 +SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4" +SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" + +# github.com/mattn/go-ieproxy v0.0.1 +# [1] git ls-remote https://github.com/mattn/go-ieproxy 439dd0581a2a03b415673a2462ad5c21eaabc588 +SRCREV_go-ieproxy="439dd0581a2a03b415673a2462ad5c21eaabc588" +SRC_URI += "git://github.com/mattn/go-ieproxy;name=go-ieproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-ieproxy" + +# github.com/mattn/go-isatty v0.0.14 +# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e +SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e" +SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" + +# github.com/minio/cli v1.22.0 +# [1] git ls-remote https://github.com/minio/cli 735b30120ed7535d13933b0246f8a75cf80b0f74 +SRCREV_cli="735b30120ed7535d13933b0246f8a75cf80b0f74" +SRC_URI += "git://github.com/minio/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/cli" + +# github.com/minio/colorjson v1.0.2 +# [1] git ls-remote https://github.com/minio/colorjson f964b335cdb6cd51dff32a726d3d6ab9e1db0633 +SRCREV_colorjson="f964b335cdb6cd51dff32a726d3d6ab9e1db0633" +SRC_URI += "git://github.com/minio/colorjson;name=colorjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/colorjson" + +# github.com/minio/filepath v1.0.0 +# [1] git ls-remote https://github.com/minio/filepath a116cb5d2b6396deea35d06389e3e9809c887fcf +SRCREV_filepath="a116cb5d2b6396deea35d06389e3e9809c887fcf" +SRC_URI += "git://github.com/minio/filepath;name=filepath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/filepath" + +# github.com/minio/madmin-go v1.4.3 +# [1] git ls-remote https://github.com/minio/madmin-go 4f71c826739af4ebf73308e7f9a849a781859f78 +SRCREV_madmin-go="4f71c826739af4ebf73308e7f9a849a781859f78" +SRC_URI += "git://github.com/minio/madmin-go;name=madmin-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/madmin-go" + +# github.com/minio/md5-simd v1.1.2 +# [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df +SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" +SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" + +# github.com/minio/minio-go/v7 v7.0.30 +# [1] git ls-remote https://github.com/minio/minio-go 81c303325bb4426c89776854b2ea4f7936deb11c +SRCREV_v7="81c303325bb4426c89776854b2ea4f7936deb11c" +SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" + +# github.com/minio/pkg v1.1.22 +# [1] git ls-remote https://github.com/minio/pkg 3b76bdaec27995a31d0b0a7959bbef55bfe0d364 +SRCREV_pkg="3b76bdaec27995a31d0b0a7959bbef55bfe0d364" +SRC_URI += "git://github.com/minio/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/pkg" + +# github.com/minio/selfupdate v0.4.0 +# [1] git ls-remote https://github.com/minio/selfupdate 9e32fb8d38277355add4fa3983edb0b376d12bb5 +SRCREV_selfupdate="9e32fb8d38277355add4fa3983edb0b376d12bb5" +SRC_URI += "git://github.com/minio/selfupdate;name=selfupdate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/selfupdate" + +# github.com/minio/sha256-simd v1.0.0 +# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 +SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" +SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" + +# github.com/mitchellh/go-homedir v1.1.0 +# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 +SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" +SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" + +# github.com/pkg/xattr v0.4.4 +# [1] git ls-remote https://github.com/pkg/xattr 8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a +SRCREV_xattr="8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a" +SRC_URI += "git://github.com/pkg/xattr;name=xattr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/xattr" + +# github.com/posener/complete v1.2.3 +# [1] git ls-remote https://github.com/posener/complete 05b68ffc813dd10c420993cb1cf927b346c057b8 +SRCREV_complete="05b68ffc813dd10c420993cb1cf927b346c057b8" +SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete" + +# github.com/prometheus/client_golang v1.12.1 +# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c +SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c" +SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" + +# github.com/prometheus/prom2json v1.3.1 +# [1] git ls-remote https://github.com/prometheus/prom2json ac13972e54feb2f8eafc9a613112cb310f5463dc +SRCREV_prom2json="ac13972e54feb2f8eafc9a613112cb310f5463dc" +SRC_URI += "git://github.com/prometheus/prom2json;name=prom2json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/prom2json" + +# github.com/rjeczalik/notify v0.9.2 +# [1] git ls-remote https://github.com/rjeczalik/notify 69d839f37b13a8cb7a78366f7633a4071cb43be7 +SRCREV_notify="69d839f37b13a8cb7a78366f7633a4071cb43be7" +SRC_URI += "git://github.com/rjeczalik/notify;name=notify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rjeczalik/notify" + +# github.com/rs/xid v1.3.0 +# [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206 +SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206" +SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" + +# github.com/secure-io/sio-go v0.3.1 +# [1] git ls-remote https://github.com/secure-io/sio-go a455d2cd8fcacdfe18557d117db15c0629fb7e2c +SRCREV_sio-go="a455d2cd8fcacdfe18557d117db15c0629fb7e2c" +SRC_URI += "git://github.com/secure-io/sio-go;name=sio-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-io/sio-go" + +# github.com/shirou/gopsutil/v3 v3.21.12 +# [1] git ls-remote https://github.com/shirou/gopsutil 2f8da0a39487ceddf44cebe53a1b563b0b7173cc +SRCREV_v3="2f8da0a39487ceddf44cebe53a1b563b0b7173cc" +SRC_URI += "git://github.com/shirou/gopsutil;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shirou/gopsutil/v3" + +# github.com/tidwall/gjson v1.12.1 +# [1] git ls-remote https://github.com/tidwall/gjson db0033701cccc8e2e43b77d03e4f509a48b6b2f2 +SRCREV_gjson="db0033701cccc8e2e43b77d03e4f509a48b6b2f2" +SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" + +# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e +# [1] git ls-remote https://go.googlesource.com/crypto 793ad666bf5ec61392092b27061be9618e4e219b +SRCREV_crypto="793ad666bf5ec61392092b27061be9618e4e219b" +SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto" + +# golang.org/x/net v0.0.0-20220225172249-27dd8689420f +# [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e +SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e" +SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net" + +# golang.org/x/text v0.3.7 +# [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99 +SRCREV_text="3cd4007149f3f883d229d707172ed356727aae99" +SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text" + +# gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b +# [1] git ls-remote https://gopkg.in/check.v1 038fdea0a05bc030b0bfda479dc2e08d2220ec74 +SRCREV_check.v1="038fdea0a05bc030b0bfda479dc2e08d2220ec74" +SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1" + +# gopkg.in/h2non/filetype.v1 v1.0.5 +# [1] git ls-remote https://gopkg.in/h2non/filetype.v1 8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b +SRCREV_filetype.v1="8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b" +SRC_URI += "git://gopkg.in/h2non/filetype.v1;name=filetype.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/h2non/filetype.v1" + +# gopkg.in/yaml.v2 v2.4.0 +# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c +SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" +SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" + +# github.com/charmbracelet/bubbles v0.10.0 +# [1] git ls-remote https://github.com/charmbracelet/bubbles 7714089ad7c81898564ebeb7b6876b5844e26ccd +SRCREV_bubbles="7714089ad7c81898564ebeb7b6876b5844e26ccd" +SRC_URI += "git://github.com/charmbracelet/bubbles;name=bubbles;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbles" + +# github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 +# [1] git ls-remote https://github.com/charmbracelet/lipgloss bf2912e703f6ecf88a1b843472afd47ce5002caf +SRCREV_lipgloss="bf2912e703f6ecf88a1b843472afd47ce5002caf" +SRC_URI += "git://github.com/charmbracelet/lipgloss;name=lipgloss;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/lipgloss" + +# github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 +# [1] git ls-remote https://github.com/gdamore/tcell f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1 +SRCREV_v2="f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1" +SRC_URI += "git://github.com/gdamore/tcell;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/tcell/v2" + +# github.com/golang-jwt/jwt/v4 v4.4.1 +# [1] git ls-remote https://github.com/golang-jwt/jwt 0972257eba279bb357882afc11db8218644ad565 +SRCREV_v4="0972257eba279bb357882afc11db8218644ad565" +SRC_URI += "git://github.com/golang-jwt/jwt;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" + +# github.com/navidys/tvxwidgets v0.1.0 +# [1] git ls-remote https://github.com/navidys/tvxwidgets f017cfd5ce6d4bd7fb22529305d7a438c3f1369d +SRCREV_tvxwidgets="f017cfd5ce6d4bd7fb22529305d7a438c3f1369d" +SRC_URI += "git://github.com/navidys/tvxwidgets;name=tvxwidgets;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/navidys/tvxwidgets" + +# github.com/olekukonko/tablewriter v0.0.5 +# [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8 +SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8" +SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter" + +# github.com/prometheus/client_model v0.2.0 +# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171 +SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171" +SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" + +# github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b +# [1] git ls-remote https://github.com/rivo/tview 2a6de950f73bdc70658f7e754d4b5593f15c8408 +SRCREV_tview="2a6de950f73bdc70658f7e754d4b5593f15c8408" +SRC_URI += "git://github.com/rivo/tview;name=tview;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/tview" + +# github.com/tinylib/msgp v1.1.6 +# [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b +SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" +SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" + +# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 +# [1] git ls-remote https://go.googlesource.com/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 +SRCREV_term="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50" +SRC_URI += "git://go.googlesource.com/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term" + +# github.com/beorn7/perks v1.0.1 +# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143 +SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143" +SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" + +# github.com/cespare/xxhash/v2 v2.1.2 +# [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4 +SRCREV_v21="7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4" +SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" + +# github.com/containerd/console v1.0.2 +# [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618 +SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618" +SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" + +# github.com/coreos/go-semver v0.3.0 +# [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5 +SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5" +SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" + +# github.com/coreos/go-systemd/v22 v22.3.2 +# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470 +SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470" +SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" + +# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 +# [1] git ls-remote https://github.com/decred/dcrd 75f1b4dac2e43133f3281ac63a9ef9eb699200e5 +SRCREV_v41="75f1b4dac2e43133f3281ac63a9ef9eb699200e5" +SRC_URI += "git://github.com/decred/dcrd;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/decred/dcrd/dcrec/secp256k1/v4" + +# github.com/fatih/structs v1.1.0 +# [1] git ls-remote https://github.com/fatih/structs 4966fc68f5b7593aafa6cbbba2d65ec6e1416047 +SRCREV_structs="4966fc68f5b7593aafa6cbbba2d65ec6e1416047" +SRC_URI += "git://github.com/fatih/structs;name=structs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/structs" + +# github.com/gdamore/encoding v1.0.0 +# [1] git ls-remote https://github.com/gdamore/encoding 79c592247a6248468805a0e297f43a7cac979903 +SRCREV_encoding="79c592247a6248468805a0e297f43a7cac979903" +SRC_URI += "git://github.com/gdamore/encoding;name=encoding;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/encoding" + +# github.com/gogo/protobuf v1.3.2 +# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc +SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" +SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" + +# github.com/golang/protobuf v1.5.2 +# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f +SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" +SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" + +# github.com/hashicorp/errwrap v1.1.0 +# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 +SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" +SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" + +# github.com/hashicorp/go-multierror v1.1.1 +# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 +SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" +SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" + +# github.com/klauspost/cpuid/v2 v2.0.9 +# [1] git ls-remote https://github.com/klauspost/cpuid 6903d4066801a7d800d4537ee9eebe81ea97000e +SRCREV_v212="6903d4066801a7d800d4537ee9eebe81ea97000e" +SRC_URI += "git://github.com/klauspost/cpuid;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" + +# github.com/kr/text v0.2.0 +# [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5 +SRCREV_text1="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5" +SRC_URI += "git://github.com/kr/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text" + +# github.com/lestrrat-go/backoff/v2 v2.0.8 +# [1] git ls-remote https://github.com/lestrrat-go/backoff c3af762cb9d2bc8339e1d5099a4550366a675f60 +SRCREV_v2123="c3af762cb9d2bc8339e1d5099a4550366a675f60" +SRC_URI += "git://github.com/lestrrat-go/backoff;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/backoff/v2" + +# github.com/lestrrat-go/blackmagic v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/blackmagic 370527f88bbfd5be3192a38af3148dbd64f0976f +SRCREV_blackmagic="370527f88bbfd5be3192a38af3148dbd64f0976f" +SRC_URI += "git://github.com/lestrrat-go/blackmagic;name=blackmagic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/blackmagic" + +# github.com/lestrrat-go/httpcc v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/httpcc e7e8fea419e32f7549252ad15ecf17f3a3c1a268 +SRCREV_httpcc="e7e8fea419e32f7549252ad15ecf17f3a3c1a268" +SRC_URI += "git://github.com/lestrrat-go/httpcc;name=httpcc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/httpcc" + +# github.com/lestrrat-go/iter v1.0.1 +# [1] git ls-remote https://github.com/lestrrat-go/iter 628869e97ee3dcc09033086e547a5cab96b0d708 +SRCREV_iter="628869e97ee3dcc09033086e547a5cab96b0d708" +SRC_URI += "git://github.com/lestrrat-go/iter;name=iter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/iter" + +# github.com/lestrrat-go/jwx v1.2.14 +# [1] git ls-remote https://github.com/lestrrat-go/jwx de7d9bca43812abc4f630320f8632108ccfe34bf +SRCREV_jwx="de7d9bca43812abc4f630320f8632108ccfe34bf" +SRC_URI += "git://github.com/lestrrat-go/jwx;name=jwx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/jwx" + +# github.com/lestrrat-go/option v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/option 7e3467dce320ff45667b138ae503367c92deaa0b +SRCREV_option="7e3467dce320ff45667b138ae503367c92deaa0b" +SRC_URI += "git://github.com/lestrrat-go/option;name=option;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/option" + +# github.com/lucasb-eyer/go-colorful v1.2.0 +# [1] git ls-remote https://github.com/lucasb-eyer/go-colorful d2b05a0d83cca9d610425691c3253d5f36d0ad06 +SRCREV_go-colorful="d2b05a0d83cca9d610425691c3253d5f36d0ad06" +SRC_URI += "git://github.com/lucasb-eyer/go-colorful;name=go-colorful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lucasb-eyer/go-colorful" + +# github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 +# [1] git ls-remote https://github.com/lufia/plan9stats 39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2 +SRCREV_plan9stats="39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2" +SRC_URI += "git://github.com/lufia/plan9stats;name=plan9stats;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lufia/plan9stats" + +# github.com/mattn/go-colorable v0.1.12 +# [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710 +SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" +SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" + +# github.com/mattn/go-runewidth v0.0.13 +# [1] git ls-remote https://github.com/mattn/go-runewidth df1ff59654317c1b5a3f860ffc47402931932104 +SRCREV_go-runewidth="df1ff59654317c1b5a3f860ffc47402931932104" +SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" + +# github.com/matttproud/golang_protobuf_extensions v1.0.1 +# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c +SRCREV_golang_protobuf_extensions="c12348ce28de40eed0136aa2b644d0ee0650e56c" +SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" + +# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd +# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 +SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" +SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" + +# github.com/modern-go/reflect2 v1.0.2 +# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 +SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" +SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" + +# github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b +# [1] git ls-remote https://github.com/muesli/ansi 2e021307bc4b4f4766c3fb4faf6030b13dc9ec51 +SRCREV_ansi="2e021307bc4b4f4766c3fb4faf6030b13dc9ec51" +SRC_URI += "git://github.com/muesli/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/ansi" + +# github.com/muesli/reflow v0.3.0 +# [1] git ls-remote https://github.com/muesli/reflow 602e329532049c9e33fa8c74e352a46fb9486947 +SRCREV_reflow="602e329532049c9e33fa8c74e352a46fb9486947" +SRC_URI += "git://github.com/muesli/reflow;name=reflow;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/reflow" + +# github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 +# [1] git ls-remote https://github.com/muesli/termenv 5ac8409525e03ee6cd96daeae32d47902b88f32a +SRCREV_termenv="5ac8409525e03ee6cd96daeae32d47902b88f32a" +SRC_URI += "git://github.com/muesli/termenv;name=termenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/termenv" + +# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e +# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56 +SRCREV_pretty="a10e7caefd8e0d600cea437f5c3613aeb1553d56" +SRC_URI += "git://github.com/niemeyer/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty" + +# github.com/philhofer/fwd v1.1.1 +# [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 +SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" +SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd" + +# github.com/pkg/errors v0.9.1 +# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 +SRCREV_errors="614d223910a179a466c1767a985424175c39b465" +SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" + +# github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c +# [1] git ls-remote https://github.com/power-devops/perfstat 5aafc221ea8c1ff54b0835cbd5f2386a8410be11 +SRCREV_perfstat="5aafc221ea8c1ff54b0835cbd5f2386a8410be11" +SRC_URI += "git://github.com/power-devops/perfstat;name=perfstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/power-devops/perfstat" + +# github.com/prometheus/common v0.33.0 +# [1] git ls-remote https://github.com/prometheus/common 63e75f51cd2368130efbd51b95a4e457e64b444e +SRCREV_common="63e75f51cd2368130efbd51b95a4e457e64b444e" +SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" + +# github.com/prometheus/procfs v0.7.3 +# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac +SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" +SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" + +# github.com/rivo/uniseg v0.2.0 +# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d +SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" +SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" + +# github.com/sirupsen/logrus v1.8.1 +# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b +SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b" +SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" + +# github.com/tidwall/match v1.1.1 +# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf +SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" +SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" + +# github.com/tidwall/pretty v1.2.0 +# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2 +SRCREV_pretty1="aaa765e7476acb0028a854b85675801362cbdaa2" +SRC_URI += "git://github.com/tidwall/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" + +# github.com/tklauser/go-sysconf v0.3.9 +# [1] git ls-remote https://github.com/tklauser/go-sysconf 746b19d14e19d242c2daa08e0d645c19832c1939 +SRCREV_go-sysconf="746b19d14e19d242c2daa08e0d645c19832c1939" +SRC_URI += "git://github.com/tklauser/go-sysconf;name=go-sysconf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/go-sysconf" + +# github.com/tklauser/numcpus v0.3.0 +# [1] git ls-remote https://github.com/tklauser/numcpus cc3fdd5f3955d53d50d94380963bddd24bd373e2 +SRCREV_numcpus="cc3fdd5f3955d53d50d94380963bddd24bd373e2" +SRC_URI += "git://github.com/tklauser/numcpus;name=numcpus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/numcpus" + +# github.com/yusufpapurcu/wmi v1.2.2 +# [1] git ls-remote https://github.com/yusufpapurcu/wmi 253c5f0cb35e666c4c0fc42083824e7c89f0cc8d +SRCREV_wmi="253c5f0cb35e666c4c0fc42083824e7c89f0cc8d" +SRC_URI += "git://github.com/yusufpapurcu/wmi;name=wmi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yusufpapurcu/wmi" + +# go.etcd.io/etcd/api/v3 v3.5.2 +# [1] git ls-remote https://github.com/etcd-io/etcd 4591a096d4d3c08e577d7269851938db0c1da3d4 +SRCREV_v31="4591a096d4d3c08e577d7269851938db0c1da3d4" +SRC_URI += "git://github.com/etcd-io/etcd;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/api/v3" + +# go.uber.org/atomic v1.9.0 +# [1] git ls-remote https://github.com/uber-go/atomic 135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8 +SRCREV_atomic="135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8" +SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" + +# go.uber.org/multierr v1.7.0 +# [1] git ls-remote https://github.com/uber-go/multierr 19d9fff1d3b66750a134671435786579bc994737 +SRCREV_multierr="19d9fff1d3b66750a134671435786579bc994737" +SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" + +# go.uber.org/zap v1.19.1 +# [1] git ls-remote https://github.com/uber-go/zap 2f61e97148e69cd2dd1902b03e89ce07cd1218a1 +SRCREV_zap="2f61e97148e69cd2dd1902b03e89ce07cd1218a1" +SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" + +# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +# [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09 +SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" +SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync" + +# golang.org/x/sys v0.0.0-20220412211240-33da011f77ad +# [1] git ls-remote https://go.googlesource.com/sys 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809 +SRCREV_sys="33da011f77ade50ff5b6a6fb4a9a1e6d6b285809" +SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys" + +# google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb +# [1] git ls-remote https://github.com/googleapis/go-genproto 3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3 +SRCREV_genproto="3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3" +SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" + +# google.golang.org/grpc v1.43.0 +# [1] git ls-remote https://github.com/grpc/grpc-go 14c11384b76b67f7b1b32a5d18f865762634c0ae +SRCREV_grpc="14c11384b76b67f7b1b32a5d18f865762634c0ae" +SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" + +# google.golang.org/protobuf v1.27.1 +# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d +SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d" +SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" + +# gopkg.in/ini.v1 v1.66.3 +# [1] git ls-remote https://gopkg.in/ini.v1 fcd6cc399e588727c1231f4ea187d1b963536bcc +SRCREV_ini.v1="fcd6cc399e588727c1231f4ea187d1b963536bcc" +SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" + +# gopkg.in/yaml.v3 v3.0.1 +# [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 +SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" +SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" -- 2.33.0 |
|
[meta-oe][PATCH V3] minio: add recipe for minio client
Sakib Sajal
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). Signed-off-by: Sakib Sajal <sakib.sajal@...> --- go_recipes.txt | 103 ++++ .../recipes-extended/minio/minio/modules.txt | 208 +++++++ meta-oe/recipes-extended/minio/minio_git.bb | 158 ++++++ meta-oe/recipes-extended/minio/src_uri.inc | 509 ++++++++++++++++++ 4 files changed, 978 insertions(+) create mode 100644 go_recipes.txt create mode 100644 meta-oe/recipes-extended/minio/minio/modules.txt create mode 100644 meta-oe/recipes-extended/minio/minio_git.bb create mode 100644 meta-oe/recipes-extended/minio/src_uri.inc diff --git a/go_recipes.txt b/go_recipes.txt new file mode 100644 index 000000000..d0841ce04 --- /dev/null +++ b/go_recipes.txt @@ -0,0 +1,103 @@ +./meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb:inherit autotools gtk-doc gobject-introspection gettext features_check +./meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.1.bb:inherit xfce gtk-doc gobject-introspection features_check +./meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb:inherit xfce gtk-doc gobject-introspection bash-completion vala +./meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb:inherit xfce gtk-doc gobject-introspection features_check +./meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb:inherit xfce gobject-introspection features_check mime-xdg perlnative +./meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb:inherit xfce gtk-doc gobject-introspection features_check mime-xdg +./meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb:inherit xfce gtk-doc gobject-introspection vala +./meta-gnome/recipes-support/keybinder/keybinder_3.0.bb:inherit features_check autotools gtk-doc gobject-introspection +./meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb:inherit meson gobject-introspection gtk-doc features_check systemd vala +./meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb:inherit meson gobject-introspection gettext bash-completion pkgconfig manpages +./meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb:inherit meson gobject-introspection gettext gtk-doc features_check +./meta-gnome/recipes-connectivity/geary/geary_40.0.bb:inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check +./meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb:inherit pkgconfig gnomebase gettext gobject-introspection vala features_check +./meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb:inherit gnomebase gobject-introspection gtk-doc gettext vala features_check +./meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb:inherit gnomebase gobject-introspection gtk-doc python3native +./meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb:inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala features_check upstream-version-is-even +./meta-gnome/recipes-gnome/libgweather/libgweather4_4.0.0.bb:inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala +./meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.44.0.bb:inherit gnomebase gsettings gobject-introspection gsettings gtk-doc vala gettext features_check +./meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb:inherit features_check gobject-introspection meson pkgconfig +./meta-gnome/recipes-gnome/gdm/gdm_42.0.bb:inherit gnomebase gsettings gobject-introspection gettext systemd useradd itstool gnome-help features_check +./meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb:inherit gnomebase gsettings gettext gobject-introspection gtk-icon-cache features_check bash-completion +./meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb:inherit gnomebase gobject-introspection gettext gtk-doc +./meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb:inherit gnomebase gobject-introspection features_check +./meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb:inherit gnomebase gobject-introspection gtk-doc gettext features_check +./meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb:inherit autotools pkgconfig gettext gobject-introspection features_check +./meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb:inherit gnomebase gtk-icon-cache gobject-introspection features_check +./meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb:inherit gnomebase gobject-introspection gettext features_check +./meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb:inherit pkgconfig gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative vala +./meta-gnome/recipes-gnome/libadwaita/libadwaita_1.2.0.bb:inherit gnomebase gobject-introspection gtk-doc vala features_check +./meta-gnome/recipes-gnome/gtk4/gtk4_4.6.7.bb:inherit meson gettext pkgconfig gtk-doc update-alternatives gsettings features_check gobject-introspection +./meta-gnome/recipes-gnome/mutter/mutter_42.0.bb:inherit gnomebase gsettings gobject-introspection gettext features_check +./meta-gnome/recipes-gnome/amtk/amtk_5.3.1.bb:inherit gnomebase gettext features_check gobject-introspection +./meta-gnome/recipes-gnome/evince/evince_42.3.bb:inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc +./meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb:inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check +./meta-gnome/recipes-gnome/libportal/libportal_0.6.bb:inherit meson gtk-doc gobject-introspection features_check +./meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb:inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even features_check +./meta-gnome/recipes-gnome/rest/rest_0.8.1.bb:inherit gnomebase gobject-introspection gtk-doc vala +./meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb:inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check +./meta-gnome/recipes-gnome/tracker/tracker_3.4.0.bb:inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native +./meta-gnome/recipes-gnome/tracker/tracker-miners_3.2.1.bb:inherit gnomebase gsettings gobject-introspection vala bash-completion features_check +./meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb:inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection +./meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb:inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even +./meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb:inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even +./meta-gnome/recipes-gnome/grilo/grilo_0.3.14.bb:inherit gnomebase gobject-introspection gtk-doc gettext vala +./meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb:inherit gnomebase gettext gobject-introspection vala +./meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb:inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check gtk-doc +./meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb:inherit features_check autotools pkgconfig gobject-introspection +./meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb:inherit gnomebase gettext gobject-introspection vala +./meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb:inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig +./meta-gnome/recipes-gnome/gedit/gedit_42.2.bb:inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check mime-xdg python3targetconfig +./meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb:inherit features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even +./meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb:inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala +./meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb:inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even +./meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb:inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala +./meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb:inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check mime-xdg +./meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb:inherit gnomebase gobject-introspection gtk-doc vala +./meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb:inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check +./meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.1.bb:inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even +./meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb:inherit autotools gobject-introspection gettext pkgconfig python3native +./meta-gnome/recipes-gimp/gegl/gegl_0.4.38.bb:inherit features_check gnomebase vala gobject-introspection +./meta-gnome/recipes-gimp/babl/babl_0.1.96.bb:inherit setuptools3 gnomebase gobject-introspection vala +./meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.16.bb:inherit cargo +./meta-oe/recipes-test/syzkaller/syzkaller_git.bb:inherit go-mod +./meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb:inherit meson pkgconfig gtk-doc gobject-introspection vala +./meta-oe/recipes-support/poppler/poppler_22.10.0.bb:inherit cmake pkgconfig gobject-introspection +./meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb:inherit meson pkgconfig gobject-introspection ptest vala +./meta-oe/recipes-support/upower/upower_0.99.17.bb:inherit meson pkgconfig gtk-doc gettext gobject-introspection systemd +./meta-oe/recipes-support/gosu/gosu_1.14.bb:inherit go +./meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb:inherit meson gobject-introspection gtk-doc gettext vala +./meta-oe/recipes-support/crucible/crucible_2022.05.25.bb:inherit go-mod +./meta-oe/recipes-support/colord/colord.bb:inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd pkgconfig +./meta-oe/recipes-support/udisks/udisks2_2.9.4.bb:inherit autotools-brokensep systemd gtk-doc gobject-introspection gettext features_check +./meta-oe/recipes-support/farsight/libnice_0.1.18.bb:inherit meson gtk-doc gobject-introspection +./meta-oe/recipes-connectivity/modemmanager/modemmanager_1.18.12.bb:inherit gnomebase gettext systemd gobject-introspection bash-completion +./meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb:inherit autotools pkgconfig bash-completion gobject-introspection +./meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb:inherit autotools pkgconfig gettext gobject-introspection vala +./meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb:inherit meson pkgconfig bash-completion gobject-introspection +./meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb:inherit meson pkgconfig gobject-introspection +./meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb:inherit meson vala gobject-introspection systemd bash-completion pkgconfig gi-docgen ptest manpages +./meta-oe/recipes-extended/minio/minio_git.bb:inherit go +./meta-oe/recipes-extended/minio/minio_git.bb:inherit goarch +./meta-oe/recipes-extended/ostree/ostree_2022.5.bb:inherit autotools bash-completion gobject-introspection gtk-doc manpages pkgconfig ptest-gnome systemd +./meta-oe/recipes-extended/polkit/polkit_0.119.bb:inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection features_check +./meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb:inherit autotools gobject-introspection pkgconfig +./meta-oe/recipes-devtools/glade/glade_3.22.2.bb:inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg +./meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:inherit gnomebase vala gobject-introspection +./meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.4.bb:inherit meson pkgconfig upstream-version-is-even gobject-introspection features_check bash-completion +./meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb:inherit gobject-introspection gtk-doc meson ptest-gnome lib_package +./meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb:inherit gnomebase gobject-introspection vala +./meta-oe/recipes-gnome/libpeas/libpeas_1.34.0.bb:inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check +./meta-oe/recipes-gnome/gcab/gcab_1.4.bb:inherit gobject-introspection gtk-doc manpages meson ptest-gnome vala +./meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb:inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package +./meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb:inherit go-mod pkgconfig systemd update-rc.d useradd +./meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb:inherit gnomebase gobject-introspection gtk-doc +./meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.12.bb:inherit meson pkgconfig gobject-introspection systemd +./meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb:inherit gnomebase gobject-introspection vala features_check +./meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb:inherit meson pkgconfig gobject-introspection vala +./meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_1.2.0.bb:inherit meson pkgconfig gtk-doc gobject-introspection +./meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.12.0.bb:inherit meson pkgconfig gobject-introspection vala +./meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb:inherit meson pkgconfig vala gobject-introspection +./meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb:inherit meson pkgconfig gobject-introspection vala gtk-doc +./meta-multimedia/recipes-connectivity/rygel/rygel_0.40.4.bb:inherit gnomebase features_check vala gobject-introspection gettext systemd meson +./meta-networking/recipes-connectivity/networkmanager/networkmanager_1.40.0.bb:inherit gnomebase gettext update-rc.d systemd gobject-introspection gtk-doc update-alternatives upstream-version-is-even diff --git a/meta-oe/recipes-extended/minio/minio/modules.txt b/meta-oe/recipes-extended/minio/minio/modules.txt new file mode 100644 index 000000000..fbd01e51a --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio/modules.txt @@ -0,0 +1,208 @@ +# github.com/charmbracelet/bubbletea v0.19.3 +## explicit +# github.com/cheggaaa/pb v1.0.29 +## explicit +# github.com/dustin/go-humanize v1.0.0 +## explicit +# github.com/fatih/color v1.13.0 +## explicit +# github.com/go-ole/go-ole v1.2.6 +## explicit +# github.com/goccy/go-json v0.8.1 +## explicit +# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 +## explicit +# github.com/google/uuid v1.3.0 +## explicit +# github.com/inconshreveable/mousetrap v1.0.0 +## explicit +# github.com/json-iterator/go v1.1.12 +## explicit +# github.com/klauspost/compress v1.13.6 +## explicit +# github.com/mattn/go-ieproxy v0.0.1 +## explicit +# github.com/mattn/go-isatty v0.0.14 +## explicit +# github.com/minio/cli v1.22.0 +## explicit +# github.com/minio/colorjson v1.0.2 +## explicit +# github.com/minio/filepath v1.0.0 +## explicit +# github.com/minio/madmin-go v1.4.3 +## explicit +# github.com/minio/md5-simd v1.1.2 +## explicit +# github.com/minio/minio-go/v7 v7.0.30 +## explicit +# github.com/minio/pkg v1.1.22 +## explicit +# github.com/minio/selfupdate v0.4.0 +## explicit +# github.com/minio/sha256-simd v1.0.0 +## explicit +# github.com/mitchellh/go-homedir v1.1.0 +## explicit +# github.com/pkg/xattr v0.4.4 +## explicit +# github.com/posener/complete v1.2.3 +## explicit +# github.com/prometheus/client_golang v1.12.1 +## explicit +# github.com/prometheus/prom2json v1.3.1 +## explicit +# github.com/rjeczalik/notify v0.9.2 +## explicit +# github.com/rs/xid v1.3.0 +## explicit +# github.com/secure-io/sio-go v0.3.1 +## explicit +# github.com/shirou/gopsutil/v3 v3.21.12 +## explicit +# github.com/tidwall/gjson v1.12.1 +## explicit +# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e +## explicit +# golang.org/x/net v0.0.0-20220225172249-27dd8689420f +## explicit +# golang.org/x/text v0.3.7 +## explicit +# gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b +## explicit +# gopkg.in/h2non/filetype.v1 v1.0.5 +## explicit +# gopkg.in/yaml.v2 v2.4.0 +## explicit +# github.com/charmbracelet/bubbles v0.10.0 +## explicit +# github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 +## explicit +# github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 +## explicit +# github.com/golang-jwt/jwt/v4 v4.4.1 +## explicit +# github.com/navidys/tvxwidgets v0.1.0 +## explicit +# github.com/olekukonko/tablewriter v0.0.5 +## explicit +# github.com/prometheus/client_model v0.2.0 +## explicit +# github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b +## explicit +# github.com/tinylib/msgp v1.1.6 +## explicit +# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 +## explicit +# github.com/beorn7/perks v1.0.1 +## explicit +# github.com/cespare/xxhash/v2 v2.1.2 +## explicit +# github.com/containerd/console v1.0.2 +## explicit +# github.com/coreos/go-semver v0.3.0 +## explicit +# github.com/coreos/go-systemd/v22 v22.3.2 +## explicit +# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 +## explicit +# github.com/fatih/structs v1.1.0 +## explicit +# github.com/gdamore/encoding v1.0.0 +## explicit +# github.com/gogo/protobuf v1.3.2 +## explicit +# github.com/golang/protobuf v1.5.2 +## explicit +# github.com/hashicorp/errwrap v1.1.0 +## explicit +# github.com/hashicorp/go-multierror v1.1.1 +## explicit +# github.com/klauspost/cpuid/v2 v2.0.9 +## explicit +# github.com/kr/text v0.2.0 +## explicit +# github.com/lestrrat-go/backoff/v2 v2.0.8 +## explicit +# github.com/lestrrat-go/blackmagic v1.0.0 +## explicit +# github.com/lestrrat-go/httpcc v1.0.0 +## explicit +# github.com/lestrrat-go/iter v1.0.1 +## explicit +# github.com/lestrrat-go/jwx v1.2.14 +## explicit +# github.com/lestrrat-go/option v1.0.0 +## explicit +# github.com/lucasb-eyer/go-colorful v1.2.0 +## explicit +# github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 +## explicit +# github.com/mattn/go-colorable v0.1.12 +## explicit +# github.com/mattn/go-runewidth v0.0.13 +## explicit +# github.com/matttproud/golang_protobuf_extensions v1.0.1 +## explicit +# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd +## explicit +# github.com/modern-go/reflect2 v1.0.2 +## explicit +# github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b +## explicit +# github.com/muesli/reflow v0.3.0 +## explicit +# github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 +## explicit +# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e +## explicit +# github.com/philhofer/fwd v1.1.1 +## explicit +# github.com/pkg/errors v0.9.1 +## explicit +# github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c +## explicit +# github.com/prometheus/common v0.33.0 +## explicit +# github.com/prometheus/procfs v0.7.3 +## explicit +# github.com/rivo/uniseg v0.2.0 +## explicit +# github.com/sirupsen/logrus v1.8.1 +## explicit +# github.com/tidwall/match v1.1.1 +## explicit +# github.com/tidwall/pretty v1.2.0 +## explicit +# github.com/tklauser/go-sysconf v0.3.9 +## explicit +# github.com/tklauser/numcpus v0.3.0 +## explicit +# github.com/yusufpapurcu/wmi v1.2.2 +## explicit +# go.etcd.io/etcd/api/v3 v3.5.2 +## explicit +# go.etcd.io/etcd/client/pkg/v3 v3.5.2 +## explicit +# go.etcd.io/etcd/client/v3 v3.5.2 +## explicit +# go.uber.org/atomic v1.9.0 +## explicit +# go.uber.org/multierr v1.7.0 +## explicit +# go.uber.org/zap v1.19.1 +## explicit +# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +## explicit +# golang.org/x/sys v0.0.0-20220412211240-33da011f77ad +## explicit +# google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb +## explicit +# google.golang.org/grpc v1.43.0 +## explicit +# google.golang.org/protobuf v1.27.1 +## explicit +# gopkg.in/ini.v1 v1.66.3 +## explicit +# gopkg.in/yaml.v3 v3.0.1 +## explicit diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb new file mode 100644 index 000000000..d8f4c2c21 --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio_git.bb @@ -0,0 +1,158 @@ +HOMEPAGE = "https://github.com/minio/mc" +SUMMARY = "MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage." +DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \ + UNIX commands like ls, cat, cp, mirror, diff, find \ + etc. It supports filesystems and Amazon S3 compatible \ + cloud storage service (AWS Signature v2 and v4). \ +" + +SRC_URI = "git://github.com/minio/mc;nobranch=1;name=mc;protocol=https \ + file://modules.txt \ + " + +include src_uri.inc + +SRCREV_mc = "01b87ecc02ffad47dfe13c2154ac31db3e3115df" + +GO_IMPORT = "import" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=eb1e647870add0502f8f010b19de32af" + +PV = "${SRCREV_mc}" + +inherit go +inherit goarch + +DEPENDS += "rsync-native" + +do_compile() { + + cd ${S}/src/${GO_IMPORT} + + export GOFLAGS="-mod=vendor" + export GOPATH="$GOPATH:${S}/src/import/.gopath:${S}/src/import/vendor" + sites="github.com/charmbracelet/bubbletea:github.com/charmbracelet/bubbletea \ + github.com/cheggaaa/pb:github.com/cheggaaa/pb \ + github.com/dustin/go-humanize:github.com/dustin/go-humanize \ + github.com/fatih/color:github.com/fatih/color \ + github.com/go-ole/go-ole:github.com/go-ole/go-ole \ + github.com/goccy/go-json:github.com/goccy/go-json \ + github.com/google/shlex:github.com/google/shlex \ + github.com/google/uuid:github.com/google/uuid \ + github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ + github.com/json-iterator/go:github.com/json-iterator/go \ + github.com/klauspost/compress:github.com/klauspost/compress \ + github.com/mattn/go-ieproxy:github.com/mattn/go-ieproxy \ + github.com/mattn/go-isatty:github.com/mattn/go-isatty \ + github.com/minio/cli:github.com/minio/cli \ + github.com/minio/colorjson:github.com/minio/colorjson \ + github.com/minio/filepath:github.com/minio/filepath \ + github.com/minio/madmin-go:github.com/minio/madmin-go \ + github.com/minio/md5-simd:github.com/minio/md5-simd \ + github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ + github.com/minio/pkg:github.com/minio/pkg \ + github.com/minio/selfupdate:github.com/minio/selfupdate \ + github.com/minio/sha256-simd:github.com/minio/sha256-simd \ + github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ + github.com/pkg/xattr:github.com/pkg/xattr \ + github.com/posener/complete:github.com/posener/complete \ + github.com/prometheus/client_golang:github.com/prometheus/client_golang \ + github.com/prometheus/prom2json:github.com/prometheus/prom2json \ + github.com/rjeczalik/notify:github.com/rjeczalik/notify \ + github.com/rs/xid:github.com/rs/xid \ + github.com/secure-io/sio-go:github.com/secure-io/sio-go \ + github.com/shirou/gopsutil/v3:github.com/shirou/gopsutil/v3 \ + github.com/tidwall/gjson:github.com/tidwall/gjson \ + golang.org/x/crypto:go.googlesource.com/crypto \ + golang.org/x/net:go.googlesource.com/net \ + golang.org/x/text:go.googlesource.com/text \ + gopkg.in/check.v1:gopkg.in/check.v1 \ + gopkg.in/h2non/filetype.v1:gopkg.in/h2non/filetype.v1 \ + gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ + github.com/charmbracelet/bubbles:github.com/charmbracelet/bubbles \ + github.com/charmbracelet/lipgloss:github.com/charmbracelet/lipgloss \ + github.com/gdamore/tcell/v2:github.com/gdamore/tcell/v2 \ + github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4 \ + github.com/navidys/tvxwidgets:github.com/navidys/tvxwidgets \ + github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ + github.com/prometheus/client_model:github.com/prometheus/client_model \ + github.com/rivo/tview:github.com/rivo/tview \ + github.com/tinylib/msgp:github.com/tinylib/msgp \ + golang.org/x/term:go.googlesource.com/term \ + github.com/beorn7/perks:github.com/beorn7/perks \ + github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ + github.com/containerd/console:github.com/containerd/console \ + github.com/coreos/go-semver:github.com/coreos/go-semver \ + github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ + github.com/decred/dcrd/dcrec/secp256k1/v4:github.com/decred/dcrd/dcrec/secp256k1/v4//dcrec/secp256k1 \ + github.com/fatih/structs:github.com/fatih/structs \ + github.com/gdamore/encoding:github.com/gdamore/encoding \ + github.com/gogo/protobuf:github.com/gogo/protobuf \ + github.com/golang/protobuf:github.com/golang/protobuf \ + github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ + github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ + github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ + github.com/kr/text:github.com/kr/text \ + github.com/lestrrat-go/backoff/v2:github.com/lestrrat-go/backoff/v2 \ + github.com/lestrrat-go/blackmagic:github.com/lestrrat-go/blackmagic \ + github.com/lestrrat-go/httpcc:github.com/lestrrat-go/httpcc \ + github.com/lestrrat-go/iter:github.com/lestrrat-go/iter \ + github.com/lestrrat-go/jwx:github.com/lestrrat-go/jwx \ + github.com/lestrrat-go/option:github.com/lestrrat-go/option \ + github.com/lucasb-eyer/go-colorful:github.com/lucasb-eyer/go-colorful \ + github.com/lufia/plan9stats:github.com/lufia/plan9stats \ + github.com/mattn/go-colorable:github.com/mattn/go-colorable \ + github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ + github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ + github.com/modern-go/concurrent:github.com/modern-go/concurrent \ + github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ + github.com/muesli/ansi:github.com/muesli/ansi \ + github.com/muesli/reflow:github.com/muesli/reflow \ + github.com/muesli/termenv:github.com/muesli/termenv \ + github.com/niemeyer/pretty:github.com/niemeyer/pretty \ + github.com/philhofer/fwd:github.com/philhofer/fwd \ + github.com/pkg/errors:github.com/pkg/errors \ + github.com/power-devops/perfstat:github.com/power-devops/perfstat \ + github.com/prometheus/common:github.com/prometheus/common \ + github.com/prometheus/procfs:github.com/prometheus/procfs \ + github.com/rivo/uniseg:github.com/rivo/uniseg \ + github.com/sirupsen/logrus:github.com/sirupsen/logrus \ + github.com/tidwall/match:github.com/tidwall/match \ + github.com/tidwall/pretty:github.com/tidwall/pretty \ + github.com/tklauser/go-sysconf:github.com/tklauser/go-sysconf \ + github.com/tklauser/numcpus:github.com/tklauser/numcpus \ + github.com/yusufpapurcu/wmi:github.com/yusufpapurcu/wmi \ + go.etcd.io/etcd/api/v3:github.com/etcd-io/etcd/api/v3//api \ + go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/api/v3//client/pkg \ + go.etcd.io/etcd/client/v3:github.com/etcd-io/etcd/api/v3//client/v3 \ + go.uber.org/atomic:go.uber.org/atomic \ + go.uber.org/multierr:go.uber.org/multierr \ + go.uber.org/zap:go.uber.org/zap \ + golang.org/x/sync:go.googlesource.com/sync \ + golang.org/x/sys:go.googlesource.com/sys \ + google.golang.org/genproto:google.golang.org/genproto \ + google.golang.org/grpc:google.golang.org/grpc \ + google.golang.org/protobuf:google.golang.org/protobuf \ + gopkg.in/ini.v1:gopkg.in/ini.v1 \ + gopkg.in/yaml.v3:gopkg.in/yaml.v3" + for s in $sites; do + site_dest=$(echo $s | cut -d: -f1) + site_source=$(echo $s | cut -d: -f2) + mkdir -p vendor.copy/$site_dest + [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } + done + + ln -sf vendor.copy vendor + # these are bad symlinks, go validates them and breaks the build if they are present + rm -f vendor/go.etcd.io/etcd/client/v3/example_* + + cp ${WORKDIR}/modules.txt vendor/ + + ${GO} build -trimpath +} + +do_install() { + install -d ${D}/${sbindir} + install ${S}/src/${GO_IMPORT}/mc ${D}/${sbindir}/mc +} diff --git a/meta-oe/recipes-extended/minio/src_uri.inc b/meta-oe/recipes-extended/minio/src_uri.inc new file mode 100644 index 000000000..5cdc69dfc --- /dev/null +++ b/meta-oe/recipes-extended/minio/src_uri.inc @@ -0,0 +1,509 @@ +# github.com/charmbracelet/bubbletea v0.19.3 +# [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac372b +SRCREV_bubbletea="3dc51789d11229a1fb00f137d02b50b04cac372b" +SRC_URI += "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbletea" + +# github.com/cheggaaa/pb v1.0.29 +# [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 +SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098" +SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb" + +# github.com/dustin/go-humanize v1.0.0 +# [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 +SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52" +SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" + +# github.com/fatih/color v1.13.0 +# [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 +SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448" +SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" + +# github.com/go-ole/go-ole v1.2.6 +# [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8 +SRCREV_go-ole="8b1f7f90f6b1728609c9694f2cff140d34fd91f8" +SRC_URI += "git://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ole/go-ole" + +# github.com/goccy/go-json v0.8.1 +# [1] git ls-remote https://github.com/goccy/go-json de89bd3db67f2219c6183ec6febe2b5f7a6b06fb +SRCREV_go-json="de89bd3db67f2219c6183ec6febe2b5f7a6b06fb" +SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json" + +# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 +# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d +SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" +SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" + +# github.com/google/uuid v1.3.0 +# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 +SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" +SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" + +# github.com/inconshreveable/mousetrap v1.0.0 +# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 +SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" +SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" + +# github.com/json-iterator/go v1.1.12 +# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d +SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" +SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" + +# github.com/klauspost/compress v1.13.6 +# [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4 +SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4" +SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" + +# github.com/mattn/go-ieproxy v0.0.1 +# [1] git ls-remote https://github.com/mattn/go-ieproxy 439dd0581a2a03b415673a2462ad5c21eaabc588 +SRCREV_go-ieproxy="439dd0581a2a03b415673a2462ad5c21eaabc588" +SRC_URI += "git://github.com/mattn/go-ieproxy;name=go-ieproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-ieproxy" + +# github.com/mattn/go-isatty v0.0.14 +# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e +SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e" +SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" + +# github.com/minio/cli v1.22.0 +# [1] git ls-remote https://github.com/minio/cli 735b30120ed7535d13933b0246f8a75cf80b0f74 +SRCREV_cli="735b30120ed7535d13933b0246f8a75cf80b0f74" +SRC_URI += "git://github.com/minio/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/cli" + +# github.com/minio/colorjson v1.0.2 +# [1] git ls-remote https://github.com/minio/colorjson f964b335cdb6cd51dff32a726d3d6ab9e1db0633 +SRCREV_colorjson="f964b335cdb6cd51dff32a726d3d6ab9e1db0633" +SRC_URI += "git://github.com/minio/colorjson;name=colorjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/colorjson" + +# github.com/minio/filepath v1.0.0 +# [1] git ls-remote https://github.com/minio/filepath a116cb5d2b6396deea35d06389e3e9809c887fcf +SRCREV_filepath="a116cb5d2b6396deea35d06389e3e9809c887fcf" +SRC_URI += "git://github.com/minio/filepath;name=filepath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/filepath" + +# github.com/minio/madmin-go v1.4.3 +# [1] git ls-remote https://github.com/minio/madmin-go 4f71c826739af4ebf73308e7f9a849a781859f78 +SRCREV_madmin-go="4f71c826739af4ebf73308e7f9a849a781859f78" +SRC_URI += "git://github.com/minio/madmin-go;name=madmin-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/madmin-go" + +# github.com/minio/md5-simd v1.1.2 +# [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df +SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" +SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" + +# github.com/minio/minio-go/v7 v7.0.30 +# [1] git ls-remote https://github.com/minio/minio-go 81c303325bb4426c89776854b2ea4f7936deb11c +SRCREV_v7="81c303325bb4426c89776854b2ea4f7936deb11c" +SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" + +# github.com/minio/pkg v1.1.22 +# [1] git ls-remote https://github.com/minio/pkg 3b76bdaec27995a31d0b0a7959bbef55bfe0d364 +SRCREV_pkg="3b76bdaec27995a31d0b0a7959bbef55bfe0d364" +SRC_URI += "git://github.com/minio/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/pkg" + +# github.com/minio/selfupdate v0.4.0 +# [1] git ls-remote https://github.com/minio/selfupdate 9e32fb8d38277355add4fa3983edb0b376d12bb5 +SRCREV_selfupdate="9e32fb8d38277355add4fa3983edb0b376d12bb5" +SRC_URI += "git://github.com/minio/selfupdate;name=selfupdate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/selfupdate" + +# github.com/minio/sha256-simd v1.0.0 +# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 +SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" +SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" + +# github.com/mitchellh/go-homedir v1.1.0 +# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 +SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" +SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" + +# github.com/pkg/xattr v0.4.4 +# [1] git ls-remote https://github.com/pkg/xattr 8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a +SRCREV_xattr="8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a" +SRC_URI += "git://github.com/pkg/xattr;name=xattr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/xattr" + +# github.com/posener/complete v1.2.3 +# [1] git ls-remote https://github.com/posener/complete 05b68ffc813dd10c420993cb1cf927b346c057b8 +SRCREV_complete="05b68ffc813dd10c420993cb1cf927b346c057b8" +SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete" + +# github.com/prometheus/client_golang v1.12.1 +# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c +SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c" +SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" + +# github.com/prometheus/prom2json v1.3.1 +# [1] git ls-remote https://github.com/prometheus/prom2json ac13972e54feb2f8eafc9a613112cb310f5463dc +SRCREV_prom2json="ac13972e54feb2f8eafc9a613112cb310f5463dc" +SRC_URI += "git://github.com/prometheus/prom2json;name=prom2json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/prom2json" + +# github.com/rjeczalik/notify v0.9.2 +# [1] git ls-remote https://github.com/rjeczalik/notify 69d839f37b13a8cb7a78366f7633a4071cb43be7 +SRCREV_notify="69d839f37b13a8cb7a78366f7633a4071cb43be7" +SRC_URI += "git://github.com/rjeczalik/notify;name=notify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rjeczalik/notify" + +# github.com/rs/xid v1.3.0 +# [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206 +SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206" +SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" + +# github.com/secure-io/sio-go v0.3.1 +# [1] git ls-remote https://github.com/secure-io/sio-go a455d2cd8fcacdfe18557d117db15c0629fb7e2c +SRCREV_sio-go="a455d2cd8fcacdfe18557d117db15c0629fb7e2c" +SRC_URI += "git://github.com/secure-io/sio-go;name=sio-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-io/sio-go" + +# github.com/shirou/gopsutil/v3 v3.21.12 +# [1] git ls-remote https://github.com/shirou/gopsutil 2f8da0a39487ceddf44cebe53a1b563b0b7173cc +SRCREV_v3="2f8da0a39487ceddf44cebe53a1b563b0b7173cc" +SRC_URI += "git://github.com/shirou/gopsutil;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shirou/gopsutil/v3" + +# github.com/tidwall/gjson v1.12.1 +# [1] git ls-remote https://github.com/tidwall/gjson db0033701cccc8e2e43b77d03e4f509a48b6b2f2 +SRCREV_gjson="db0033701cccc8e2e43b77d03e4f509a48b6b2f2" +SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" + +# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e +# [1] git ls-remote https://go.googlesource.com/crypto 793ad666bf5ec61392092b27061be9618e4e219b +SRCREV_crypto="793ad666bf5ec61392092b27061be9618e4e219b" +SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto" + +# golang.org/x/net v0.0.0-20220225172249-27dd8689420f +# [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e +SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e" +SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net" + +# golang.org/x/text v0.3.7 +# [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99 +SRCREV_text="3cd4007149f3f883d229d707172ed356727aae99" +SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text" + +# gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b +# [1] git ls-remote https://gopkg.in/check.v1 038fdea0a05bc030b0bfda479dc2e08d2220ec74 +SRCREV_check.v1="038fdea0a05bc030b0bfda479dc2e08d2220ec74" +SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1" + +# gopkg.in/h2non/filetype.v1 v1.0.5 +# [1] git ls-remote https://gopkg.in/h2non/filetype.v1 8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b +SRCREV_filetype.v1="8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b" +SRC_URI += "git://gopkg.in/h2non/filetype.v1;name=filetype.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/h2non/filetype.v1" + +# gopkg.in/yaml.v2 v2.4.0 +# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c +SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" +SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" + +# github.com/charmbracelet/bubbles v0.10.0 +# [1] git ls-remote https://github.com/charmbracelet/bubbles 7714089ad7c81898564ebeb7b6876b5844e26ccd +SRCREV_bubbles="7714089ad7c81898564ebeb7b6876b5844e26ccd" +SRC_URI += "git://github.com/charmbracelet/bubbles;name=bubbles;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbles" + +# github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 +# [1] git ls-remote https://github.com/charmbracelet/lipgloss bf2912e703f6ecf88a1b843472afd47ce5002caf +SRCREV_lipgloss="bf2912e703f6ecf88a1b843472afd47ce5002caf" +SRC_URI += "git://github.com/charmbracelet/lipgloss;name=lipgloss;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/lipgloss" + +# github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 +# [1] git ls-remote https://github.com/gdamore/tcell f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1 +SRCREV_v2="f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1" +SRC_URI += "git://github.com/gdamore/tcell;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/tcell/v2" + +# github.com/golang-jwt/jwt/v4 v4.4.1 +# [1] git ls-remote https://github.com/golang-jwt/jwt 0972257eba279bb357882afc11db8218644ad565 +SRCREV_v4="0972257eba279bb357882afc11db8218644ad565" +SRC_URI += "git://github.com/golang-jwt/jwt;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" + +# github.com/navidys/tvxwidgets v0.1.0 +# [1] git ls-remote https://github.com/navidys/tvxwidgets f017cfd5ce6d4bd7fb22529305d7a438c3f1369d +SRCREV_tvxwidgets="f017cfd5ce6d4bd7fb22529305d7a438c3f1369d" +SRC_URI += "git://github.com/navidys/tvxwidgets;name=tvxwidgets;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/navidys/tvxwidgets" + +# github.com/olekukonko/tablewriter v0.0.5 +# [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8 +SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8" +SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter" + +# github.com/prometheus/client_model v0.2.0 +# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171 +SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171" +SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" + +# github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b +# [1] git ls-remote https://github.com/rivo/tview 2a6de950f73bdc70658f7e754d4b5593f15c8408 +SRCREV_tview="2a6de950f73bdc70658f7e754d4b5593f15c8408" +SRC_URI += "git://github.com/rivo/tview;name=tview;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/tview" + +# github.com/tinylib/msgp v1.1.6 +# [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b +SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" +SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" + +# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 +# [1] git ls-remote https://go.googlesource.com/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 +SRCREV_term="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50" +SRC_URI += "git://go.googlesource.com/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term" + +# github.com/beorn7/perks v1.0.1 +# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143 +SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143" +SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" + +# github.com/cespare/xxhash/v2 v2.1.2 +# [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4 +SRCREV_v21="7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4" +SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" + +# github.com/containerd/console v1.0.2 +# [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618 +SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618" +SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" + +# github.com/coreos/go-semver v0.3.0 +# [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5 +SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5" +SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" + +# github.com/coreos/go-systemd/v22 v22.3.2 +# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470 +SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470" +SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" + +# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 +# [1] git ls-remote https://github.com/decred/dcrd 75f1b4dac2e43133f3281ac63a9ef9eb699200e5 +SRCREV_v41="75f1b4dac2e43133f3281ac63a9ef9eb699200e5" +SRC_URI += "git://github.com/decred/dcrd;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/decred/dcrd/dcrec/secp256k1/v4" + +# github.com/fatih/structs v1.1.0 +# [1] git ls-remote https://github.com/fatih/structs 4966fc68f5b7593aafa6cbbba2d65ec6e1416047 +SRCREV_structs="4966fc68f5b7593aafa6cbbba2d65ec6e1416047" +SRC_URI += "git://github.com/fatih/structs;name=structs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/structs" + +# github.com/gdamore/encoding v1.0.0 +# [1] git ls-remote https://github.com/gdamore/encoding 79c592247a6248468805a0e297f43a7cac979903 +SRCREV_encoding="79c592247a6248468805a0e297f43a7cac979903" +SRC_URI += "git://github.com/gdamore/encoding;name=encoding;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/encoding" + +# github.com/gogo/protobuf v1.3.2 +# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc +SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" +SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" + +# github.com/golang/protobuf v1.5.2 +# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f +SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" +SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" + +# github.com/hashicorp/errwrap v1.1.0 +# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 +SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" +SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" + +# github.com/hashicorp/go-multierror v1.1.1 +# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 +SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" +SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" + +# github.com/klauspost/cpuid/v2 v2.0.9 +# [1] git ls-remote https://github.com/klauspost/cpuid 6903d4066801a7d800d4537ee9eebe81ea97000e +SRCREV_v212="6903d4066801a7d800d4537ee9eebe81ea97000e" +SRC_URI += "git://github.com/klauspost/cpuid;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" + +# github.com/kr/text v0.2.0 +# [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5 +SRCREV_text1="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5" +SRC_URI += "git://github.com/kr/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text" + +# github.com/lestrrat-go/backoff/v2 v2.0.8 +# [1] git ls-remote https://github.com/lestrrat-go/backoff c3af762cb9d2bc8339e1d5099a4550366a675f60 +SRCREV_v2123="c3af762cb9d2bc8339e1d5099a4550366a675f60" +SRC_URI += "git://github.com/lestrrat-go/backoff;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/backoff/v2" + +# github.com/lestrrat-go/blackmagic v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/blackmagic 370527f88bbfd5be3192a38af3148dbd64f0976f +SRCREV_blackmagic="370527f88bbfd5be3192a38af3148dbd64f0976f" +SRC_URI += "git://github.com/lestrrat-go/blackmagic;name=blackmagic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/blackmagic" + +# github.com/lestrrat-go/httpcc v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/httpcc e7e8fea419e32f7549252ad15ecf17f3a3c1a268 +SRCREV_httpcc="e7e8fea419e32f7549252ad15ecf17f3a3c1a268" +SRC_URI += "git://github.com/lestrrat-go/httpcc;name=httpcc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/httpcc" + +# github.com/lestrrat-go/iter v1.0.1 +# [1] git ls-remote https://github.com/lestrrat-go/iter 628869e97ee3dcc09033086e547a5cab96b0d708 +SRCREV_iter="628869e97ee3dcc09033086e547a5cab96b0d708" +SRC_URI += "git://github.com/lestrrat-go/iter;name=iter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/iter" + +# github.com/lestrrat-go/jwx v1.2.14 +# [1] git ls-remote https://github.com/lestrrat-go/jwx de7d9bca43812abc4f630320f8632108ccfe34bf +SRCREV_jwx="de7d9bca43812abc4f630320f8632108ccfe34bf" +SRC_URI += "git://github.com/lestrrat-go/jwx;name=jwx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/jwx" + +# github.com/lestrrat-go/option v1.0.0 +# [1] git ls-remote https://github.com/lestrrat-go/option 7e3467dce320ff45667b138ae503367c92deaa0b +SRCREV_option="7e3467dce320ff45667b138ae503367c92deaa0b" +SRC_URI += "git://github.com/lestrrat-go/option;name=option;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/option" + +# github.com/lucasb-eyer/go-colorful v1.2.0 +# [1] git ls-remote https://github.com/lucasb-eyer/go-colorful d2b05a0d83cca9d610425691c3253d5f36d0ad06 +SRCREV_go-colorful="d2b05a0d83cca9d610425691c3253d5f36d0ad06" +SRC_URI += "git://github.com/lucasb-eyer/go-colorful;name=go-colorful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lucasb-eyer/go-colorful" + +# github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 +# [1] git ls-remote https://github.com/lufia/plan9stats 39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2 +SRCREV_plan9stats="39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2" +SRC_URI += "git://github.com/lufia/plan9stats;name=plan9stats;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lufia/plan9stats" + +# github.com/mattn/go-colorable v0.1.12 +# [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710 +SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" +SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" + +# github.com/mattn/go-runewidth v0.0.13 +# [1] git ls-remote https://github.com/mattn/go-runewidth df1ff59654317c1b5a3f860ffc47402931932104 +SRCREV_go-runewidth="df1ff59654317c1b5a3f860ffc47402931932104" +SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" + +# github.com/matttproud/golang_protobuf_extensions v1.0.1 +# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c +SRCREV_golang_protobuf_extensions="c12348ce28de40eed0136aa2b644d0ee0650e56c" +SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" + +# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd +# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 +SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" +SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" + +# github.com/modern-go/reflect2 v1.0.2 +# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 +SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" +SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" + +# github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b +# [1] git ls-remote https://github.com/muesli/ansi 2e021307bc4b4f4766c3fb4faf6030b13dc9ec51 +SRCREV_ansi="2e021307bc4b4f4766c3fb4faf6030b13dc9ec51" +SRC_URI += "git://github.com/muesli/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/ansi" + +# github.com/muesli/reflow v0.3.0 +# [1] git ls-remote https://github.com/muesli/reflow 602e329532049c9e33fa8c74e352a46fb9486947 +SRCREV_reflow="602e329532049c9e33fa8c74e352a46fb9486947" +SRC_URI += "git://github.com/muesli/reflow;name=reflow;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/reflow" + +# github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 +# [1] git ls-remote https://github.com/muesli/termenv 5ac8409525e03ee6cd96daeae32d47902b88f32a +SRCREV_termenv="5ac8409525e03ee6cd96daeae32d47902b88f32a" +SRC_URI += "git://github.com/muesli/termenv;name=termenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/termenv" + +# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e +# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56 +SRCREV_pretty="a10e7caefd8e0d600cea437f5c3613aeb1553d56" +SRC_URI += "git://github.com/niemeyer/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty" + +# github.com/philhofer/fwd v1.1.1 +# [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 +SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" +SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd" + +# github.com/pkg/errors v0.9.1 +# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 +SRCREV_errors="614d223910a179a466c1767a985424175c39b465" +SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" + +# github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c +# [1] git ls-remote https://github.com/power-devops/perfstat 5aafc221ea8c1ff54b0835cbd5f2386a8410be11 +SRCREV_perfstat="5aafc221ea8c1ff54b0835cbd5f2386a8410be11" +SRC_URI += "git://github.com/power-devops/perfstat;name=perfstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/power-devops/perfstat" + +# github.com/prometheus/common v0.33.0 +# [1] git ls-remote https://github.com/prometheus/common 63e75f51cd2368130efbd51b95a4e457e64b444e +SRCREV_common="63e75f51cd2368130efbd51b95a4e457e64b444e" +SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" + +# github.com/prometheus/procfs v0.7.3 +# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac +SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" +SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" + +# github.com/rivo/uniseg v0.2.0 +# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d +SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" +SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" + +# github.com/sirupsen/logrus v1.8.1 +# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b +SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b" +SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" + +# github.com/tidwall/match v1.1.1 +# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf +SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" +SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" + +# github.com/tidwall/pretty v1.2.0 +# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2 +SRCREV_pretty1="aaa765e7476acb0028a854b85675801362cbdaa2" +SRC_URI += "git://github.com/tidwall/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" + +# github.com/tklauser/go-sysconf v0.3.9 +# [1] git ls-remote https://github.com/tklauser/go-sysconf 746b19d14e19d242c2daa08e0d645c19832c1939 +SRCREV_go-sysconf="746b19d14e19d242c2daa08e0d645c19832c1939" +SRC_URI += "git://github.com/tklauser/go-sysconf;name=go-sysconf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/go-sysconf" + +# github.com/tklauser/numcpus v0.3.0 +# [1] git ls-remote https://github.com/tklauser/numcpus cc3fdd5f3955d53d50d94380963bddd24bd373e2 +SRCREV_numcpus="cc3fdd5f3955d53d50d94380963bddd24bd373e2" +SRC_URI += "git://github.com/tklauser/numcpus;name=numcpus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/numcpus" + +# github.com/yusufpapurcu/wmi v1.2.2 +# [1] git ls-remote https://github.com/yusufpapurcu/wmi 253c5f0cb35e666c4c0fc42083824e7c89f0cc8d +SRCREV_wmi="253c5f0cb35e666c4c0fc42083824e7c89f0cc8d" +SRC_URI += "git://github.com/yusufpapurcu/wmi;name=wmi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yusufpapurcu/wmi" + +# go.etcd.io/etcd/api/v3 v3.5.2 +# [1] git ls-remote https://github.com/etcd-io/etcd 4591a096d4d3c08e577d7269851938db0c1da3d4 +SRCREV_v31="4591a096d4d3c08e577d7269851938db0c1da3d4" +SRC_URI += "git://github.com/etcd-io/etcd;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/api/v3" + +# go.uber.org/atomic v1.9.0 +# [1] git ls-remote https://github.com/uber-go/atomic 135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8 +SRCREV_atomic="135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8" +SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" + +# go.uber.org/multierr v1.7.0 +# [1] git ls-remote https://github.com/uber-go/multierr 19d9fff1d3b66750a134671435786579bc994737 +SRCREV_multierr="19d9fff1d3b66750a134671435786579bc994737" +SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" + +# go.uber.org/zap v1.19.1 +# [1] git ls-remote https://github.com/uber-go/zap 2f61e97148e69cd2dd1902b03e89ce07cd1218a1 +SRCREV_zap="2f61e97148e69cd2dd1902b03e89ce07cd1218a1" +SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" + +# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +# [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09 +SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" +SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync" + +# golang.org/x/sys v0.0.0-20220412211240-33da011f77ad +# [1] git ls-remote https://go.googlesource.com/sys 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809 +SRCREV_sys="33da011f77ade50ff5b6a6fb4a9a1e6d6b285809" +SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys" + +# google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb +# [1] git ls-remote https://github.com/googleapis/go-genproto 3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3 +SRCREV_genproto="3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3" +SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" + +# google.golang.org/grpc v1.43.0 +# [1] git ls-remote https://github.com/grpc/grpc-go 14c11384b76b67f7b1b32a5d18f865762634c0ae +SRCREV_grpc="14c11384b76b67f7b1b32a5d18f865762634c0ae" +SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" + +# google.golang.org/protobuf v1.27.1 +# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d +SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d" +SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" + +# gopkg.in/ini.v1 v1.66.3 +# [1] git ls-remote https://gopkg.in/ini.v1 fcd6cc399e588727c1231f4ea187d1b963536bcc +SRCREV_ini.v1="fcd6cc399e588727c1231f4ea187d1b963536bcc" +SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" + +# gopkg.in/yaml.v3 v3.0.1 +# [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 +SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" +SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" -- 2.33.0 |
|
[meta-oe][PATCH v4] jwt-cpp: add recipe
Signed-off-by: Boas Meier <boas.meier@...>
--- .../recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb new file mode 100644 index 000000000..8929115fd --- /dev/null +++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "A header only library for creating and validating json web tokens in c++" +HOMEPAGE = "https://thalhammer.github.io/jwt-cpp/" +SECTION = "libs" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" + +SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ + " + +SRCREV = "4a537e969891dde542ad8b1a4a214955a83be29f" + +S = "${WORKDIR}/git" + +DEPENDS = "openssl" + +inherit cmake + +EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake" -- 2.30.2 |
|