aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-11-04 17:41:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 12:07:21 +0000
commit9065a75d4a29b2528b5558d91bcd500ca51baa84 (patch)
tree560dc92f3e0e740a0bd25a6c9c089101ccd30f12 /meta/recipes-core
parent53ba913e7df79da8735baef54891ebe47bbb159d (diff)
downloadopenembedded-core-contrib-9065a75d4a29b2528b5558d91bcd500ca51baa84.tar.gz
kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/kbd/kbd_1.15.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb
index 36e68a04b2..2e0406baa3 100644
--- a/meta/recipes-core/kbd/kbd_1.15.2.bb
+++ b/meta/recipes-core/kbd/kbd_1.15.2.bb
@@ -6,6 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587ce626d15bd61699a64a6b8a5afefb"
inherit autotools gettext
BBCLASSEXTEND = "native"
+RREPLACES_${PN} = "console-tools"
+RPROVIDES_${PN} = "console-tools"
+RCONFLICTS_${PN} = "console-tools"
+
+PR = "r1"
SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"