[oe-commits] [meta-openembedded] 07/07: krb5: Fix warning.

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:10:19 UTC 2016


martin_jansa pushed a commit to branch fido-next
in repository meta-openembedded.

commit 68c1651eaff827eb05ef6a8d25448fff76cbfe83
Author: Armin Kuster <akuster at mvista.com>
AuthorDate: Sun Feb 7 12:29:19 2016 -0800

    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 at mvista.com>
---
 meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
index c492496..c19fffb 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list