[oe-commits] Martin Jansa : xorg-lib-common: use BPN instead of PN as default XORG_PN

git version control git at git.openembedded.org
Thu Jun 24 09:16:06 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 09:09:02 2010 +0200

xorg-lib-common: use BPN instead of PN as default XORG_PN

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

---

 recipes/xorg-lib/xorg-lib-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/xorg-lib-common.inc b/recipes/xorg-lib/xorg-lib-common.inc
index d59e384..0c8e7bc 100644
--- a/recipes/xorg-lib/xorg-lib-common.inc
+++ b/recipes/xorg-lib/xorg-lib-common.inc
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
 LICENSE = "MIT-X"
 DEPENDS = "util-macros xorg-headers-native"
 
-XORG_PN = "${PN}"
+XORG_PN = "${BPN}"
 
 SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2;name=archive"
 





More information about the Openembedded-commits mailing list