[oe-commits] Frans Meulenbroeks : xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error

git version control git at git.openembedded.org
Mon Mar 15 08:23:40 UTC 2010


Module: openembedded.git
Branch: eFfeM/sanity
Commit: e3e5b61ea4cb938d630b80a7b15394bc38349cb4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3e5b61ea4cb938d630b80a7b15394bc38349cb4

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Mar 11 21:09:40 2010 +0100

xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/xorg-proto/xorg-proto-common.inc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc
index 17bd6ad..7cfd9e8 100644
--- a/recipes/xorg-proto/xorg-proto-common.inc
+++ b/recipes/xorg-proto/xorg-proto-common.inc
@@ -5,13 +5,11 @@ LICENSE = "MIT-X"
 
 DEPENDS = "util-macros"
 
-XORG_PN = "${PN}"
-
 ALLOW_EMPTY = "1"
 
-SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2;name=archive"
+SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive"
 
-S = "${WORKDIR}/${XORG_PN}-${PV}"
+S = "${WORKDIR}/${BPN}-${PV}"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list