On Thu, Nov 21, 2019 at 01:45:33PM +0800, Lei YU wrote: > The googletest recipe was using 1.8.1 tag, and in the recipe it was > using the git revision instead of the tag release. > > Rename it to googletest_git.bb and use the 1.10.0 release revision to > get the latest release. >...
When removing the version from the recipe name you have to set PV manually. > --- /dev/null > +++ b/meta-oe/recipes-test/googletest/googletest_git.bb > @@ -0,0 +1,21 @@ > +DESCRIPTION = "Google's framework for writing C++ tests" > +HOMEPAGE = "https://github.com/google/googletest" > +SECTION = "libs" > +LICENSE = "BSD-3-Clause" > +LIC_FILES_CHKSUM = > "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ > + > file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" > + > +PROVIDES += "gmock gtest" > + > +S = "${WORKDIR}/git" > +SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e" > +SRC_URI = "git://github.com/google/googletest.git" > + > +inherit cmake > + > +ALLOW_EMPTY_${PN} = "1" > +ALLOW_EMPTY_${PN}-dbg = "1" > + > +RDEPENDS_${PN}-dev += "${PN}-staticdev" > + > +BBCLASSEXTEND = "native nativesdk" cu Adrian -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
