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 [1] https://gitlab.freedesktop.org/freetype/freetype/-/commit/044d142be7b6a93b6940367a1bc5847451ff4775 -Upstream-Status: Submitted [https://github.com/frankheckenbach/ftgl/pull/19] +Upstream-Status: Submitted [https://github.com/HamzaM3/ftgl/pull/1] Signed-off-by: Khem Raj --- 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 += " \ freetype \ freeglut \ " -SRCREV = "ddc77166651a71ae037ef3129a285440aa559b2d" +SRCREV = "b787042cc1d1e4861337d5f9a6727e4c6900a4f2" PV .= "+git" -SRC_URI = "git://github.com/frankheckenbach/ftgl;protocol=https;branch=master \ +SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \ file://0001-Fix-type-mismatch-with-latest-FreeType.patch" S = "${WORKDIR}/git"