Message ID | 20250531190624.583666-1-dimitris@siganos.org |
---|---|
State | New |
Headers | show |
Series | [meta-oe] Fix bvi license + tiny improvement in SRC_URI | expand |
Please follow the commit message convention and start the summary with "<recipe>: " as "bvi: ". On Sat, May 31, 2025 at 9:06 PM Dimitrios Siganos via lists.openembedded.org <dimitris=siganos.org@lists.openembedded.org> wrote: > > Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> > --- > meta-oe/recipes-support/bvi/bvi_1.4.2.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb > index b0081794d0..fb136e16a6 100644 > --- a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb > +++ b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb > @@ -2,10 +2,10 @@ SUMMARY = "Binary VI editor" > DESCRIPTION = "bvi is a visual editor for binary files." > HOMEPAGE = "https://sourceforge.net/projects/bvi" > SECTION = "console/utils" > -LICENSE = "GPL-3.0-only" > +LICENSE = "GPL-3.0-or-later" > LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c" > > -SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz" > +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz" > SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2" > > DEPENDS += "ncurses" > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117689): https://lists.openembedded.org/g/openembedded-devel/message/117689 > Mute This Topic: https://lists.openembedded.org/mt/113400854/3617156 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb index b0081794d0..fb136e16a6 100644 --- a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb +++ b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb @@ -2,10 +2,10 @@ SUMMARY = "Binary VI editor" DESCRIPTION = "bvi is a visual editor for binary files." HOMEPAGE = "https://sourceforge.net/projects/bvi" SECTION = "console/utils" -LICENSE = "GPL-3.0-only" +LICENSE = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c" -SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz" SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2" DEPENDS += "ncurses"
Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> --- meta-oe/recipes-support/bvi/bvi_1.4.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)