From: Roman I Khimov Date: Fri, 30 Jul 2010 06:39:22 +0000 (+0400) Subject: at 3.1.12: fix RCONFLICTS/RREPLACES definitions X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a50aec84704461e520e45235f6ca68e512d39b;p=openembedded.git at 3.1.12: fix RCONFLICTS/RREPLACES definitions Signed-off-by: Roman I Khimov --- diff --git a/recipes/at/at_3.1.12.bb b/recipes/at/at_3.1.12.bb index 56504cef63..781937adb5 100644 --- a/recipes/at/at_3.1.12.bb +++ b/recipes/at/at_3.1.12.bb @@ -2,10 +2,10 @@ DESCRIPTION = "Delayed job execution and batch processing." SECTION = "base" LICENSE = "GPL" DEPENDS = "flex-native flex" -RCONFLICTS = "atd" -RREPLACES = "atd" +RCONFLICTS_${PN} = "atd" +RREPLACES_${PN} = "atd" -PR = "r0" +PR = "r1" SRC_URI = " \ ${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \