From: Denys Dmytriyenko <[email protected]> More and more GL3+ features are being added to kmscube w/o easy way to disable them. Pin down older version from dunfell, until GL3+ code can be patched out.
Also, suppress gcc10 multiple definition of 'gl' error for now. Signed-off-by: Denys Dmytriyenko <[email protected]> Cc: Gowtham Tammana <[email protected]> --- meta-arago-distro/recipes-graphics/kmscube/kmscube_%.bbappend | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/kmscube/kmscube_%.bbappend b/meta-arago-distro/recipes-graphics/kmscube/kmscube_%.bbappend index d11012a..2d43a6b 100644 --- a/meta-arago-distro/recipes-graphics/kmscube/kmscube_%.bbappend +++ b/meta-arago-distro/recipes-graphics/kmscube/kmscube_%.bbappend @@ -1,7 +1,11 @@ FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" +SRCREV = "76bb57d539cb43d267e561024c34e031bf351e04" + SRC_URI += " \ file://0001-meson-check-for-gles3-support.patch \ " -PR_append = ".arago1" +CFLAGS += "-fcommon" + +PR_append = ".arago2" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
