mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 19:37:12 +00:00
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ HOMEPAGE = "http://mhash.sourceforge.net/"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
S = "${WORKDIR}/mhash-${PV}"
|
||||
S = "${UNPACKDIR}/mhash-${PV}"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user