diff options
author | S. Lockwood-Childs <sjl@vctlabs.com> | 2018-05-22 00:27:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-26 21:10:55 -0700 |
commit | 803f134c0b365cc25a7b910c6d28984b41111e2c (patch) | |
tree | f61ca72ac6ba7162716133a810acff9c44abc7a6 /meta-oe/recipes-connectivity | |
parent | 13e9c8fc79cdc6c03c6a16cfe789b4cb8ca76304 (diff) | |
download | meta-openembedded-803f134c0b365cc25a7b910c6d28984b41111e2c.tar.gz |
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@vctlabs.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/libev/libev_4.24.bb | 2 |
1 files changed, 0 insertions, 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 5e0f3a5ed..a5838d368 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" | |||
9 | SRC_URI[md5sum] = "94459a5a22db041dec6f98424d6efe54" | 9 | SRC_URI[md5sum] = "94459a5a22db041dec6f98424d6efe54" |
10 | SRC_URI[sha256sum] = "973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821" | 10 | SRC_URI[sha256sum] = "973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821" |
11 | 11 | ||
12 | S = "${WORKDIR}/${PN}-${PV}" | ||
13 | |||
14 | inherit autotools | 12 | inherit autotools |
15 | 13 | ||
16 | EXTRA_OECONF += "--with-pic" | 14 | EXTRA_OECONF += "--with-pic" |