xorg-*common.inc: Use BPN instead of PN

This commit is contained in:
Richard Purdie
2009-01-02 15:11:20 +00:00
parent f8a23031e2
commit 2d749dc4cc
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ SECTION = "x11/libs"
LICENSE = "MIT-X"
DEPENDS = "util-macros"
XORG_PN = "${PN}"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"

View File

@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
SECTION = "x11/libs"
LICENSE = "MIT-X"
XORG_PN = "${PN}"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2"

View File

@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org"
SECTION = "x11/utils"
LICENSE = "MIT-X"
XORG_PN = "${PN}"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"