From c46a66ee5254d48a1a46c106bd6e2bcbfb2e9f71 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 14 Jun 2026 02:04:02 -0300 Subject: gli: import from meta-freescale-distro Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador --- recipes-graphics/gli/gli_0.8.4.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-graphics/gli/gli_0.8.4.0.bb diff --git a/recipes-graphics/gli/gli_0.8.4.0.bb b/recipes-graphics/gli/gli_0.8.4.0.bb new file mode 100644 index 000000000..14d6a75ed --- /dev/null +++ b/recipes-graphics/gli/gli_0.8.4.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "OpenGL Image Library" +DESCRIPTION = "OpenGL Image (GLI) is a header only C++ \ +image library for graphics software." +HOMEPAGE = "http://gli.g-truc.net" +BUGTRACKER = "https://github.com/g-truc/gli/issues" + +SECTION = "libs" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" + +SRC_URI = " \ + git://github.com/g-truc/gli;protocol=https;branch=master \ +" +SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" + +inherit cmake + +# This is a header-only library, so the main package will be empty. +ALLOW_EMPTY:${PN} = "1" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf