diff options
author | André Draszik <andre.draszik@jci.com> | 2018-03-22 09:11:52 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-08 17:00:06 -0700 |
commit | bd44421f579269f2b37cab8149beb7ae844eb92d (patch) | |
tree | 68d17d92a1ea456c7123deb2f5a7411098dc5239 /meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb | |
parent | 55594ee4027747bada171ed27e083d30f95c3b36 (diff) | |
download | meta-openembedded-bd44421f579269f2b37cab8149beb7ae844eb92d.tar.gz |
python-aws-iot-device-sdk-python: also package examples (as additional package)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb index 12ae978e34..490e973917 100644 --- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-aws-iot-device-sdk-python.inc | 2 | require python-aws-iot-device-sdk-python.inc |
3 | |||
4 | RDEPENDS_${PN}-examples += "${PYTHON_PN}-argparse" | ||