summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/avahi/avahi-ui_0.6.31.bbappend
blob: 54e538fd31542e3907a9abc3bec5d5eba3101e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# We are seeing image creation failures as below:
# Collected errors:
#  * satisfy_dependencies_for: Cannot satisfy the following dependencies
#  for gvfs-gdu-volume-monitor-dev:
#   *      avahi-daemon (= 0.6.31-r11.0) *         libavahi-core7 (=
#   0.6.31-r11.0) *       libavahi-client3 (= 0.6.31-r11.0) *
#   * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-dev.
#
# This failure is a result of the libavahi-ui-dev package having
# dependencies as following in its package information:
#Package: libavahi-ui-dev
#Version: 0.6.31-r11.0
#Depends: avahi-daemon (= 0.6.31-r11.0), libavahi-core7 (= 0.6.31-r11.0),
#         libavahi-ui0, libavahi-client3 (= 0.6.31-r11.0)

# This issue is known and a patch was proposed upstream at:
#    http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/60414
# This patch was rejected but there is no alternative solution. Until the
# real fix becomes available upstream we carry a similar fix
# locally. The fix was adjusted to only touch the avahi-ui recipe and be
# used in a bbappend instead of patching the Poky layer directly.
RDEPENDS_${PN}-dev = "avahi-daemon (>= ${PKGV}-${INC_PR}) libavahi-core (>= ${PKGV}-${INC_PR}) libavahi-client (>= ${PKGV}-${INC_PR})"