this is showing QA Issue: luaposix: SRC_URI uses unstable GitHub archives [src-uri-bad]
so please use a release artifact or use git fetcher which is pinned to particular release On Thu, Apr 16, 2020 at 3:29 AM Haseeb Ashraf <[email protected]> wrote: > > Signed-off-by: Haseeb Ashraf <[email protected]> > --- > .../luaposix/luaposix_33.4.0.bb | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb > > diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb > b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb > new file mode 100644 > index 000000000..869181848 > --- /dev/null > +++ b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb > @@ -0,0 +1,21 @@ > +DESCRIPTION = "luaposix is a POSIX binding for Lua." > +LICENSE = "MIT" > +HOMEPAGE = "https://github.com/luaposix/luaposix" > +LIC_FILES_CHKSUM = "file://COPYING;md5=7dd2aad04bb7ca212e69127ba8d58f9f" > + > +SRC_URI[md5sum] = "b36ff049095f28752caeb0b46144516c" > +SRC_URI[sha256sum] = > "e66262f5b7fe1c32c65f17a5ef5ffb31c4d1877019b4870a5d373e2ab6526a21" > + > +DEPENDS += "lua-native lua" > + > +SRC_URI = > "https://github.com/luaposix/luaposix/archive/release-v${PV}.tar.gz" > +S = "${WORKDIR}/luaposix-release-v${PV}" > +LUA_VDIR = "5.3" > + > +inherit autotools pkgconfig > + > +do_install() { > + oe_runmake 'DESTDIR=${D}' 'luadir=${datadir}/lua/${LUA_VDIR}' > 'luaexecdir=${libdir}/lua/${LUA_VDIR}' install > +} > + > +FILES_${PN} = "${datadir}/lua/${LUA_VDIR} ${libdir}/lua/${LUA_VDIR}" > -- > 2.17.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#83967): https://lists.openembedded.org/g/openembedded-devel/message/83967 Mute This Topic: https://lists.openembedded.org/mt/73051739/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
