mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
console-tools: fix linking when using the multilib compiler
fix-libconsole-link.patch: add patch for fixing libconsole linking problems when using multilib gcc (From OE-Core rev: 4ca5f66e67da84c792515ab063738cb975cdd97d) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
632561df6a
commit
66cbc1e7bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.kbd;md5=9b2d91511d3d80d4d20ac6e6b0137fe9"
|
||||
SUMMARY = "Allows you to set-up and manipulate the Linux console."
|
||||
DESCRIPTION = "Provides tools that enable the set-up and manipulation of the linux console and console-font files."
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
|
||||
file://codepage.patch \
|
||||
@@ -12,6 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
|
||||
file://kbdrate.patch \
|
||||
file://uclibc-fileno.patch \
|
||||
file://nodocs.patch \
|
||||
file://fix-libconsole-linking.patch \
|
||||
file://lcmessage.m4 \
|
||||
file://Makevars"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user