summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-11-04 01:33:06 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-11-04 01:33:06 +0100
commita33cf7368366d425c71369339e88a50d5660b7c0 (patch)
treea06f857bf92606dc78fb0a3a423c104536fc70f2
parentfebcae3b7b0b58c2668892ad1798eb1368bd4bc4 (diff)
downloadopenembedded-a33cf7368366d425c71369339e88a50d5660b7c0.tar.gz
xextproto-70-includes: remove obsolete commented do_stage code.
-rw-r--r--recipes/xorg-proto/xextproto-70-includes_7.0.5.bb4
1 files changed, 0 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 24bf23f432..914411607a 100644
--- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
+++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -6,10 +6,6 @@ EXTRA_OECONF += "--includedir=${includedir}/xextproto-70"
do_install_append() {
rm -r ${D}${libdir}
}
-# xorg-proto-common.inc would stage all. We need to overwrite it.
-#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.