summaryrefslogtreecommitdiffstats
path: root/recipes-support/python-petname/python-petname.bb
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-06-06 17:01:26 +0200
committerGitHub <noreply@github.com>2019-06-06 17:01:26 +0200
commit52d441c053b63e19dcf2bd43dd0f6859af23d04b (patch)
treea36985a7b00b288e3e847365f16254509b543fd9 /recipes-support/python-petname/python-petname.bb
parent4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7 (diff)
parent9616f2c908adfb94f4455b219856daf147a41748 (diff)
downloadmeta-updater-52d441c053b63e19dcf2bd43dd0f6859af23d04b.tar.gz
Log persistence (#523)
Log persistence
Diffstat (limited to 'recipes-support/python-petname/python-petname.bb')
-rw-r--r--recipes-support/python-petname/python-petname.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-support/python-petname/python-petname.bb b/recipes-support/python-petname/python-petname.bb
deleted file mode 100644
index 9abd5d9..0000000
--- a/recipes-support/python-petname/python-petname.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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
16FILES_${PN} = "${libdir} ${bindir}/petname"