diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2014-04-22 10:04:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-24 17:55:13 +0100 |
commit | a111ca6c811bae3d8b2114c914ba92edd7ea546b (patch) | |
tree | 9247ce2a9041525ac2a4954089443a5647b1efeb | |
parent | 2b99c7dba17faeb0a6116bbeef035ad30fc083f6 (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 2 |
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 | ||
12 | EXTRA_OECONF += "--disable-client --enable-server" | 12 | EXTRA_OECONF += "--disable-client --enable-server" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "oprofile" | 14 | RDEPENDS_${PN} = "oprofile avahi-daemon" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install_append() { |
17 | install -d ${D}${sysconfdir}/init.d | 17 | install -d ${D}${sysconfdir}/init.d |