diff options
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.bb | 12 |
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 | ||
| 32 | EXTRA_OECONF = "--disable-integration-tests" | 32 | EXTRA_OECONF = "--disable-integration-tests" |
| 33 | 33 | ||
| 34 | FILES_${PN}-bin = "${bindir}" | 34 | FILES:${PN}-bin = "${bindir}" |
| 35 | RDEPENDS_${PN}-bin = " \ | 35 | RDEPENDS:${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 | ||
| 48 | FILES_${PN} += " \ | 48 | FILES:${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 | ||
| 54 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | 54 | FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" |
| 55 | 55 | ||
| 56 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" | 56 | FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" |
| 57 | 57 | ||
| 58 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" | 58 | FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" |
