mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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
@@ -1,11 +1,11 @@
|
||||
DESCRIPTION = "The Subversion (svn) client"
|
||||
SECTION = "console/network"
|
||||
DEPENDS = "apr-util neon"
|
||||
RDEPENDS = "neon"
|
||||
RDEPENDS_${PN} = "neon"
|
||||
LICENSE = "Apache BSD"
|
||||
HOMEPAGE = "http://subversion.tigris.org"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
|
||||
file://disable-revision-install.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user