mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE.
Set the value of CONFIG_SITE for correct autoconf config site files. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
DESCRIPTION = "Meta package for building a installable toolchain"
|
DESCRIPTION = "Meta package for building a installable toolchain"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
inherit populate_sdk
|
inherit populate_sdk
|
||||||
|
|
||||||
|
CONFIG_SITE := "${@siteinfo_get_files(d)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user