summaryrefslogtreecommitdiffstats
path: root/recipes/emacs
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 15:58:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:50:21 +0200
commit719de6735f6d14ad05f231df900795bbb19a2810 (patch)
tree9ca5895db50f8a6ded61922f9637c072f8ccce21 /recipes/emacs
parentf91c6bd3df717860d852e717ffab24eba48fd00f (diff)
downloadopenembedded-719de6735f6d14ad05f231df900795bbb19a2810.tar.gz
recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES
* even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/emacs')
-rw-r--r--recipes/emacs/emacs-x11_22.3.bb2
-rw-r--r--recipes/emacs/emacs-x11_23.1.bb2
-rw-r--r--recipes/emacs/emacs-x11_cvs.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/emacs/emacs-x11_22.3.bb b/recipes/emacs/emacs-x11_22.3.bb
index f00b285157..c198a1fd94 100644
--- a/recipes/emacs/emacs-x11_22.3.bb
+++ b/recipes/emacs/emacs-x11_22.3.bb
@@ -5,7 +5,7 @@ DEPENDS += "gtk+ libungif"
EXTRA_OECONF = "--without-sound --with-x-toolkit=gtk"
-RREPLACES = "emacs"
+RREPLACES_${PN} = "emacs"
FILESPATHPKG =. "emacs-${PV}:"
SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz \
diff --git a/recipes/emacs/emacs-x11_23.1.bb b/recipes/emacs/emacs-x11_23.1.bb
index f060e8244a..72c412dcde 100644
--- a/recipes/emacs/emacs-x11_23.1.bb
+++ b/recipes/emacs/emacs-x11_23.1.bb
@@ -9,7 +9,7 @@ EXTRA_OECONF = "--without-sound --with-x-toolkit=gtk"
DEFAULT_PREFERENCE = "-1"
-RREPLACES = "emacs"
+RREPLACES_${PN} = "emacs"
FILESPATHPKG =. "emacs-${PV}:"
SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \
diff --git a/recipes/emacs/emacs-x11_cvs.bb b/recipes/emacs/emacs-x11_cvs.bb
index 809176a3c3..92dcce1a44 100644
--- a/recipes/emacs/emacs-x11_cvs.bb
+++ b/recipes/emacs/emacs-x11_cvs.bb
@@ -5,4 +5,4 @@ DEPENDS += "libx11"
EXTRA_OECONF = "--without-sound"
-RREPLACES = "emacs"
+RREPLACES_${PN} = "emacs"