diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-11-18 07:52:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-18 07:52:00 +0000 |
commit | dc1b9c438381a5365f4787d64defaf60befa3946 (patch) | |
tree | 3f441ee36712e4e6f07cc3cd0535c11ad997ef5e /packages/at | |
parent | b31016aa20216fd9155f919f2112997f519caa30 (diff) |
at 3.1.8, atd 0.70: make them conflict/replace each other - close #470
Diffstat (limited to 'packages/at')
-rw-r--r-- | packages/at/at_3.1.8.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/at/at_3.1.8.bb b/packages/at/at_3.1.8.bb index 5e6c13ff00..7acbfa9664 100644 --- a/packages/at/at_3.1.8.bb +++ b/packages/at/at_3.1.8.bb @@ -1,7 +1,11 @@ -DEPENDS = "flex" DESCRIPTION = "Delayed job execution and batch processing." SECTION = "base" LICENSE="BSD" +DEPENDS = "flex" +RCONFLICTS = "atd" +RREPLACES = "atd" + +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \ file://configure.patch;patch=1 \ |