summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd
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:08:58 +0000
commite6c97842bfea2565c2f42229d08e72d5484ca5cf (patch)
tree979c5507446cade7f382b7c42681d2712f5758dc /meta/recipes-core/kbd
parent18e61c6b321e5405f232f9a697b9bf75e136f6ac (diff)
downloadpoky-e6c97842bfea2565c2f42229d08e72d5484ca5cf.tar.gz
kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools
(From OE-Core rev: 9065a75d4a29b2528b5558d91bcd500ca51baa84) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd')
-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"
6inherit autotools gettext 6inherit autotools gettext
7 7
8BBCLASSEXTEND = "native" 8BBCLASSEXTEND = "native"
9RREPLACES_${PN} = "console-tools"
10RPROVIDES_${PN} = "console-tools"
11RCONFLICTS_${PN} = "console-tools"
12
13PR = "r1"
9 14
10SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2" 15SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
11SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" 16SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"