diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb index d002c0fc51..2d4e55abc8 100644 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | |||
| @@ -13,18 +13,18 @@ SRC_URI[sha256sum] = "9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965 | |||
| 13 | 13 | ||
| 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
| 15 | 15 | ||
| 16 | do_install_append() { | 16 | do_install:append() { |
| 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples | 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples |
| 18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples | 18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | PACKAGES =+ "${PN}-examples" | 21 | PACKAGES =+ "${PN}-examples" |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN}-examples += "${PN}" | 23 | RDEPENDS:${PN}-examples += "${PN}" |
| 24 | 24 | ||
| 25 | FILES_${PN}-examples = "${datadir}/${BPN}/examples" | 25 | FILES:${PN}-examples = "${datadir}/${BPN}/examples" |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} = "\ | 27 | RDEPENDS:${PN} = "\ |
| 28 | ${PYTHON_PN}-io \ | 28 | ${PYTHON_PN}-io \ |
| 29 | ${PYTHON_PN}-logging \ | 29 | ${PYTHON_PN}-logging \ |
| 30 | ${PYTHON_PN}-math \ | 30 | ${PYTHON_PN}-math \ |
