On 9 April 2015 at 15:16, Jussi Kukkonen <[email protected]> wrote: > Libepoxy is a OpenGL function pointer management library required by > GTK 3.16. > > Signed-off-by: Jussi Kukkonen <[email protected]> > --- > meta/recipes-graphics/libepoxy/libepoxy_1.2.bb | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 meta/recipes-graphics/libepoxy/libepoxy_1.2.bb > > diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb > b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb > new file mode 100644 > index 0000000..4357331 > --- /dev/null > +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb > @@ -0,0 +1,16 @@ > +SUMMARY = "OpenGL function pointer management library" > +HOMEPAGE = "https://github.com/anholt/libepoxy/" > +SECTION = "libs" > + > +LICENSE = "MIT"
Something I forgot from the cover letter: epoxy is covered by two different licenses (see https://github.com/anholt/libepoxy/blob/master/COPYING) and while both look exactly like MIT to me (the Khronos one just replaces "Software" with "Materials"), I thought it's appropriate to mention... Do I need to add another license variant or do something else? > +LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" > + > + > +SRC_URI = "git://github.com/anholt/libepoxy.git" > +SRCREV="7422de5b4be7b19d789136b3bb5f932de42db27c" > + > +S = "${WORKDIR}/git" > + > +inherit autotools pkgconfig > + > +DEPENDS = "util-macros" > -- > 2.1.4 > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
