diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-07-30 10:39:22 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-07-30 10:39:46 +0400 |
commit | 74a50aec84704461e520e45235f6ca68e512d39b (patch) | |
tree | 885ece56b451a79387678d7dbd6fa8c8dffd9e7d /recipes/at | |
parent | 6293399a673326057487541e4b4fcc110201f6c6 (diff) |
at 3.1.12: fix RCONFLICTS/RREPLACES definitions
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/at')
-rw-r--r-- | recipes/at/at_3.1.12.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |