[oe-commits] Martin Jansa : xorg-doc-common: use BPN instead of XORG_PN

git version control git at git.openembedded.org
Mon Jun 28 08:43:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f9e5577949dc050ac32b032306e43e6c00273130
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f9e5577949dc050ac32b032306e43e6c00273130

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 28 09:48:18 2010 +0200

xorg-doc-common: use BPN instead of XORG_PN

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-doc/xorg-doc-common.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/xorg-doc/xorg-doc-common.inc b/recipes/xorg-doc/xorg-doc-common.inc
index 56d2d5c..622477d 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
 





More information about the Openembedded-commits mailing list