Skip to content

Commit 63814cb

Browse files
committed
zram-init: Remove S variable assignment
Recipes that set S = "${WORKDIR}/git" or S = "${UNPACKDIR}/git" should remove that assignment, as S set by bitbake.conf in oe-core now works. Signed-off-by: Rodrigo M. Duarte <[email protected]>
1 parent 72edf00 commit 63814cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

recipes-extended/zram-init/zram-init_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ inherit update-rc.d systemd
77
SRC_URI = "git://github.com/vaeth/zram-init;protocol=https;branch=main"
88
SRCREV = "703f63bd3e595b9b357d74c58db1370b40af250d"
99

10-
S = "${WORKDIR}/git"
11-
1210
INITSCRIPT_NAME = "${PN}"
1311
INITSCRIPT_PARAMS = "defaults"
1412

0 commit comments

Comments
 (0)