All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multilib: Fix PN - BPN to make fetch work.
@ 2013-02-14  2:17 Jeffrey C Honig
  2013-02-14  6:41 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey C Honig @ 2013-02-14  2:17 UTC (permalink / raw)
  To: openembedded-devel

From: Randy MacLeod <Randy.MacLeod@windriver.com>

(LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel 20130208

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 recipes-httpd/hiawatha/hiawatha_8.6.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-httpd/hiawatha/hiawatha_8.6.bb b/recipes-httpd/hiawatha/hiawatha_8.6.bb
index 2e6955e..837354b 100644
--- a/recipes-httpd/hiawatha/hiawatha_8.6.bb
+++ b/recipes-httpd/hiawatha/hiawatha_8.6.bb
@@ -6,7 +6,7 @@ DEPENDS = "libxml2 libxslt"
 
 SECTION = "net"
 
-SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \
+SRC_URI = "http://hiawatha-webserver.org/files/${BPN}-${PV}.tar.gz \
            file://hiawatha-init"
 
 SRC_URI[md5sum] = "372ea9e8329ed36e4fb781fdc1a6734c"
-- 
1.7.9.5




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

end of thread, other threads:[~2013-02-14  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14  2:17 [PATCH] multilib: Fix PN - BPN to make fetch work Jeffrey C Honig
2013-02-14  6:41 ` Martin Jansa

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.