diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-06-02 22:44:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | bd0a9ea61b13ce769dd0e9a5622e8085517ca8ef (patch) | |
tree | dd34882ba93ad9714dcdb1c5daf83abafe68f5a7 | |
parent | c6eda7a98f5ee175a56b0a538eceebccf86b6b71 (diff) | |
download | poky-bd0a9ea61b13ce769dd0e9a5622e8085517ca8ef.tar.gz |
cogl: point to correct HOMEPAGE
As the previousy set wasn't reachable anymore
(From OE-Core rev: 3ae0aa1df25c8c7511950c6fc965955bdb205cd2)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index d8d06651da..1c5d0b79cb 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Cogl is a small open source library for using 3D graphics \ | |||
3 | hardware for rendering. The API departs from the flat state machine style of \ | 3 | hardware for rendering. The API departs from the flat state machine style of \ |
4 | OpenGL and is designed to make it easy to write orthogonal components that \ | 4 | OpenGL and is designed to make it easy to write orthogonal components that \ |
5 | can render without stepping on each others toes." | 5 | can render without stepping on each others toes." |
6 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/cogl" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||
9 | inherit clutter features_check upstream-version-is-even gobject-introspection | 9 | inherit clutter features_check upstream-version-is-even gobject-introspection |