summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
commitc46a66ee5254d48a1a46c106bd6e2bcbfb2e9f71 (patch)
tree67e06a6d1a7d26adddf81779bd0b6dafc46a5eb1
parent6f44845a652c6e9ce51cce18ea3b51826939651c (diff)
downloadmeta-freescale-c46a66ee5254d48a1a46c106bd6e2bcbfb2e9f71.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/gli/gli_0.8.4.0.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
1SUMMARY = "OpenGL Image Library"
2DESCRIPTION = "OpenGL Image (GLI) is a header only C++ \
3image library for graphics software."
4HOMEPAGE = "http://gli.g-truc.net"
5BUGTRACKER = "https://github.com/g-truc/gli/issues"
6
7SECTION = "libs"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb"
11
12SRC_URI = " \
13 git://github.com/g-truc/gli;protocol=https;branch=master \
14"
15SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91"
16
17inherit cmake
18
19# This is a header-only library, so the main package will be empty.
20ALLOW_EMPTY:${PN} = "1"
21
22BBCLASSEXTEND = "native"