Hi Paulo On Fri, Jul 3, 2020 at 11:31 AM Fagundes, Paulo <[email protected]> wrote: > > redis-plus-plus is a redis client written in C++ and based on hiredis > > Signed-off-by: Paulo Fagundes <[email protected]> > --- > .../redis-plus-plus/redis-plus-plus_1.1.2.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 > meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb > > diff --git > a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb > b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb > new file mode 100644 > index 0000000000..c6b64af432 > --- /dev/null > +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb > @@ -0,0 +1,14 @@ > +DESCRIPTION = "C++ client for Redis based on hiredis" > +LICENSE = "Apache-2.0"
this recipe needs to define LIC_FILES_CHKSUM as well. Please fix it and resend it. > +HOMEPAGE = "https://github.com/sewenew/redis-plus-plus" > + > +SRC_URI = "https://github.com/sewenew/redis-plus-plus/archive/1.1.2.tar.gz" see if you can use a release artifact instead of the archive since they might change checksums randomly. If there is no release artifact then use SRCREV to pin to the release tag with git fetcher instead. > +SRC_URI[sha256sum] = > "9ff6050a948907ed7a7670296e6926f2bcc413555fc514adfb3b78ea11faa332" > + > +DEPENDS += "hiredis" > +RDEPENDS_${PN} += "hiredis" > + > +FILES_SOLIBSDEV = "" > +FILES_${PN} += " ${libdir}/libredis++.so" > + > +inherit cmake > -- > 2.27.0 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85604): https://lists.openembedded.org/g/openembedded-devel/message/85604 Mute This Topic: https://lists.openembedded.org/mt/75285565/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
