[oe] [meta-oe] [PATCH 2/2] nano: rreplaces/rconflicts nano-tiny

Christopher Larson kergoth at gmail.com
Thu Jun 28 18:18:20 UTC 2012


Signed-off-by: Christopher Larson <kergoth at gmail.com>
---
 meta-oe/recipes-support/nano/nano.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
index 2d52cab..9e9cc62 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
 SECTION = "console/utils"
 DEPENDS = "ncurses"
 RDEPENDS_${PN} = "ncurses-terminfo"
+RREPLACES_${PN} += "nano-tiny"
+RCONFLICTS_${PN} += "nano-tiny"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 
-- 
1.7.11





More information about the Openembedded-devel mailing list