mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
task-self-hosted: Add vte and eglibc-gconv-ibm850
Adding vte for a more full featured terminal adding eglibc-gconv-ibm850 for mcopy (From OE-Core rev: b30a6eb08640b25bb0b0530f51a8cb749de1c311) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
394445fdf9
commit
0dca188d2d
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Create Basic Image Tasks"
|
DESCRIPTION = "Create Basic Image Tasks"
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
@@ -48,6 +48,7 @@ RDEPENDS_task-self-hosted-host-tools = "\
|
|||||||
parted \
|
parted \
|
||||||
pseudo \
|
pseudo \
|
||||||
screen \
|
screen \
|
||||||
|
vte \
|
||||||
"
|
"
|
||||||
|
|
||||||
# eglibc-utils: for rpcgen
|
# eglibc-utils: for rpcgen
|
||||||
@@ -62,6 +63,7 @@ RDEPENDS_task-self-hosted-sdk = "\
|
|||||||
cpp-symlinks \
|
cpp-symlinks \
|
||||||
distcc \
|
distcc \
|
||||||
eglibc-utils \
|
eglibc-utils \
|
||||||
|
eglibc-gconv-ibm850 \
|
||||||
file \
|
file \
|
||||||
findutils \
|
findutils \
|
||||||
g++ \
|
g++ \
|
||||||
|
|||||||
Reference in New Issue
Block a user