mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
oprofileui-server_git: add avahi-daemon to RDEPENDS list
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 (From OE-Core rev: 1163b6e619102bea08c429e49a4792abfa234c1c) (From OE-Core rev: fb418d0848ae1772f68fc72d97222ae8f2cd192d) Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5709daae36
commit
77439dafd0
@@ -11,7 +11,7 @@ SRC_URI = "git://git.yoctoproject.org/oprofileui \
|
||||
|
||||
EXTRA_OECONF += "--disable-client --enable-server"
|
||||
|
||||
RDEPENDS_${PN} = "oprofile"
|
||||
RDEPENDS_${PN} = "oprofile avahi-daemon"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
|
||||
Reference in New Issue
Block a user