From f9e5577949dc050ac32b032306e43e6c00273130 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 28 Jun 2010 09:48:18 +0200 Subject: xorg-doc-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa --- recipes/xorg-doc/xorg-doc-common.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/xorg-doc') 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 -- cgit 1.2.3-korg