[oe-commits] Andrea Adami : xextproto-70-includes: fix BPN (Base Package Name) to fetch the sources

git version control git at git.openembedded.org
Wed Mar 31 09:01:50 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3400d0649c6c9728afb70b77149dc50df10d47bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3400d0649c6c9728afb70b77149dc50df10d47bc

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Mar 31 00:33:03 2010 +0200

xextproto-70-includes: fix BPN (Base Package Name) to fetch the sources

* BPN was xextproto-70-includes, PN 7.0.5

---

 recipes/xorg-proto/xextproto-70-includes_7.0.5.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
index 0a0f980..9bf5773 100644
--- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
+++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -1,7 +1,9 @@
 # Build of xserver-kdrive is not possible with xextproto >= 7.1.
 # This package allows to install old 7.0 includes in parallel.
 FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto-7.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files"
-PR_append = ".0"
+PR_append = ".1"
+
+BPN = "xextproto"
 
 require xextproto_7.0.5.bb
 





More information about the Openembedded-commits mailing list