mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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
@@ -8,8 +8,8 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/intltool-${PV}"
|
||||
|
||||
DEPENDS = "libxml-parser-perl-native"
|
||||
#RDEPENDS = "libxml-parser-perl"
|
||||
RRECOMMENDS = "perl-modules"
|
||||
#RDEPENDS_${PN} = "libxml-parser-perl"
|
||||
RRECOMMENDS_${PN} = "perl-modules"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require intltool.inc
|
||||
LICENSE="GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user