From 82e81fd2cd8b85522e10831cf5315a71085fb53f Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Fri, 10 Feb 2023 13:33:41 +0000
Subject: [PATCH] Integrate gitlab-ci/package-changelog

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a59a93a03ce80d179ecce8c5a3865b06f010a04c

Package: Add needs to changelog, to package changelog also
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 8edbf2a..a59a93a 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
+Subproject commit a59a93a03ce80d179ecce8c5a3865b06f010a04c
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 341a447..9170dd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
+    ref: a59a93a03ce80d179ecce8c5a3865b06f010a04c
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
+  GITLAB_CI_REVISION: a59a93a03ce80d179ecce8c5a3865b06f010a04c
   BB_RECIPE_NAME: emc-test-suite
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
-- 
GitLab