From 74a50aec84704461e520e45235f6ca68e512d39b Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Fri, 30 Jul 2010 10:39:22 +0400 Subject: at 3.1.12: fix RCONFLICTS/RREPLACES definitions Signed-off-by: Roman I Khimov --- recipes/at/at_3.1.12.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes') 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 \ -- cgit 1.2.3-korg