mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 16:07:28 +00:00
tcl: fix native build
commit a2e6b265ed66d5f274507dcfbb3b91c30cc12e3a introduced one patch to fix non-native build, which however breaks native build. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
parent
8e8316c8f0
commit
a4aaaee39d
@ -11,11 +11,15 @@ LIC_CHKSUM_FILES = "file://../license.terms;md5=7b4d3c71b2d9a8c1b373609867975570
|
|||||||
file://../win/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
|
file://../win/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
|
||||||
"
|
"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = " ${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
|
BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
|
||||||
file://tcl-add-soname.patch \
|
file://tcl-add-soname.patch"
|
||||||
file://fix_non_native_build_issue.patch"
|
|
||||||
|
SRC_URI = "${BASE_SRC_URI} \
|
||||||
|
file://fix_non_native_build_issue.patch"
|
||||||
|
|
||||||
|
SRC_URI_virtclass-native = "${BASE_SRC_URI}"
|
||||||
|
|
||||||
S = "${WORKDIR}/tcl${PV}/unix"
|
S = "${WORKDIR}/tcl${PV}/unix"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user