From e3e5b61ea4cb938d630b80a7b15394bc38349cb4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 11 Mar 2010 21:09:40 +0100 Subject: xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error Signed-off-by: Frans Meulenbroeks --- recipes/xorg-proto/xorg-proto-common.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/xorg-proto') 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 -- cgit 1.2.3-korg