mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ SRC_URI = "http://www.cpan.org/authors/id/S/SM/SMUELLER/lib-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "8607ac4e0d9d43585ec28312f52df67c"
|
||||
SRC_URI[sha256sum] = "72f63db9220098e834d7a38231626bd0c9b802c1ec54a628e2df35f3818e5a00"
|
||||
|
||||
S = "${WORKDIR}/lib-${PV}"
|
||||
S = "${UNPACKDIR}/lib-${PV}"
|
||||
|
||||
EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "http://sourceforge.net/projects/whisker/files/libwhisker/${PV}/libwhi
|
||||
SRC_URI[md5sum] = "7cc1718dddde8f9a439d5622ae2f37eb"
|
||||
SRC_URI[sha256sum] = "f45a1cf2ad2637b29dd1b13d7221ea12e3923ea09d107ced446400f19070a42f"
|
||||
|
||||
S = "${WORKDIR}/libwhisker2-2.5"
|
||||
S = "${UNPACKDIR}/libwhisker2-2.5"
|
||||
|
||||
inherit cpan-base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user