Skip to content

Commit

Permalink
xextproto-70-includes: remove superfluous do_stage. Bump PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-adami committed Nov 4, 2010
1 parent 2f09d32 commit b6756a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -1,15 +1,15 @@
require xextproto_7.0.5.bb
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"

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
}
#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.
Expand Down

0 comments on commit b6756a1

Please sign in to comment.