summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb
diff options
context:
space:
mode:
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.bb8
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
14DEPENDS += "${PYTHON_PN}-pytest-runner-native" 14DEPENDS += "${PYTHON_PN}-pytest-runner-native"
15 15
16do_install_append() { 16do_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
21PACKAGES =+ "${PN}-examples" 21PACKAGES =+ "${PN}-examples"
22 22
23RDEPENDS_${PN}-examples += "${PN}" 23RDEPENDS:${PN}-examples += "${PN}"
24 24
25FILES_${PN}-examples = "${datadir}/${BPN}/examples" 25FILES:${PN}-examples = "${datadir}/${BPN}/examples"
26 26
27RDEPENDS_${PN} = "\ 27RDEPENDS:${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 \