diff options
| author | Derek Straka <derek@asterius.io> | 2020-04-03 17:21:15 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
| commit | 586337819d38325a409d212c9bdb5819bd4ab775 (patch) | |
| tree | 7214759daf5576fdb41f62efff53fc2e2cdf273f /meta-python/recipes-devtools/python/python-yappi.inc | |
| parent | 8389a281b54ca93d6f66e0fa16df8a69f4181b66 (diff) | |
| download | meta-openembedded-586337819d38325a409d212c9bdb5819bd4ab775.tar.gz | |
python-yappi: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yappi.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-yappi.inc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python-yappi.inc b/meta-python/recipes-devtools/python/python-yappi.inc deleted file mode 100644 index d6e9d4ed6d..0000000000 --- a/meta-python/recipes-devtools/python/python-yappi.inc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "Yet Another Python Profiler" | ||
| 2 | HOMEPAGE = "http://yappi.googlecode.com/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9a193c13f346884e597acdcac7fe9ac8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8" | ||
| 8 | SRC_URI[sha256sum] = "7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf" | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit pypi setuptools3 ptest | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "\ | ||
| 17 | ${PYTHON_PN}-datetime \ | ||
| 18 | ${PYTHON_PN}-pickle \ | ||
| 19 | ${PYTHON_PN}-threading \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN}-ptest += " \ | ||
| 23 | ${PYTHON_PN}-pytest \ | ||
| 24 | ${PYTHON_PN}-multiprocessing \ | ||
| 25 | ${PYTHON_PN}-profile \ | ||
| 26 | " | ||
| 27 | |||
| 28 | do_install_ptest() { | ||
| 29 | install -d ${D}${PTEST_PATH}/tests | ||
| 30 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 31 | cp -f ${S}/yappi.py ${D}/${PTEST_PATH}/ | ||
| 32 | } | ||
