[oe-commits] [meta-openembedded] 36/48: libev: correct source path

git at git.openembedded.org git at git.openembedded.org
Tue May 29 15:49:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 803f134c0b365cc25a7b910c6d28984b41111e2c
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Tue May 22 00:27:12 2018 -0700

    libev: correct source path
    
    Let S default to "${WORKDIR}/${BPN}-${PV}" rather than replacing PN
    with BPN, since source always unpacks to the same place including when
    building for multilib (or native, though that's not enabled here)
    in which case PN != BPN
    
    Signed-off-by: S.Lockwood-Childs <sjl at vctlabs.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/libev/libev_4.24.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/libev/libev_4.24.bb b/meta-oe/recipes-connectivity/libev/libev_4.24.bb
index 5e0f3a5..a5838d3 100644
--- a/meta-oe/recipes-connectivity/libev/libev_4.24.bb
+++ b/meta-oe/recipes-connectivity/libev/libev_4.24.bb
@@ -9,8 +9,6 @@ SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz"
 SRC_URI[md5sum] = "94459a5a22db041dec6f98424d6efe54"
 SRC_URI[sha256sum] = "973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821"
 
-S = "${WORKDIR}/${PN}-${PV}"
-
 inherit autotools
 
 EXTRA_OECONF += "--with-pic"

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


More information about the Openembedded-commits mailing list