[oe-commits] Roman I Khimov : at 3.1.12: fix RCONFLICTS/RREPLACES definitions

git version control git at git.openembedded.org
Fri Jul 30 06:39:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 74a50aec84704461e520e45235f6ca68e512d39b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74a50aec84704461e520e45235f6ca68e512d39b

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Jul 30 10:39:22 2010 +0400

at 3.1.12: fix RCONFLICTS/RREPLACES definitions

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 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 56504ce..781937a 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 \





More information about the Openembedded-commits mailing list