From: Yoann Congal <[email protected]> tk_8.x depends on tcl8 (tcl is the 9.x version in OE-core)
Signed-off-by: Yoann Congal <[email protected]> --- NB: This patch fixes a do_configure failure but a later do_compile failure is fixed by a patch in OE-Core: https://lists.openembedded.org/g/openembedded-core/message/207399 This is kind of a workaround since the proper solution would be to upgrade to tk_9.x. But I would rather fix the build first and upgrade later. --- meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb index 1438a05625..ddd7043c0a 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=c88f99decec11afa967ad33d314f87fe \ file://xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ " -DEPENDS = "tcl virtual/libx11 libxt" +DEPENDS = "tcl8 virtual/libx11 libxt" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/tcl/${BPN}${PV}-src.tar.gz \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113911): https://lists.openembedded.org/g/openembedded-devel/message/113911 Mute This Topic: https://lists.openembedded.org/mt/109669370/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
