summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
index b9858d279d..5f93d8df09 100644
--- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
@@ -31,8 +31,8 @@ SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa2
31 31
32EXTRA_OECONF = "--disable-integration-tests" 32EXTRA_OECONF = "--disable-integration-tests"
33 33
34FILES_${PN}-bin = "${bindir}" 34FILES:${PN}-bin = "${bindir}"
35RDEPENDS_${PN}-bin = " \ 35RDEPENDS:${PN}-bin = " \
36 python3-compression \ 36 python3-compression \
37 python3-core \ 37 python3-core \
38 python3-crypt \ 38 python3-crypt \
@@ -45,14 +45,14 @@ RDEPENDS_${PN}-bin = " \
45 python3-threading \ 45 python3-threading \
46" 46"
47 47
48FILES_${PN} += " \ 48FILES:${PN} += " \
49 ${datadir}/geisview \ 49 ${datadir}/geisview \
50 ${libdir}/${PYTHON_DIR}/site-packages/geis* \ 50 ${libdir}/${PYTHON_DIR}/site-packages/geis* \
51 ${libdir}/${PYTHON_DIR}/site-packages/_*.so \ 51 ${libdir}/${PYTHON_DIR}/site-packages/_*.so \
52" 52"
53 53
54FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" 54FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
55 55
56FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" 56FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la"
57 57
58FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" 58FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"