diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-01-13 21:20:05 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 09:01:51 -0800 |
| commit | 1946eca308b2287139e038c02fc748a1a71886bd (patch) | |
| tree | 8d43d2cf690e05066c20ec5480f141076cbfbc42 | |
| parent | 5dd27b4a9f42c57bbba8b69ac179924dfaab0b76 (diff) | |
| download | meta-openembedded-1946eca308b2287139e038c02fc748a1a71886bd.tar.gz | |
gammu: upgrade 1.32.0 -> 1.42.0
For changes, see https://wammu.eu/news/gammu/
* Update HOMEPAGE to https://wammu.eu/
* Update download URL
* python-gammu is now a separate code base
License-Update: whitespace changes
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb (renamed from meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb) | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb index c355dadf0b..ce78fdeb19 100644 --- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb +++ b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb | |||
| @@ -1,19 +1,21 @@ | |||
| 1 | SUMMARY = "GNU All Mobile Managment Utilities" | 1 | SUMMARY = "GNU All Mobile Managment Utilities" |
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | DEPENDS = "cmake-native virtual/libiconv libdbi mysql5 glib-2.0 udev libgudev unixodbc" | ||
| 4 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | HOMEPAGE = "http://www.gammu.org/" | 5 | HOMEPAGE = "https://wammu.eu/" |
| 7 | 6 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.bz2 \ | 7 | SRC_URI = "https://dl.cihar.com/${BPN}/releases/${BP}.tar.xz \ |
| 9 | file://gammurc \ | 8 | file://gammurc \ |
| 10 | file://gammu-smsdrc \ | 9 | file://gammu-smsdrc \ |
| 11 | " | 10 | " |
| 12 | 11 | ||
| 13 | SRC_URI[md5sum] = "8ea16c6b3cc48097a8e62311fe0e25b9" | 12 | SRC_URI[sha256sum] = "d8f152314d7e4d3d643610d742845e0a016ce97c234ad4b1151574e1b09651ee" |
| 14 | SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797968fc3" | 13 | |
| 14 | UPSTREAM_CHECK_URI = "https://dl.cihar.com/${BPN}/releases" | ||
| 15 | |||
| 16 | DEPENDS = "cmake-native virtual/libiconv libdbi mysql5 glib-2.0 udev libgudev unixodbc" | ||
| 15 | 17 | ||
| 16 | inherit distutils3 cmake gettext | 18 | inherit cmake gettext |
| 17 | 19 | ||
| 18 | do_install:append() { | 20 | do_install:append() { |
| 19 | # these files seem to only be used by symbian and trigger QA warnings | 21 | # these files seem to only be used by symbian and trigger QA warnings |
| @@ -35,12 +37,11 @@ EXTRA_OECMAKE = " \ | |||
| 35 | -DWITH_BLUETOOTH=OFF \ | 37 | -DWITH_BLUETOOTH=OFF \ |
| 36 | -DWITH_NOKIA_SUPPORT=OFF \ | 38 | -DWITH_NOKIA_SUPPORT=OFF \ |
| 37 | -DWITH_IRDA=OFF \ | 39 | -DWITH_IRDA=OFF \ |
| 38 | -DWITH_PYTHON=OFF \ | ||
| 39 | -DWITH_MySQL=ON \ | 40 | -DWITH_MySQL=ON \ |
| 40 | -DWITH_Postgres=OFF \ | 41 | -DWITH_Postgres=OFF \ |
| 41 | " | 42 | " |
| 42 | 43 | ||
| 43 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" | 44 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd" |
| 44 | 45 | ||
| 45 | FILES:${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ | 46 | FILES:${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ |
| 46 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" | 47 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" |
| @@ -48,10 +49,9 @@ CONFFILES:${PN} = "${sysconfdir}/gammurc" | |||
| 48 | FILES:${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" | 49 | FILES:${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" |
| 49 | CONFFILES:${PN}-smsd = "${sysconfdir}/gammu-smsdrc" | 50 | CONFFILES:${PN}-smsd = "${sysconfdir}/gammu-smsdrc" |
| 50 | FILES:${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" | 51 | FILES:${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" |
| 51 | FILES:${PN}-dbg += "${bindir}/.debug ${libdir}/.debug ${PYTHON_SITEPACKAGES_DIR}/gammu/.debug" | 52 | FILES:${PN}-dbg += "${bindir}/.debug ${libdir}/.debug" |
| 52 | FILES:libgammu = "${libdir}/libGammu.so.*" | 53 | FILES:libgammu = "${libdir}/libGammu.so.*" |
| 53 | FILES:libgsmsd = "${libdir}/libgsmsd.so.*" | 54 | FILES:libgsmsd = "${libdir}/libgsmsd.so.*" |
| 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" |
