Message ID | 20241112174555.1525173-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] iksemel: remove | expand |
Khem has a patch in master-next that covers this and more: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=0449563c4088b6a0754daec9f0eb6da3929d2234 should be merged ASAP rather. Alex On Tue, 12 Nov 2024 at 18:46, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > > oe-core now has Tcl 9, so Tk 8 needs to depend on tcl8 until we've > upgraded tk to v9. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > 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 \ > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#113798): https://lists.openembedded.org/g/openembedded-devel/message/113798 > Mute This Topic: https://lists.openembedded.org/mt/109539529/1686489 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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 \
oe-core now has Tcl 9, so Tk 8 needs to depend on tcl8 until we've upgraded tk to v9. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)