diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-22 01:38:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-22 09:31:46 -0700 |
| commit | 74ca25227b0aad189339d841f36a7117ff4b7a64 (patch) | |
| tree | 6df1a457986865799f02948bb45a6deb32cb9cfd /meta-networking | |
| parent | 4ee778798df2e30362f9138c8988d343a963ab2b (diff) | |
| download | meta-openembedded-74ca25227b0aad189339d841f36a7117ff4b7a64.tar.gz | |
blueman: update to 2.1.1
Removed patch was upstreamed.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb | 58 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/blueman/blueman_git.bb | 42 |
2 files changed, 58 insertions, 42 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb new file mode 100644 index 0000000000..36de2af1d6 --- /dev/null +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager" | ||
| 2 | LICENSE = "GPLv3" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 4 | |||
| 5 | DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native" | ||
| 6 | |||
| 7 | inherit autotools systemd gsettings python3native gtk-icon-cache | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | https://github.com/blueman-project/blueman/releases/download/${PV}/blueman-${PV}.tar.xz \ | ||
| 11 | file://0001-Search-for-cython3.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "9de89abb31be45bdbf11f7884764a2dc" | ||
| 14 | SRC_URI[sha256sum] = "f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3" | ||
| 15 | |||
| 16 | EXTRA_OECONF = " \ | ||
| 17 | --disable-runtime-deps-check \ | ||
| 18 | --disable-schemas-compile \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SYSTEMD_SERVICE_${PN} = "${BPN}-mechanism.service" | ||
| 22 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
| 23 | |||
| 24 | RRECOMENDS_${PN} += "adwaita-icon-theme" | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python3-core \ | ||
| 27 | python3-dbus \ | ||
| 28 | packagegroup-tools-bluetooth \ | ||
| 29 | " | ||
| 30 | |||
| 31 | PACKAGECONFIG ??= "thunar" | ||
| 32 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" | ||
| 33 | |||
| 34 | FILES_${PN} += " \ | ||
| 35 | ${datadir}/dbus-1 \ | ||
| 36 | ${datadir}/Thunar \ | ||
| 37 | ${systemd_user_unitdir} \ | ||
| 38 | ${exec_prefix}${systemd_system_unitdir} \ | ||
| 39 | ${PYTHON_SITEPACKAGES_DIR} \ | ||
| 40 | " | ||
| 41 | |||
| 42 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" | ||
| 43 | |||
| 44 | # In code, path to python is a variable that is replaced with path to native version of it | ||
| 45 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. | ||
| 46 | # Replace it with #!/usr/bin/env python3 | ||
| 47 | do_install_append() { | ||
| 48 | sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \ | ||
| 49 | ${D}${prefix}/libexec/blueman-mechanism \ | ||
| 50 | ${D}${bindir}/blueman-tray \ | ||
| 51 | ${D}${bindir}/blueman-services \ | ||
| 52 | ${D}${bindir}/blueman-sendto \ | ||
| 53 | ${D}${bindir}/blueman-report \ | ||
| 54 | ${D}${bindir}/blueman-manager \ | ||
| 55 | ${D}${bindir}/blueman-assistant \ | ||
| 56 | ${D}${bindir}/blueman-applet \ | ||
| 57 | ${D}${bindir}/blueman-adapters | ||
| 58 | } | ||
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb deleted file mode 100644 index 91b64a36b6..0000000000 --- a/meta-networking/recipes-connectivity/blueman/blueman_git.bb +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager" | ||
| 2 | LICENSE = "GPLv3" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 4 | |||
| 5 | DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native" | ||
| 6 | |||
| 7 | inherit autotools systemd gsettings python3native gtk-icon-cache | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | git://github.com/blueman-project/blueman.git \ | ||
| 11 | file://0001-Search-for-cython3.patch \ | ||
| 12 | " | ||
| 13 | SRCREV = "c4a03417e81e21543d4568e8e7f7de307582eb50" | ||
| 14 | PV = "2.0.5+git${SRCPV}" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OECONF = " \ | ||
| 18 | --disable-runtime-deps-check \ | ||
| 19 | --disable-schemas-compile \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SYSTEMD_SERVICE_${PN} = "${BPN}-mechanism.service" | ||
| 23 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
| 24 | |||
| 25 | RRECOMENDS_${PN} += "adwaita-icon-theme" | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python3-dbus \ | ||
| 28 | packagegroup-tools-bluetooth \ | ||
| 29 | " | ||
| 30 | |||
| 31 | PACKAGECONFIG ??= "thunar" | ||
| 32 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" | ||
| 33 | |||
| 34 | FILES_${PN} += " \ | ||
| 35 | ${datadir}/dbus-1 \ | ||
| 36 | ${datadir}/Thunar \ | ||
| 37 | ${systemd_user_unitdir} \ | ||
| 38 | ${exec_prefix}${systemd_system_unitdir} \ | ||
| 39 | ${PYTHON_SITEPACKAGES_DIR} \ | ||
| 40 | " | ||
| 41 | |||
| 42 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" | ||
