oprofileui-server recipe depends on avahi recipe. But avahi recipe
generates more packages and one of those packages(avahi-daemon) which
oprofileui-server expected to be available is not found into image.
A runtime dependency of oprofileui-server on avahi-daemon is required.
Upstream-Status: Pending
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
EXTRA_OECONF += "--disable-client --enable-server"
-RDEPENDS_${PN} = "oprofile"
+RDEPENDS_${PN} = "oprofile avahi-daemon"
do_install_append() {
install -d ${D}${sysconfdir}/init.d