On Sun, Aug 23, 2020 at 11:06:14PM -0700, Khem Raj wrote: > On Sun, Aug 23, 2020 at 11:03 PM Richard Leitner > <[email protected]> wrote: > > > > Add initial support for liburing v0.7. > > > > Signed-off-by: Richard Leitner <[email protected]> > > --- > > .../recipes-support/liburing/liburing_git.bb | 21 +++++++++++++++++++ > > better to embed the PV in recipe name, so call it liburing_0.7.bb
Ok. So we're using PV in the recipe name also for recipes where the SRCREV is a git commit id? Wasn't aware of that. Thanks. > > > 1 file changed, 21 insertions(+) > > create mode 100644 meta-oe/recipes-support/liburing/liburing_git.bb > > > > diff --git a/meta-oe/recipes-support/liburing/liburing_git.bb > > b/meta-oe/recipes-support/liburing/liburing_git.bb > > new file mode 100644 > > index 000000000..87c919e13 > > --- /dev/null > > +++ b/meta-oe/recipes-support/liburing/liburing_git.bb > > @@ -0,0 +1,21 @@ > > +SUMMARY = "This is the io_uring library, liburing." > > +DESCRIPTION = "liburing provides helpers to setup and teardown io_uring \ > > +instances, and also a simplified interface for applications that don't > > need \ > > +(or want) to deal with the full kernel side implementation." > > +HOMEPAGE = "https://github.com/axboe/liburing" > > +BUGTRACKER = "https://github.com/axboe/liburing/issues" > > +SECTION = "libs" > > + > > +LICENSE = "LGPLv2.1 | MIT" > > +LIC_FILES_CHKSUM = > > "file://README;beginline=41;endline=44;md5=d51b5805e2a675685e6a66ca50904cf9" > > + > > +SRC_URI = > > "git://github.com/axboe/liburing.git;branch=master;protocol=https;name=git" > > No need of name= Oh, you're right. Thanks. I'll send a v2 soon. > > > +PV = "0.7" > > +SRCREV_git = "45f0735219a615ae848033c47c7e2d85d101d43e" > > +S = "${WORKDIR}/git" > > + > > +EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} > > -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'" > > + > > +do_install () { > > + oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} > > INCLUDEDIR=${includedir} > > +} > > -- > > 2.28.0 > > -- Richard Leitner Hardware R&D / Senior Embedded Linux Engineer SKIDATA | Driving Your Digital Future SKIDATA GmbH Untersbergstraße 40 | 5083 Grödig/Salzburg | Austria [t] +43-6246-888-4245 | [m] +43-664-88616370 [w] www.skidata.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86520): https://lists.openembedded.org/g/openembedded-devel/message/86520 Mute This Topic: https://lists.openembedded.org/mt/76380285/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
