diff options
author | Derek Straka <derek@asterius.io> | 2020-04-05 12:41:55 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
commit | 7b5d9c4f7b763bfcded6234d4122459974530e27 (patch) | |
tree | dae78d1077697e2b50ca6845760f7e449c0ae3ea /meta-python/recipes-devtools/python/python-pyserial.inc | |
parent | c31bf82c594f7ea70a89ece589a7d1b85cd2c3b0 (diff) | |
download | meta-openembedded-7b5d9c4f7b763bfcded6234d4122459974530e27.tar.gz |
python-pyserial: 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-pyserial.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial.inc | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc deleted file mode 100644 index c9580de264..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | SUMMARY = "Serial Port Support for Python" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" | ||
4 | |||
5 | SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b" | ||
6 | SRC_URI[sha256sum] = "6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" | ||
7 | |||
8 | inherit pypi | ||
9 | |||
10 | PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools" | ||
11 | |||
12 | FILES_${PN}-java = " \ | ||
13 | ${PYTHON_SITEPACKAGES_DIR}/serial/*java* \ | ||
14 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*java* \ | ||
15 | " | ||
16 | |||
17 | FILES_${PN}-osx = " \ | ||
18 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*osx* \ | ||
19 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*osx* \ | ||
20 | " | ||
21 | |||
22 | FILES_${PN}-win32 = " \ | ||
23 | ${PYTHON_SITEPACKAGES_DIR}/serial/*serialcli* \ | ||
24 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*serialcli* \ | ||
25 | ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \ | ||
26 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*win32* \ | ||
27 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/miniterm* \ | ||
28 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/miniterm* \ | ||
29 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*windows* \ | ||
30 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*windows* \ | ||
31 | " | ||
32 | |||
33 | RDEPENDS_${PN} = "\ | ||
34 | ${PYTHON_PN}-fcntl \ | ||
35 | ${PYTHON_PN}-io \ | ||
36 | ${PYTHON_PN}-logging \ | ||
37 | ${PYTHON_PN}-netclient \ | ||
38 | ${PYTHON_PN}-numbers \ | ||
39 | ${PYTHON_PN}-shell \ | ||
40 | ${PYTHON_PN}-stringold \ | ||
41 | ${PYTHON_PN}-threading \ | ||
42 | " | ||
43 | |||
44 | BBCLASSEXTEND = "native nativesdk" | ||