mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02: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
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
|
||||
file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
|
||||
|
||||
DEPENDS = "curl python"
|
||||
RDEPENDS = "python-core curl"
|
||||
RDEPENDS_${PN} = "python-core curl"
|
||||
SRCNAME = "pycurl"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "\
|
||||
http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
|
||||
|
||||
Reference in New Issue
Block a user