From: Martin Jansa Date: Mon, 28 Jun 2010 07:48:18 +0000 (+0200) Subject: xorg-doc-common: use BPN instead of XORG_PN X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e5577949dc050ac32b032306e43e6c00273130;p=openembedded.git xorg-doc-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-doc/xorg-doc-common.inc b/recipes/xorg-doc/xorg-doc-common.inc index 56d2d5c1ea..622477d83b 100644 --- a/recipes/xorg-doc/xorg-doc-common.inc +++ b/recipes/xorg-doc/xorg-doc-common.inc @@ -3,10 +3,9 @@ HOMEPAGE = "http://www.x.org" SECTION = "x11/docs" LICENSE = "MIT-X" -XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/doc/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "${XORG_MIRROR}/individual/doc/${BPN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +S = "${WORKDIR}/${BPN}-${PV}" inherit autotools pkgconfig