merged. Bruce
On Tue, Jun 25, 2019 at 3:04 PM Joe Slater <[email protected]> wrote: > > Avoid src-uri-bad qa warning when getting source from github.com/../archive. > > Signed-off-by: Joe Slater <[email protected]> > --- > recipes-extended/irqbalance/irqbalance_1.5.0.bb | 14 -------------- > recipes-extended/irqbalance/irqbalance_git.bb | 18 ++++++++++++++++++ > 2 files changed, 18 insertions(+), 14 deletions(-) > delete mode 100644 recipes-extended/irqbalance/irqbalance_1.5.0.bb > create mode 100644 recipes-extended/irqbalance/irqbalance_git.bb > > diff --git a/recipes-extended/irqbalance/irqbalance_1.5.0.bb > b/recipes-extended/irqbalance/irqbalance_1.5.0.bb > deleted file mode 100644 > index f73b106..0000000 > --- a/recipes-extended/irqbalance/irqbalance_1.5.0.bb > +++ /dev/null > @@ -1,14 +0,0 @@ > -# > -# Copyright (C) 2015 Wind River Systems, Inc. > -# > - > -require irqbalance.inc > - > -SRC_URI[md5sum] = "3daa34066d28e2ff44fdac9c39952822" > -SRC_URI[sha256sum] = > "3318eddc03782cfdad22b20eff18eaf378c498c5de286e8cbaa5521ddf4f810b" > - > -SRC_URI = > "https://github.com/Irqbalance/irqbalance/archive/v${PV}.tar.gz;downloadfilename=irqbalance-${PV}.tar.gz > \ > - file://add-initscript.patch \ > - file://irqbalance-Add-status-and-reload-commands.patch \ > - file://irqbalanced.service \ > - " > diff --git a/recipes-extended/irqbalance/irqbalance_git.bb > b/recipes-extended/irqbalance/irqbalance_git.bb > new file mode 100644 > index 0000000..0571b1b > --- /dev/null > +++ b/recipes-extended/irqbalance/irqbalance_git.bb > @@ -0,0 +1,18 @@ > +# > +# Copyright (C) 2015 Wind River Systems, Inc. > +# > + > +require irqbalance.inc > + > +# commit tagged as version 1.5.0 > +# > +SRCREV = "e783d132e96a7ccc2a60ac8b87802ab782bb27be" > +PV = "1.5.0" > + > +SRC_URI = "git://github.com/Irqbalance/irqbalance \ > + file://add-initscript.patch \ > + file://irqbalance-Add-status-and-reload-commands.patch \ > + file://irqbalanced.service \ > + " > + > +S = "${WORKDIR}/git" > -- > 2.7.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
