aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-14 20:39:47 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-14 20:39:47 +0100
commit3fd04f71ad25d5df59c636986f741b9a36ce6501 (patch)
tree995f4a15764d4196a92ecd966150e38d910d57d1 /recipes/xorg-proto
parentb5b3d83a6f3b1c04a4ebe09f636683ef22495d09 (diff)
parente426517ed76c7532434f0687f88fca1295530000 (diff)
downloadopenembedded-3fd04f71ad25d5df59c636986f741b9a36ce6501.tar.gz
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Conflicts: recipes/linux/linux-kirkwood_2.6.33-rc1.bb
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r--recipes/xorg-proto/xextproto-70-includes_7.0.5.bb20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 0000000000..0a0f9808ef
--- /dev/null
+++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
@@ -0,0 +1,20 @@
+# Build of xserver-kdrive is not possible with xextproto >= 7.1.
+# This package allows to install old 7.0 includes in parallel.
+FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto-7.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files"
+PR_append = ".0"
+
+require xextproto_7.0.5.bb
+
+XORG_PN = "xextproto"
+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
+}
+# No, we really do not want to install .pc file and overwrite newer one:
+pkgconfig_sysroot_preprocess() {
+}