diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb index fd6b85ff2e..c355dadf0b 100644 --- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb +++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797 | |||
| 15 | 15 | ||
| 16 | inherit distutils3 cmake gettext | 16 | inherit distutils3 cmake gettext |
| 17 | 17 | ||
| 18 | do_install_append() { | 18 | do_install:append() { |
| 19 | # these files seem to only be used by symbian and trigger QA warnings | 19 | # these files seem to only be used by symbian and trigger QA warnings |
| 20 | rm -rf ${D}/usr/share/gammu | 20 | rm -rf ${D}/usr/share/gammu |
| 21 | #install default configuration files | 21 | #install default configuration files |
| @@ -42,19 +42,19 @@ EXTRA_OECMAKE = " \ | |||
| 42 | 42 | ||
| 43 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" | 43 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" |
| 44 | 44 | ||
| 45 | FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ | 45 | FILES:${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ |
| 46 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" | 46 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" |
| 47 | CONFFILES_${PN} = "${sysconfdir}/gammurc" | 47 | CONFFILES:${PN} = "${sysconfdir}/gammurc" |
| 48 | FILES_${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" | 48 | FILES:${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" |
| 49 | CONFFILES_${PN}-smsd = "${sysconfdir}/gammu-smsdrc" | 49 | CONFFILES:${PN}-smsd = "${sysconfdir}/gammu-smsdrc" |
| 50 | FILES_${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" | 50 | FILES:${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" |
| 51 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/.debug ${PYTHON_SITEPACKAGES_DIR}/gammu/.debug" | 51 | FILES:${PN}-dbg += "${bindir}/.debug ${libdir}/.debug ${PYTHON_SITEPACKAGES_DIR}/gammu/.debug" |
| 52 | FILES_libgammu = "${libdir}/libGammu.so.*" | 52 | FILES:libgammu = "${libdir}/libGammu.so.*" |
| 53 | FILES_libgsmsd = "${libdir}/libgsmsd.so.*" | 53 | FILES:libgsmsd = "${libdir}/libgsmsd.so.*" |
| 54 | FILES_python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??" | 54 | FILES:python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??" |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN} += "bash" | 56 | RDEPENDS:${PN} += "bash" |
| 57 | RDEPENDS_${PN}-dev += "bash" | 57 | RDEPENDS:${PN}-dev += "bash" |
| 58 | 58 | ||
| 59 | # Fails to build with thumb-1 (qemuarm) | 59 | # Fails to build with thumb-1 (qemuarm) |
| 60 | # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275 | 60 | # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275 |
