aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-11-04 01:08:20 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-11-04 01:09:35 +0100
commitb6756a1add2c4da3e05f5893cd1ba5b68002893c (patch)
treea765d1f8a2e4ebda8e436e70a38953afdce99e7e
parent2f09d32fe2c98b801d9026f1a15308b54d850d2f (diff)
downloadopenembedded-b6756a1add2c4da3e05f5893cd1ba5b68002893c.tar.gz
xextproto-70-includes: remove superfluous do_stage. Bump PR.
-rw-r--r--recipes/xorg-proto/xextproto-70-includes_7.0.5.bb8
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 551c2e190b..24bf23f432 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.