diff options
Diffstat (limited to 'recipes/xorg-doc/xorg-doc-common.inc')
-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 |