]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofileui-server_git: add avahi-daemon to RDEPENDS list
authorAdrian Calianu <adrian.calianu@enea.com>
Tue, 22 Apr 2014 08:04:14 +0000 (10:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Apr 2014 16:54:55 +0000 (17:54 +0100)
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>
meta/recipes-kernel/oprofile/oprofileui-server_git.bb

index dbb559965a8e52116e0f349a16df68e2ea77ec96..be9320f390b0ee910b2580aeb5bd3b664acf0c6c 100644 (file)
@@ -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