summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-05-30 13:54:05 +0200
committerGitHub <noreply@github.com>2017-05-30 13:54:05 +0200
commit3dbb25b99ebf51841ed29fa60981cecfdea72e6d (patch)
treeef78dd7f6a4fe3ae8f33ce1121a866147619618f /recipes-support
parent8379268522e453923514cc74ef37b9585ab4bde7 (diff)
parentacb37d5b699140c519b940540618922bd3571bce (diff)
downloadmeta-updater-3dbb25b99ebf51841ed29fa60981cecfdea72e6d.tar.gz
Merge pull request #71 from advancedtelematic/feat/PRO-3157-use-random-friendly-names
PRO-3157 Add recipe for friendly name generator
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/python-petname/python-petname.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1DESCRIPTION = "python-petname recipe"
2
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRCREV = "d0b767cdb1567defb104f29c3fd022239a7f231e"
7SRC_URI = "git://github.com/dustinkirkland/python-petname.git"
8S = "${WORKDIR}/git"
9
10PV = "2.2"
11inherit setuptools
12RDEPENDS_${PN} = " python-setuptools \
13 python-argparse \
14 "
15