Re: [oe] [meta-oe][PATCH] exempi: Add recipe
Leon Anavi <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Khem, On 8/6/26 20:23, Khem Raj wrote: > > > On Thu, Aug 6, 2026, 2:00 AM Leon Anavi via lists.openembedded.org > <http://lists.openembedded.org> > <[email protected]> wrote: > > Add recipe for exempi, an implementation of XMP based on Adobe XMP > SDK and released under a BSD-style license like Adobe's. > > This work was sponsored by GOVCERT.LU <http://GOVCERT.LU>. > > Signed-off-by: Leon Anavi <[email protected]> > --- > .../recipes-support/exempi/exempi_2.6.6.bb > <http://exempi_2.6.6.bb> | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 meta-oe/recipes-support/exempi/exempi_2.6.6.bb > <http://exempi_2.6.6.bb> > > diff --git a/meta-oe/recipes-support/exempi/exempi_2.6.6.bb > <http://exempi_2.6.6.bb> > b/meta-oe/recipes-support/exempi/exempi_2.6.6.bb > <http://exempi_2.6.6.bb> > new file mode 100644 > index 0000000000..711f54f552 > --- /dev/null > +++ b/meta-oe/recipes-support/exempi/exempi_2.6.6.bb > <http://exempi_2.6.6.bb> > @@ -0,0 +1,24 @@ > +SUMMARY = "An implementation of XMP" > +DESCRIPTION = "An implementation of XMP based on Adobe XMP SDK\ > +and released under a BSD-style license like Adobe's." > +HOMEPAGE = "https://libopenraw.freedesktop.org/exempi/" > +LICENSE = "BSD-3-Clause" > +LIC_FILES_CHKSUM = > "file://COPYING;md5=f816aac8b22d16134477b8e156f0a0f4" > + > +SRC_URI = > "https://libopenraw.freedesktop.org/download/${BPN}-${PV}.tar.xz > <https://libopenraw.freedesktop.org/download/$%7BBPN%7D-$%7BPV%7D.tar.xz>" > +SRC_URI[sha256sum] = > "900fb9957be2095c78e5111b99c49378adac58161a358f52f93c55126f34eb8f" > + > +S = "${UNPACKDIR}/${BPN}-${PV}" > + > > > Isnt this the default ? Yes, sorry, I've just sent v2 of the patch. Thank you for the code review. Btw this exempi recipe is required for my subsequent patches in meta-python for adding python3-python-xmp-toolkit and enabling the tests for python3-pikepdf. It is part of the runtime dependency chain. Thanks, Leon > > +inherit autotools pkgconfig > + > +DEPENDS = "expat zlib" > + > +EXTRA_OECONF = "--disable-samples --disable-unittest" > + > +PACKAGES =+ "${PN}-bin" > +FILES:${PN}-bin = "${bindir}/exempi" > +FILES:${PN} = "${libdir}/lib*${SOLIBS}" > +FILES:${PN}-dev += "${libdir}/lib*${SOLIBSDEV} > ${libdir}/pkgconfig ${includedir}" > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.47.3 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#128839): > https://lists.openembedded.org/g/openembedded-devel/message/128839 > Mute This Topic: https://lists.openembedded.org/mt/120623792/1997914 > Group Owner: [email protected] > <mailto:openembedded-devel%[email protected]> > Unsubscribe: > https://lists.openembedded.org/g/openembedded-devel/unsub > [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >