From e6c97842bfea2565c2f42229d08e72d5484ca5cf Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 4 Nov 2011 17:41:07 +0100 Subject: kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools (From OE-Core rev: 9065a75d4a29b2528b5558d91bcd500ca51baa84) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-core/kbd/kbd_1.15.2.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-core/kbd') 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" -- cgit v1.2.3-54-g00ecf