[OE-core] [PATCH 6/7] libepoxy: Add as GTK+ 3.16 requirement

Jussi Kukkonen jussi.kukkonen at intel.com
Thu Apr 9 12:23:08 UTC 2015


On 9 April 2015 at 15:16, Jussi Kukkonen <jussi.kukkonen at intel.com> wrote:
> Libepoxy is a OpenGL function pointer management library required by
> GTK 3.16.
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
> ---
>  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
>



More information about the Openembedded-core mailing list