Skip to content

Commit

Permalink
meta-lxatac-software: gitlab-runner: UNPACKDIR transition
Browse files Browse the repository at this point in the history
TODO: some words about the destdir URL suffix

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent c4994f1 commit a6c306b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ GO_LINKSHARED = ""

do_install:append() {
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/gitlab-runner.service ${D}${systemd_system_unitdir}/
install -m 0644 ${UNPACKDIR}/gitlab-runner.service ${D}${systemd_system_unitdir}/
}
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"
SRC_URI = "git://${GO_IMPORT};branch=17-3-stable;protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IMPORT}"
SRCREV = "66269445606da32c52be605feba6d70fc1a8fb0d"

0 comments on commit a6c306b

Please sign in to comment.