aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-04 09:03:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-04 09:05:05 +0200
commit00e29a97f4c085ca5faf8de3545c5f07c2981dff (patch)
treee14375a4da3d53975bff48efc8f4b981247c5c6a /recipes/xorg-lib
parentd67c4e5ba499a054f67d665733d29f873e426db9 (diff)
downloadopenembedded-00e29a97f4c085ca5faf8de3545c5f07c2981dff.tar.gz
libxi: move to 1.3.2 with fixed ASCIIDOC test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libxi_1.3.1.bb14
-rw-r--r--recipes/xorg-lib/libxi_1.3.2.bb10
2 files changed, 10 insertions, 14 deletions
diff --git a/recipes/xorg-lib/libxi_1.3.1.bb b/recipes/xorg-lib/libxi_1.3.1.bb
deleted file mode 100644
index e25cb82563..0000000000
--- a/recipes/xorg-lib/libxi_1.3.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require xorg-lib-common.inc
-DESCRIPTION = "X11 Input extension library"
-DEPENDS += "libxext inputproto"
-PE = "1"
-PR = "${INC_PR}.0"
-
-# because of broken ASCIIDOC in configure.ac
-# http://cgit.freedesktop.org/xorg/lib/libXi/commit/?h=libXi-1.3-branch&id=d7d8a9e4fc37ab0f865e74ea1871617a3b542906
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI[archive.md5sum] = "75324546e3d1c0cce9d508feb05e4ed0"
-SRC_URI[archive.sha256sum] = "c38e88783f0f4dd2bd547f182060e83b5a963c973a6b0bb4e16be4c5e1776111"
-
-XORG_PN = "libXi"
diff --git a/recipes/xorg-lib/libxi_1.3.2.bb b/recipes/xorg-lib/libxi_1.3.2.bb
new file mode 100644
index 0000000000..69d33ea77f
--- /dev/null
+++ b/recipes/xorg-lib/libxi_1.3.2.bb
@@ -0,0 +1,10 @@
+require xorg-lib-common.inc
+DESCRIPTION = "X11 Input extension library"
+DEPENDS += "libxext inputproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "26f93781356b1fdde08f7ee9cd5884d6"
+SRC_URI[archive.sha256sum] = "a6034b57ab65fd89584d23403f613c1e1ad1679614fa8562b7438880596ddc3a"
+
+XORG_PN = "libXi"