mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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
@@ -6,9 +6,9 @@ LICENSE="GPL"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c"
|
||||
|
||||
PV = "1.1.11+git${SRCREV}"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
RDEPENDS = "pm-utils"
|
||||
RDEPENDS_${PN} = "pm-utils"
|
||||
|
||||
SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \
|
||||
file://remove-doc-check.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user