diff options
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 \ |
