[oe-commits] [meta-openembedded] 24/32: speedtest-cli: new package

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 17:48:55 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2246cf33ac9290afe90f7cdea0f56f4fb7eeb1e6
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Thu Jan 2 10:42:58 2020 +0100

    speedtest-cli: new package
    
    Add a recipe for speedtest-cli - a command-line utility for internet
    speed testing using speedtest.net.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb b/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb
new file mode 100644
index 0000000..de4fa16
--- /dev/null
+++ b/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
+AUTHOR = "Matt Martz"
+
+LICENSE="Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+inherit setuptools3
+
+SRC_URI = "git://github.com/sivel/speedtest-cli.git"
+SRCREV = "c58ad3367bf27f4b4a4d5b1bca29ebd574731c5d"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "python3 python3-setuptools-scm"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list