All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH] libev: correct source path
@ 2018-05-20  2:29 S. Lockwood-Childs
  2018-05-22  0:55 ` Andre McCurdy
  0 siblings, 1 reply; 2+ messages in thread
From: S. Lockwood-Childs @ 2018-05-20  2:29 UTC (permalink / raw)
  To: openembedded-devel

Replace PN with BPN, since source unpacks to the same place
regardless of building for multilib (or native, though that's
not enabled here) where PN != BPN

Signed-off-by: S.Lockwood-Childs <sjl@vctlabs.com>
---
 meta-oe/recipes-connectivity/libev/libev_4.24.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-22  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20  2:29 [meta-oe] [PATCH] libev: correct source path S. Lockwood-Childs
2018-05-22  0:55 ` Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.