mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 04:41:06 +00:00
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -11,6 +11,6 @@ SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/git/${BPN}"
|
||||
S = "${UNPACKDIR}/git/${BPN}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user