| Submitter | Martin Jansa |
|---|---|
| Date | Nov. 7, 2011, 2:19 p.m. |
| Message ID | <eda8de879459cd5300719aeabc34e6f79ce29010.1320675529.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/14401/ |
| State | Accepted |
| Commit | 9065a75d4a29b2528b5558d91bcd500ca51baa84 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 36e68a0..2e0406b 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"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta/recipes-core/kbd/kbd_1.15.2.bb | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)