[oe-commits] Andrea Adami : xextproto-70-includes: remove superfluous do_stage. Bump PR.

git version control git at git.openembedded.org
Mon Nov 8 15:08:04 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Nov  4 01:08:20 2010 +0100

xextproto-70-includes: remove superfluous do_stage. Bump PR.

---

 recipes/xorg-proto/xextproto-70-includes_7.0.5.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 551c2e1..24bf23f 100644
--- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
+++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -1,5 +1,5 @@
 require xextproto_7.0.5.bb
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 EXTRA_OECONF += "--includedir=${includedir}/xextproto-70"
 
@@ -7,9 +7,9 @@ do_install_append() {
         rm -r ${D}${libdir}
 }
 # xorg-proto-common.inc would stage all. We need to overwrite it.
-do_stage() {
-        autotools_stage_includes
-}
+#do_stage() {
+#        autotools_stage_includes
+#}
 
 # Build of xserver-kdrive is not possible with xextproto >= 7.1.
 # This package allows to install old 7.0 includes in parallel.





More information about the Openembedded-commits mailing list