mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +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
@@ -4,9 +4,9 @@ PRIORITY = "optional"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
|
||||
DEPENDS = "freetype jpeg tiff"
|
||||
RDEPENDS = "python-lang python-stringold"
|
||||
RDEPENDS_${PN} = "python-lang python-stringold"
|
||||
SRCNAME = "Imaging"
|
||||
PR = "ml0"
|
||||
PR = "ml1"
|
||||
|
||||
SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
|
||||
file://path.patch"
|
||||
|
||||
Reference in New Issue
Block a user