mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
krb5: Fix warning.
WARNING: /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ ('S') doesn't exist, please set 'S' to a proper value
remove extra "/"
Signed-off-by: Armin Kuster <akuster@mvista.com>
This commit is contained in:
parent
a7c1a2b0e6
commit
68c1651eaf
|
|
@ -33,7 +33,7 @@ SRC_URI = "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
|
|||
SRC_URI[md5sum] = "357f1312b7720a0a591e22db0f7829fe"
|
||||
SRC_URI[sha256sum] = "09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744"
|
||||
|
||||
S = "${WORKDIR}/${BP}/src/"
|
||||
S = "${WORKDIR}/${BP}/src"
|
||||
|
||||
PACKAGECONFIG ??= "openssl"
|
||||
PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user