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 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 > wrote: > > > > Signed-off-by: Gianfranco Costamagna > > Signed-off-by: Gianfranco Costamagna > > --- > > ...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 > > > > >