mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
35e3443b57
commit
0e8f0f0a03
@@ -4,10 +4,10 @@ compilation of C/C++/ObjC code across machines on a network."
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
DEPENDS = "avahi gtk+"
|
||||
RRECOMMENDS = "avahi-daemon"
|
||||
RRECOMMENDS_${PN} = "avahi-daemon"
|
||||
|
||||
# Upstream change this patch periodically so store locally
|
||||
# http://0pointer.de/public/distcc-avahi.patch
|
||||
|
||||
Reference in New Issue
Block a user