diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | c46a66ee5254d48a1a46c106bd6e2bcbfb2e9f71 (patch) | |
| tree | 67e06a6d1a7d26adddf81779bd0b6dafc46a5eb1 | |
| parent | 6f44845a652c6e9ce51cce18ea3b51826939651c (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | SUMMARY = "OpenGL Image Library" | ||
| 2 | DESCRIPTION = "OpenGL Image (GLI) is a header only C++ \ | ||
| 3 | image library for graphics software." | ||
| 4 | HOMEPAGE = "http://gli.g-truc.net" | ||
| 5 | BUGTRACKER = "https://github.com/g-truc/gli/issues" | ||
| 6 | |||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" | ||
| 11 | |||
| 12 | SRC_URI = " \ | ||
| 13 | git://github.com/g-truc/gli;protocol=https;branch=master \ | ||
| 14 | " | ||
| 15 | SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | |||
| 19 | # This is a header-only library, so the main package will be empty. | ||
| 20 | ALLOW_EMPTY:${PN} = "1" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native" | ||
