From acc1ffdb37f4af35ed4bcfee3b48d988358ff505 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 23 Jan 2013 22:27:45 +0100 Subject: console-tools, kbd: add RREPLACES/RPROVIDES/RCONFLICTS combo between PN-dbg Signed-off-by: Martin Jansa --- meta/recipes-core/console-tools/console-tools_0.3.2.bb | 7 +++++++ meta/recipes-core/kbd/kbd_2.0.1.bb | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index 80fab55214..5e3b4f6501 100644 --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb @@ -16,6 +16,13 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://lcmessage.m4 \ file://Makevars" +RREPLACES_${PN}-dbg = "kbd-dbg" +RPROVIDES_${PN}-dbg = "kbd-dbg" +RCONFLICTS_${PN}-dbg = "kbd-dbg" +RREPLACES_${PN} = "kbd" +RPROVIDES_${PN} = "kbd" +RCONFLICTS_${PN} = "kbd" + SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd" SRC_URI[sha256sum] = "eea6b441672dacd251079fc85ed322e196282e0e66c16303ec64c3a2b1c126c2" diff --git a/meta/recipes-core/kbd/kbd_2.0.1.bb b/meta/recipes-core/kbd/kbd_2.0.1.bb index 998a2d39b2..f93f280666 100644 --- a/meta/recipes-core/kbd/kbd_2.0.1.bb +++ b/meta/recipes-core/kbd/kbd_2.0.1.bb @@ -6,6 +6,10 @@ DEPENDS = "libcheck" inherit autotools gettext ptest +RREPLACES_${PN}-dbg = "console-tools-dbg" +RPROVIDES_${PN}-dbg = "console-tools-dbg" +RCONFLICTS_${PN}-dbg = "console-tools-dbg" + RREPLACES_${PN} = "console-tools" RPROVIDES_${PN} = "console-tools" RCONFLICTS_${PN} = "console-tools" -- cgit 1.2.3-korg