[oe] [PATCH][meta-networking] macchanger: update to 1.7.0

Khem Raj raj.khem at gmail.com
Mon Apr 8 17:50:41 UTC 2019


On Mon, Apr 8, 2019 at 10:34 AM Khem Raj <raj.khem at gmail.com> wrote:
>
> Fails to build for musl see
> https://errors.yoctoproject.org/Errors/Build/79499/
>

particular link
https://errors.yoctoproject.org/Errors/Details/236092/

> On Sat, Apr 6, 2019 at 12:08 PM Oleksandr Kravchuk
> <open.source at oleksandr-kravchuk.com> wrote:
> >
> > Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
> > ---
> >  .../{macchanger_1.5.0.bb => macchanger_1.7.0.bb}    | 13 ++++++-------
> >  1 file changed, 6 insertions(+), 7 deletions(-)
> >  rename meta-networking/recipes-support/macchanger/{macchanger_1.5.0.bb => macchanger_1.7.0.bb} (50%)
> >
> > diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb
> > similarity index 50%
> > rename from meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb
> > rename to meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb
> > index a90177f19..0c683ac01 100644
> > --- a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb
> > +++ b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb
> > @@ -1,14 +1,13 @@
> >  SUMMARY = "Tool to view/change network interface MAC addresses"
> >  DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces."
> > -HOMEPAGE = "http://www.alobbs.com/macchanger"
> > -LICENSE  = "GPLv2"
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> > +HOMEPAGE = "https://github.com/alobbs/macchanger"
> > +LICENSE  = "GPLv3"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >  SECTION = "net"
> >
> > -SRC_URI  = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz"
> > -
> > -SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
> > -SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe"
> > +SRC_URI = "https://github.com/alobbs/macchanger/releases/download/${PV}/${BPN}-${PV}.tar.gz"
> > +SRC_URI[md5sum] = "ca56f16142914337391dac91603eb332"
> > +SRC_URI[sha256sum] = "dae2717c270fd5f62d790dbf80c19793c651b1b26b62c101b82d5fdf25a845bf"
> >
> >  FILES_${PN} = " \
> >      ${bindir}/${BPN} \
> > --
> > 2.17.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list