summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-07-09 17:03:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-13 14:24:47 +0100
commitfed52484e60cbaaa19c30959bdbf70c9bdd4d39b (patch)
tree3364b0bab2333ca33b38d5c119b9ab957e7e972f /meta/recipes-devtools/tcltk/tcl_8.6.11.bb
parent9fff7f5fdd4189fb977ea4e299d8bd5c42e5ba02 (diff)
downloadopenembedded-core-contrib-fed52484e60cbaaa19c30959bdbf70c9bdd4d39b.tar.gz
tcl: use tcl-core instead of patching out packages
Instead of patching out the build of optional packages, we can just use the tcl-core tarball which is identical except it doesn't include the packages. Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.6.11.bb')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.11.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
index b2863f9a1f..722e4a0132 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
@@ -15,17 +15,16 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=058f6229798281bbcac4239c788cfa38
DEPENDS = "tcl-native zlib"
-BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/${BPN}${PV}-src.tar.gz \
+BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl-core${PV}-src.tar.gz \
file://tcl-add-soname.patch"
SRC_URI = "${BASE_SRC_URI} \
file://fix_non_native_build_issue.patch \
file://fix_issue_with_old_distro_glibc.patch \
- file://no_packages.patch \
file://tcl-remove-hardcoded-install-path.patch \
file://alter-includedir.patch \
file://run-ptest \
"
-SRC_URI[sha256sum] = "8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258"
+SRC_URI[sha256sum] = "cfb49aab82bd179651e23eeeb69606f51b0ddc575ca55c3d35e2457469024cfa"
SRC_URI_class-native = "${BASE_SRC_URI}"