From: Martin Jansa Date: Fri, 4 Nov 2011 16:41:07 +0000 (+0100) Subject: kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools X-Git-Tag: 2015-4~12821 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9065a75d4a29b2528b5558d91bcd500ca51baa84;p=openembedded-core.git kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools Signed-off-by: Martin Jansa --- 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"