[oe-commits] Martin Jansa : xorg-driver: use BPN instead of XORG_PN

git version control git at git.openembedded.org
Sun Jun 27 09:26:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e129fb5443f69eb1f0697347acc8ac7fcc862777
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e129fb5443f69eb1f0697347acc8ac7fcc862777

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 11:23:02 2010 +0200

xorg-driver: use BPN instead of XORG_PN

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-driver/xf86-video-mb86290_0.2.0.bb |    2 +-
 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 72d76f4..767f04f 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 7cb17e2..ff620dd 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"





More information about the Openembedded-commits mailing list