diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 09:48:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 10:40:24 +0200 |
commit | f9e5577949dc050ac32b032306e43e6c00273130 (patch) | |
tree | 1a01597a3152d72a8c68dd07cb584c6edbd6ebdf | |
parent | 655a7a5a1c5e02a2aaaf7a2ec348ff633a712bf8 (diff) |
xorg-doc-common: use BPN instead of XORG_PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | 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 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 |