mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
task-poky-sdk: add 'file' and 'ldd'
these two are useful in the development environment, and also required by two LTP test cases (ld and ldd). Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ce9d6ebf34
commit
c7b489c22b
@@ -7,7 +7,7 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
DEPENDS = "task-poky"
|
DEPENDS = "task-poky"
|
||||||
PR = "r6"
|
PR = "r7"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
|
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
|
||||||
@@ -43,6 +43,8 @@ RDEPENDS_task-poky-sdk = "\
|
|||||||
quilt \
|
quilt \
|
||||||
less \
|
less \
|
||||||
distcc \
|
distcc \
|
||||||
|
ldd \
|
||||||
|
file \
|
||||||
tcl"
|
tcl"
|
||||||
|
|
||||||
#python generate_sdk_pkgs () {
|
#python generate_sdk_pkgs () {
|
||||||
|
|||||||
Reference in New Issue
Block a user