summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2014-04-22 10:04:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-24 17:55:13 +0100
commita111ca6c811bae3d8b2114c914ba92edd7ea546b (patch)
tree9247ce2a9041525ac2a4954089443a5647b1efeb /meta/recipes-kernel/oprofile
parent2b99c7dba17faeb0a6116bbeef035ad30fc083f6 (diff)
downloadast2050-yocto-poky-a111ca6c811bae3d8b2114c914ba92edd7ea546b.zip
ast2050-yocto-poky-a111ca6c811bae3d8b2114c914ba92edd7ea546b.tar.gz
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) Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index dbb5599..be9320f 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -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
OpenPOWER on IntegriCloud