Please also delete the old release.

Ross

On 28 February 2018 at 18:42, Francesco Giancane <
[email protected]> wrote:

> libepoxy 1.4.3 did not compile successfully because of
> implicit symbol definitions and link-time errors.
> A new recipe with latest libepoxy release (1.5.0) which
> successfully compiles is provided.
>
> Signed-off-by: Francesco Giancane <[email protected]>
> ---
>  meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb | 24
> ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb
>
> diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb
> b/meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb
> new file mode 100644
> index 0000000000..d7702cfd64
> --- /dev/null
> +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "OpenGL function pointer management library"
> +HOMEPAGE = "https://github.com/anholt/libepoxy/";
> +SECTION = "libs"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
> +
> +SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/$
> {BP}.tar.xz \
> +           "
> +SRC_URI[md5sum] = "63fe3847789258254dcd7e3fdb9e7f5e"
> +SRC_URI[sha256sum] = "4c94995398a6ebf691600dda2e9685
> a0cac261414175c2adf4645cdfab42a5d5"
> +UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases";
> +
> +inherit meson pkgconfig distro_features_check
> +
> +REQUIRED_DISTRO_FEATURES = "opengl"
> +
> +DEPENDS = "util-macros"
> +
> +PACKAGECONFIG[egl] = "-Denable-egl=yes, -Denable-egl=no, virtual/egl"
> +PACKAGECONFIG[x11] = "-Denable-glx=yes, -Denable-glx=no, virtual/libx11
> virtual/libgl"
> +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} egl"
> +
> +EXTRA_OEMESON_append_libc-musl = " -Dhas-dlvsym=false "
> --
> 2.14.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to