From 4629b90ec53b465221ae4c72781b381b02c32dd4 Mon Sep 17 00:00:00 2001 From: Jon Oster Date: Fri, 26 May 2017 11:45:19 +0200 Subject: PRO-3157 Add recipe for friendly name generator --- recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 1 + recipes-support/python-petname/python-petname.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 recipes-support/python-petname/python-petname.bb diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 9ba11ea..8936156 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb @@ -151,6 +151,7 @@ RDEPENDS_${PN} = " libcrypto \ python \ python-canonicaljson \ python-json \ + python-petname \ " export SOTA_PACKED_CREDENTIALS diff --git a/recipes-support/python-petname/python-petname.bb b/recipes-support/python-petname/python-petname.bb new file mode 100644 index 0000000..b8a7b88 --- /dev/null +++ b/recipes-support/python-petname/python-petname.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "python-petname recipe" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRCREV = "d0b767cdb1567defb104f29c3fd022239a7f231e" +SRC_URI = "git://github.com/dustinkirkland/python-petname.git" +S = "${WORKDIR}/git" + +PV = "2.2" +inherit setuptools +RDEPENDS_${PN} = " python-setuptools \ + python-argparse \ + " + -- cgit v1.2.3-54-g00ecf