diff options
| author | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:11:20 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:39:49 +0000 |
| commit | 2d749dc4cc5509a55bc9fa256a5cfd2df2fbdda5 (patch) | |
| tree | 754f98328d0c39c11144b4d119896b142db23fb8 /meta/packages/xorg-util | |
| parent | f8a23031e2a02e5fbef63a01d33e036bc57240b3 (diff) | |
| download | poky-2d749dc4cc5509a55bc9fa256a5cfd2df2fbdda5.tar.gz | |
xorg-*common.inc: Use BPN instead of PN
Diffstat (limited to 'meta/packages/xorg-util')
| -rw-r--r-- | meta/packages/xorg-util/xorg-util-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-util/xorg-util-common.inc b/meta/packages/xorg-util/xorg-util-common.inc index e8a9d01d15..9b5e653700 100644 --- a/meta/packages/xorg-util/xorg-util-common.inc +++ b/meta/packages/xorg-util/xorg-util-common.inc | |||
| @@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org" | |||
| 2 | SECTION = "x11/utils" | 2 | SECTION = "x11/utils" |
| 3 | LICENSE = "MIT-X" | 3 | LICENSE = "MIT-X" |
| 4 | 4 | ||
| 5 | XORG_PN = "${PN}" | 5 | XORG_PN = "${BPN}" |
| 6 | 6 | ||
| 7 | SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" | 7 | SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" |
| 8 | 8 | ||
