[oe-commits] Steffen Sledz : libunwind: unbreak native build

git version control git at git.openembedded.org
Wed Sep 22 11:44:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0a543300def9abe0979f35e523200b80e7884b17
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a543300def9abe0979f35e523200b80e7884b17

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Wed Sep 22 13:36:49 2010 +0200

libunwind: unbreak native build

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 recipes/libunwind/libunwind.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
index 853d3e6..6994095 100644
--- a/recipes/libunwind/libunwind.inc
+++ b/recipes/libunwind/libunwind.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.nongnu.org/libunwind"
 LICENSE = "MIT"
 INC_PR = "r1"
 
-SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/${PN}-${PV}.tar.gz;name=archive"
+SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz;name=archive"
 
 S = "${WORKDIR}/${PN}-${PV}"
 





More information about the Openembedded-commits mailing list