aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 12:10:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 12:16:37 +0200
commit2219309c7c482003cfe5cdcf18155e78b877d45a (patch)
tree7069c10416af9c99675b6dea3a6f8a5b8fe54a61 /recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
parent8cfe9df61c87589a804a17d5b8101bfc8c0875e7 (diff)
downloadopenembedded-2219309c7c482003cfe5cdcf18155e78b877d45a.tar.gz
xorg-proto: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/xextproto-70-includes_7.0.5.bb')
-rw-r--r--recipes/xorg-proto/xextproto-70-includes_7.0.5.bb15
1 files changed, 8 insertions, 7 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 8efdd635c6..551c2e190b 100644
--- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
+++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -1,19 +1,20 @@
-# Build of xserver-kdrive is not possible with xextproto >= 7.1.
-# This package allows to install old 7.0 includes in parallel.
-BPN = "xextproto"
-
require xextproto_7.0.5.bb
+PR = "${INC_PR}.0"
EXTRA_OECONF += "--includedir=${includedir}/xextproto-70"
do_install_append() {
- rm -r ${D}${libdir}
+ rm -r ${D}${libdir}
}
# xorg-proto-common.inc would stage all. We need to overwrite it.
do_stage() {
- autotools_stage_includes
+ 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.
+BPN = "xextproto"
+
# No, we really do not want to install .pc file and overwrite newer one:
pkgconfig_sysroot_preprocess() {
}
-PR = "${INC_PR}.0"