diff --git a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb index 18eaf664..b3a22df5 100644 --- a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb +++ b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb @@ -40,7 +40,6 @@ IMAGE_INSTALL:append = "\ evtest \ fb-test \ fio \ - git \ github-act-runner \ gitlab-runner \ gstreamer1.0 \ diff --git a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner.inc b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner.inc index 9bee2e9f..91ca581e 100644 --- a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner.inc +++ b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner.inc @@ -14,7 +14,7 @@ inherit systemd GO_IMPORT = "github.com/ChristopherHX/github-act-runner" -RDEPENDS:${PN}:append = "nodejs" +RDEPENDS:${PN}:append = "git nodejs" RDEPENDS:github-act-runner-dev:append = "make bash" SYSTEMD_SERVICE:${PN} = "github-act-runner.service" diff --git a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb deleted file mode 100644 index a4c34b50..00000000 --- a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require github-act-runner.inc - -SRCREV = "8d74b24282009d31757b94f7ddb9272aeec90e05" diff --git a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.9.0.bb b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.9.0.bb new file mode 100644 index 00000000..1b7b0b08 --- /dev/null +++ b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.9.0.bb @@ -0,0 +1,3 @@ +require github-act-runner.inc + +SRCREV = "5e5a7b6cc4c674adcdc2e771ecc81d1d257fc674" diff --git a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner.inc b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner.inc index 4796c72c..8877b305 100644 --- a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner.inc +++ b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner.inc @@ -9,6 +9,7 @@ SRC_URI:append = " file://gitlab-runner.service " GO_IMPORT = "gitlab.com/gitlab-org/gitlab-runner" GO_INSTALL = "${GO_IMPORT}" +RDEPENDS:${PN}:append = "git" RDEPENDS:gitlab-runner-dev = "bash" inherit go-mod diff --git a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.5.4.bb similarity index 53% rename from meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb rename to meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.5.4.bb index 011d1d21..aaca7bfe 100644 --- a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb +++ b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.5.4.bb @@ -1,4 +1,4 @@ require gitlab-runner.inc -SRC_URI = "git://gitlab.com/gitlab-org/gitlab-runner.git;branch=17-3-stable;protocol=https" -SRCREV = "66269445606da32c52be605feba6d70fc1a8fb0d" +SRC_URI = "git://gitlab.com/gitlab-org/gitlab-runner.git;branch=17-5-stable;protocol=https" +SRCREV = "d8d88d9e25349cfb7eefdc9a55f49eab794bb27a"