From 02a261ad10c4e25374d313ad3631860a186e5270 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Wed, 27 Nov 2024 13:29:54 +0100 Subject: [PATCH] update to version including patches reverts 4 patches from original parker, as they were moved into packages --- Makefile | 2 +- modules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 894c7ab..bb1d261 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := https://github.com/ffac/gluon.git -GLUON_GIT_REF := be9d8771f5292b27726a12c0d48996c59a16f489 # latest v2023.2.x-parker with 2 patches reverted +GLUON_GIT_REF := eb6f516d69f5281ed602aa72cc2d4db5eafa953d # latest v2023.2.x-parker with 4 and a half patches reverted PATCH_DIR := ./patches SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key diff --git a/modules b/modules index 1412866..48ea908 100644 --- a/modules +++ b/modules @@ -9,5 +9,5 @@ GLUON_SITE_FEEDS='community' PACKAGES_COMMUNITY_REPO=https://github.com/ffac/community-packages.git -PACKAGES_COMMUNITY_COMMIT=193b3222f2db21e8af51d3935b1ce0f8859bec9a +PACKAGES_COMMUNITY_COMMIT=55ccb2d70f69916c3440ed717db0521f15aeafe7 PACKAGES_COMMUNITY_BRANCH=parker