diff options
-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 \ |