diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb index 57fe74495d..7b74c76f92 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb | |||
| @@ -22,4 +22,13 @@ SRC_URI += " file://0001-build-Fix-build-for-newer-versions-of-meson.patch" | |||
| 22 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" | 22 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" |
| 23 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" | 23 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" |
| 24 | 24 | ||
| 25 | # avoid clashes with gnome-bluetooth4 | ||
| 26 | do_install:append() { | ||
| 27 | # just bluetooth-sendto / bluetooth-sendto.desktop only | ||
| 28 | rm -rf ${D}${bindir} | ||
| 29 | rm -rf ${D}${datadir}/applications | ||
| 30 | } | ||
| 31 | # offer alternate bluetooth-sendto | ||
| 32 | RRECOMMENS:${PN} += "gnome-bluetooth4" | ||
| 33 | |||
| 25 | RDEPENDS:${PN} += "bluez5" | 34 | RDEPENDS:${PN} += "bluez5" |
