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)
downloadpoky-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 dbb559965a..be9320f390 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 \
11 11
12EXTRA_OECONF += "--disable-client --enable-server" 12EXTRA_OECONF += "--disable-client --enable-server"
13 13
14RDEPENDS_${PN} = "oprofile" 14RDEPENDS_${PN} = "oprofile avahi-daemon"
15 15
16do_install_append() { 16do_install_append() {
17 install -d ${D}${sysconfdir}/init.d 17 install -d ${D}${sysconfdir}/init.d