| Message ID | 20260704053656.648316-1-mail@michael-fitzmayer.de |
|---|---|
| State | New |
| Headers | show |
| Series | canopenterm: update to version 2.03 | expand |
On Fri, Jul 3, 2026 at 10:37 PM Michael Fitzmayer via lists.openembedded.org <mail=michael-fitzmayer.de@lists.openembedded.org> wrote: > - Added new script to interface CiA 305: Layer setting services (LSS) > - New API function to set baud rate: can_set_baudrate() > - Remove usage of white text-color > - License-Update: update year in copyright > This looks ok. > > Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> > --- > .../{canopenterm_2.02.bb => canopenterm_2.03.bb} | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > rename meta-oe/recipes-extended/canopenterm/{canopenterm_2.02.bb => > canopenterm_2.03.bb} (84%) > > diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb > b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb > similarity index 84% > rename from meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb > rename to meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb > index 0e8a7a1c8a..0ee94bb052 100644 > --- a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb > +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb > @@ -11,14 +11,12 @@ HOMEPAGE = "https://canopenterm.de" > BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" > > LICENSE = "MIT" > -LIC_FILES_CHKSUM = > "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" > +LIC_FILES_CHKSUM = > "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" > > DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy" > > -PV .= "+git" > - > -SRC_URI = "git:// > github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" > -SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a" > +SRC_URI = "git:// > github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV} > <http://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v$%7BPV%7D> > " > +SRCREV = "63ccae8262f5e796ffca0c8a44fdf7ff0bd28571" > > > this version dropped the hunk against do_install. Is this intentional ? > inherit cmake ptest > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#128018): > https://lists.openembedded.org/g/openembedded-devel/message/128018 > Mute This Topic: https://lists.openembedded.org/mt/120110277/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
Hi, thanks. What do you mean by “dropped the hunk”? I didn’t change much: 14c14 < LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" --- > LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" 18,21c18,19 < PV .= "+git" < < SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" < SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a" --- > SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}" > SRCREV = "63ccae8262f5e796ffca0c8a44fdf7ff0bd28571" From: Khem Raj <raj.khem@gmail.com> Sent: 04 July 2026 08:58 To: mail@michael-fitzmayer.de Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [PATCH] canopenterm: update to version 2.03 On Fri, Jul 3, 2026 at 10:37 PM Michael Fitzmayer via lists.openembedded.org <http://lists.openembedded.org> <mail=michael-fitzmayer.de@lists.openembedded.org <mailto:michael-fitzmayer.de@lists.openembedded.org> > wrote: - Added new script to interface CiA 305: Layer setting services (LSS) - New API function to set baud rate: can_set_baudrate() - Remove usage of white text-color - License-Update: update year in copyright This looks ok. this version dropped the hunk against do_install. Is this intentional ?
https://lore.kernel.org/openembedded-devel/20260704053511.647800-1-mail@michael-fitzmayer.de/T/#u On Sat, Jul 4, 2026 at 12:42 AM Michael Fitzmayer via lists.openembedded.org <mail=michael-fitzmayer.de@lists.openembedded.org> wrote: > Hi, > > thanks. What do you mean by “dropped the hunk”? > > > > I didn’t change much: > > > > 14c14 > > < LIC_FILES_CHKSUM = > "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" > > --- > > > LIC_FILES_CHKSUM = > "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" > > 18,21c18,19 > > < PV .= "+git" > > < > > < SRC_URI = "git:// > github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" > > < SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a" > > --- > > > SRC_URI = "git:// > github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV} > <http://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v$%7BPV%7D> > " > > > SRCREV = "63ccae8262f5e796ffca0c8a44fdf7ff0bd28571" > > > > *From:* Khem Raj <raj.khem@gmail.com> > *Sent:* 04 July 2026 08:58 > *To:* mail@michael-fitzmayer.de > *Cc:* openembedded-devel@lists.openembedded.org > *Subject:* Re: [oe] [PATCH] canopenterm: update to version 2.03 > > > > On Fri, Jul 3, 2026 at 10:37 PM Michael Fitzmayer via > lists.openembedded.org <mail=michael-fitzmayer.de@lists.openembedded.org> > wrote: > > - Added new script to interface CiA 305: Layer setting services (LSS) > - New API function to set baud rate: can_set_baudrate() > - Remove usage of white text-color > - License-Update: update year in copyright > > > > This looks ok. > > > > this version dropped the hunk against do_install. Is this intentional ? > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#128020): > https://lists.openembedded.org/g/openembedded-devel/message/128020 > Mute This Topic: https://lists.openembedded.org/mt/120110277/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb similarity index 84% rename from meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb rename to meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb index 0e8a7a1c8a..0ee94bb052 100644 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb @@ -11,14 +11,12 @@ HOMEPAGE = "https://canopenterm.de" BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy" -PV .= "+git" - -SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" -SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a" +SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "63ccae8262f5e796ffca0c8a44fdf7ff0bd28571" inherit cmake ptest
- Added new script to interface CiA 305: Layer setting services (LSS) - New API function to set baud rate: can_set_baudrate() - Remove usage of white text-color - License-Update: update year in copyright Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> --- .../{canopenterm_2.02.bb => canopenterm_2.03.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-extended/canopenterm/{canopenterm_2.02.bb => canopenterm_2.03.bb} (84%)