xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 11 Mar 2010 20:09:40 +0000 (21:09 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 15 Mar 2010 07:46:30 +0000 (08:46 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/xorg-proto/xorg-proto-common.inc

index 17bd6ad..7cfd9e8 100644 (file)
@@ -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