diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:23:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:25:20 +0200 |
commit | e129fb5443f69eb1f0697347acc8ac7fcc862777 (patch) | |
tree | 781739e4ed7c6f5ea1f7e488c76e3126895ba3f0 /recipes | |
parent | 3b039e5c54265c5e1e254736687ad1cefed8f534 (diff) |
xorg-driver: use BPN instead of XORG_PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-driver/xorg-driver-common.inc | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb b/recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb index 72d76f4a06..767f04f18b 100644 --- a/recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb +++ b/recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb @@ -2,6 +2,6 @@ require xorg-driver-video.inc DESCRIPTION = "X.Org X server -- MB8629x (Coral-P/PA, Carmine) display driver" PE = "1" -SRC_URI = "http://kernel.org/~lumag/mb86290/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "http://kernel.org/~lumag/mb86290/${BPN}-${PV}.tar.bz2;name=archive" SRC_URI[archive.md5sum] = "2ccde06fc912305fb03666592652e1f9" SRC_URI[archive.sha256sum] = "04ea5c10186873c6d53dafcdbbfe273e114f6e26b0f76529449384392c190f92" diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc index 7cb17e2ba3..ff620dd649 100644 --- a/recipes/xorg-driver/xorg-driver-common.inc +++ b/recipes/xorg-driver/xorg-driver-common.inc @@ -6,10 +6,9 @@ INC_PR = "r14" DEPENDS = "randrproto xorg-server xproto" -XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +S = "${WORKDIR}/${BPN}-${PV}" FILES_${PN} += " ${libdir}/xorg/modules" FILES_${PN}-dbg += "${libdir}/xorg/modules/*/.debug" |