From 0e8f0f0a033c79611a15914fde5826876502af2e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Dec 2010 20:23:33 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 4 ++-- meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/qemu') diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb index 87e96f3443..23771acf2b 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Qemu helper utilities from Poky" LICENSE = "GPLv2" -RDEPENDS = "qemu-native" -PR = "r0" +RDEPENDS_${PN} = "qemu-native" +PR = "r1" LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index f7f416193b..18d278db7a 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Qemu helper scripts from Poky" LICENSE = "GPLv2" -RDEPENDS = "qemu-nativesdk" -PR = "r8" +RDEPENDS_${PN} = "qemu-nativesdk" +PR = "r9" FILESPATH = "${FILE_DIRNAME}/qemu-helper" -- cgit v1.2.3-54-g00ecf