From: Frans Meulenbroeks Date: Thu, 11 Mar 2010 20:09:40 +0000 (+0100) Subject: xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error X-Git-Tag: Release-2010-05/1~340^2~128^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e5b61ea4cb938d630b80a7b15394bc38349cb4;p=openembedded.git xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc index 17bd6ade9c..7cfd9e87ca 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