diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-04 17:41:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 12:08:58 +0000 |
commit | e6c97842bfea2565c2f42229d08e72d5484ca5cf (patch) | |
tree | 979c5507446cade7f382b7c42681d2712f5758dc | |
parent | 18e61c6b321e5405f232f9a697b9bf75e136f6ac (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/kbd/kbd_1.15.2.bb | 5 |
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" | |||
6 | inherit autotools gettext | 6 | inherit autotools gettext |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | RREPLACES_${PN} = "console-tools" | ||
10 | RPROVIDES_${PN} = "console-tools" | ||
11 | RCONFLICTS_${PN} = "console-tools" | ||
12 | |||
13 | PR = "r1" | ||
9 | 14 | ||
10 | SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2" | 15 | SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2" |
11 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" | 16 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" |