Skip to content

Commit

Permalink
Merge pull request #221 from hnez/no-direct-git-dependency
Browse files Browse the repository at this point in the history
meta-lxatac-software: lxatac-image: move git dep to git{hub,lab}-runner
  • Loading branch information
hnez authored Jan 27, 2025
2 parents 5e45cdd + 43ccb84 commit 53d8ced
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ IMAGE_INSTALL:append = "\
evtest \
fb-test \
fio \
git \
github-act-runner \
gitlab-runner \
gstreamer1.0 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require github-act-runner.inc

SRCREV = "5e5a7b6cc4c674adcdc2e771ecc81d1d257fc674"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 53d8ced

Please sign in to comment.