diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-22 20:10:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-22 22:39:53 -0700 |
commit | fed622237fb987cce8bd3d9c8e13b7b974877885 (patch) | |
tree | f2438e1800a73916681f624d7423517350e19cc1 | |
parent | fd87624e03d4e02b124929f6e8f06d1703eb900d (diff) | |
download | meta-openembedded-fed622237fb987cce8bd3d9c8e13b7b974877885.tar.gz |
ftgl: Switch to maintained fork
As per [1], this repo is not being actively maintained therefore rebase
to a fork and pull request is also redirected.
[1] https://github.com/frankheckenbach/ftgl/pull/19#issuecomment-2306010295
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch b/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch index e481e4e793..9c91b5be19 100644 --- a/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch +++ b/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch | |||
@@ -12,7 +12,7 @@ Fixes | |||
12 | 12 | ||
13 | [1] https://gitlab.freedesktop.org/freetype/freetype/-/commit/044d142be7b6a93b6940367a1bc5847451ff4775 | 13 | [1] https://gitlab.freedesktop.org/freetype/freetype/-/commit/044d142be7b6a93b6940367a1bc5847451ff4775 |
14 | 14 | ||
15 | Upstream-Status: Submitted [https://github.com/frankheckenbach/ftgl/pull/19] | 15 | Upstream-Status: Submitted [https://github.com/HamzaM3/ftgl/pull/1] |
16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
17 | --- | 17 | --- |
18 | src/FTVectoriser.cpp | 2 +- | 18 | src/FTVectoriser.cpp | 2 +- |
diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb b/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb index 85b0d68aa3..4db453bc66 100644 --- a/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb +++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb | |||
@@ -11,10 +11,10 @@ DEPENDS += " \ | |||
11 | freetype \ | 11 | freetype \ |
12 | freeglut \ | 12 | freeglut \ |
13 | " | 13 | " |
14 | SRCREV = "ddc77166651a71ae037ef3129a285440aa559b2d" | 14 | SRCREV = "b787042cc1d1e4861337d5f9a6727e4c6900a4f2" |
15 | PV .= "+git" | 15 | PV .= "+git" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/frankheckenbach/ftgl;protocol=https;branch=master \ | 17 | SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \ |
18 | file://0001-Fix-type-mismatch-with-latest-FreeType.patch" | 18 | file://0001-Fix-type-mismatch-with-latest-FreeType.patch" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |