All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gianfranco" <costamagna.gianfranco@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>,
	 Gianfranco Costamagna <costamagnagianfranco@yahoo.it>,
	 Gianfranco Costamagna <locutusofborg@debian.org>
Subject: Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.6 -> 6.1.12
Date: Tue, 28 Jul 2020 18:51:20 +0200	[thread overview]
Message-ID: <CAATN8PVyY8QznTn9ziRk9pncvFO20C1XWO+MiH7VCYVzX7H-BQ@mail.gmail.com> (raw)
In-Reply-To: <CAMKF1spYrGh7QWc+=tBZKegu7AY8UJFdLedphuxyf4zGcy9yNA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4010 bytes --]

oops, the websocketpp file shouldn't have been there, that version doesn't
even exist!

Submitted sorry

G.

Il giorno mar 28 lug 2020 alle ore 17:35 Khem Raj <raj.khem@gmail.com> ha
scritto:

> Hi Gianfranco
>
> Please separate this into two different patches and fix websocketpp as
> it fails also remove the old version when you upgrade
>
> https://errors.yoctoproject.org/Errors/Details/425408/
>
> On Mon, Jul 27, 2020 at 1:01 AM Gianfranco
> <costamagna.gianfranco@gmail.com> wrote:
> >
> > Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
> > Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
> > ---
> >  ...rs_6.1.6.bb => vboxguestdrivers_6.1.12.bb} |  4 +-
> >  .../websocketpp/websocketpp_0.8.3.bb          | 38 +++++++++++++++++++
> >  2 files changed, 40 insertions(+), 2 deletions(-)
> >  rename meta-oe/recipes-support/vboxguestdrivers/{
> vboxguestdrivers_6.1.6.bb => vboxguestdrivers_6.1.12.bb} (95%)
> >  create mode 100644 meta-oe/recipes-support/websocketpp/
> websocketpp_0.8.3.bb
> >
> > diff --git a/meta-oe/recipes-support/vboxguestdrivers/
> vboxguestdrivers_6.1.6.bb b/meta-oe/recipes-support/vboxguestdrivers/
> vboxguestdrivers_6.1.12.bb
> > similarity index 95%
> > rename from meta-oe/recipes-support/vboxguestdrivers/
> vboxguestdrivers_6.1.6.bb
> > rename to meta-oe/recipes-support/vboxguestdrivers/
> vboxguestdrivers_6.1.12.bb
> > index 89b1ee11e..dfa15da2d 100644
> > --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.6.bb
> > +++ b/meta-oe/recipes-support/vboxguestdrivers/
> vboxguestdrivers_6.1.12.bb
> > @@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}"
> >  SRC_URI = "
> http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \
> >      file://Makefile.utils \
> >  "
> > -SRC_URI[md5sum] = "fe6328d22dfb20ea372daa4b58b12374"
> > -SRC_URI[sha256sum] =
> "b031c30d770f28c5f884071ad933e8c1f83e65b93aaba03a4012077c1d90a54f"
> > +SRC_URI[md5sum] = "3c351f7fd6376e0bb3c8489505a9450c"
> > +SRC_URI[sha256sum] =
> "05eff0321daa72f6d00fb121a6b4211f39964778823806fa0b7b751667dec362"
> >
> >  S = "${WORKDIR}/vbox_module"
> >
> > diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.3.bb
> b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.3.bb
> > new file mode 100644
> > index 000000000..79a5ac5c4
> > --- /dev/null
> > +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.3.bb
> > @@ -0,0 +1,38 @@
> > +SUMMARY = "C++/Boost Asio based websocket client/server library."
> > +SECTION = "libs/network"
> > +HOMEPAGE = "https://github.com/zaphoyd/websocketpp"
> > +LICENSE = "BSD-3-Clause"
> > +LIC_FILES_CHKSUM =
> "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea"
> > +
> > +DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl
> boost zlib', '', d)} "
> > +
> > +SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \
> > +           file://0001-cmake-Use-GNUInstallDirs.patch \
> > +           file://855.patch \
> > +           file://857.patch \
> > +           file://0001-Correct-clang-compiler-flags.patch \
> > +          "
> > +
> > +EXTRA_OECMAKE = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest',
> '-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON', '', d)} "
> > +
> > +# this is an header only library, do not depend on the main package
> > +RDEPENDS_${PN}-dev = ""
> > +
> > +# to add this package to an SDK, since it isn't a reverse-dependency of
> anything, just use something like this:
> > +# TOOLCHAIN_TARGET_TASK_append = " websocketpp-dev"
> > +
> > +# tag 0.8.2
> > +SRCREV= "56123c87598f8b1dd471be83ca841ceae07f95ba"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit cmake
> > +
> > +PACKAGES =+ "${PN}-examples"
> > +
> > +FILES_${PN}-examples = "${docdir}"
> > +
> > +do_install_append() {
> > +       install -d ${D}${docdir}/${BPN}
> > +       cp -R ${S}/examples ${D}${docdir}/${BPN}
> > +}
> > --
> > 2.17.1
> >
> > 
>

[-- Attachment #2: Type: text/html, Size: 6830 bytes --]

      reply	other threads:[~2020-07-28 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27  8:01 [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.6 -> 6.1.12 Gianfranco
2020-07-28 15:34 ` [oe] " Khem Raj
2020-07-28 16:51   ` Gianfranco [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAATN8PVyY8QznTn9ziRk9pncvFO20C1XWO+MiH7VCYVzX7H-BQ@mail.gmail.com \
    --to=costamagna.gianfranco@gmail.com \
    --cc=costamagnagianfranco@yahoo.it \
    --cc=locutusofborg@debian.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.