diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 72f0921e70..2272da91a5 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
| @@ -10,7 +10,26 @@ SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14e | |||
| 10 | 10 | ||
| 11 | inherit pypi setuptools | 11 | inherit pypi setuptools |
| 12 | 12 | ||
| 13 | PACKAGES =+ "${PN}-tests ${PN}-samples" | ||
| 14 | |||
| 15 | FILES_${PN}-samples += " \ | ||
| 16 | ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ | ||
| 17 | " | ||
| 18 | |||
| 19 | FILES_${PN}-tests += " \ | ||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ | ||
| 21 | " | ||
| 22 | |||
| 13 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS_${PN} += "\ |
| 14 | ${PYTHON_PN}-json \ | 24 | ${PYTHON_PN}-json \ |
| 15 | ${PYTHON_PN}-netclient \ | 25 | ${PYTHON_PN}-netclient \ |
| 16 | " | 26 | " |
| 27 | |||
| 28 | RDEPENDS_${PN}-samples += " \ | ||
| 29 | ${PN} \ | ||
| 30 | " | ||
| 31 | |||
| 32 | RDEPENDS_${PN}-tests += " \ | ||
| 33 | ${PN} \ | ||
| 34 | ${PYTHON_PN}-unittest \ | ||
| 35 | " | ||
