[oe-commits] Martin Jansa : xinit, xinput, libxt: add newer versions

git version control git at git.openembedded.org
Thu Mar 18 21:21:06 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 2f48ef98570605e84b83d57665cb966bba1a52f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f48ef98570605e84b83d57665cb966bba1a52f2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Mar 18 11:47:46 2010 +0100

xinit, xinput, libxt: add newer versions

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/xinit_1.2.1.bb        |   11 +++++++++++
 recipes/xorg-app/xinput_1.5.1.bb       |    6 ++++++
 recipes/xorg-lib/libxt-native_1.0.8.bb |    8 ++++++++
 recipes/xorg-lib/libxt_1.0.8.bb        |   20 ++++++++++++++++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-app/xinit_1.2.1.bb b/recipes/xorg-app/xinit_1.2.1.bb
new file mode 100644
index 0000000..9fe144f
--- /dev/null
+++ b/recipes/xorg-app/xinit_1.2.1.bb
@@ -0,0 +1,11 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "X Window System initializer"
+PE = "1"
+PR = "r1"
+
+DEPENDS += "util-linux-ng"
+
+FILES_${PN} += "${libdir}X11/xinit"
+SRC_URI[archive.md5sum] = "56f2d202b3dc10fcd21931a67bb270f7"
+SRC_URI[archive.sha256sum] = "16bcc73ae81b6d80fd1a9419ea757f38870d1043d440b6d56fcaa79d4c6c9b07"
diff --git a/recipes/xorg-app/xinput_1.5.1.bb b/recipes/xorg-app/xinput_1.5.1.bb
new file mode 100644
index 0000000..4073016
--- /dev/null
+++ b/recipes/xorg-app/xinput_1.5.1.bb
@@ -0,0 +1,6 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "a utility to configure and test XInput devices"
+DEPENDS += " libxi"
+SRC_URI[archive.md5sum] = "82400f0ba63217df9b00d825532cea7d"
+SRC_URI[archive.sha256sum] = "e33c8361c2b6cb13db9a7157753d417c168c8203c8b7027e9dda2fbeef00fd33"
diff --git a/recipes/xorg-lib/libxt-native_1.0.8.bb b/recipes/xorg-lib/libxt-native_1.0.8.bb
new file mode 100644
index 0000000..9745f65
--- /dev/null
+++ b/recipes/xorg-lib/libxt-native_1.0.8.bb
@@ -0,0 +1,8 @@
+require libxt_${PV}.bb
+
+DEPENDS = "libx11-native libsm-native kbproto-native"
+PROVIDES = "xt-native"
+
+inherit native
+
+XORG_PN = "libXt"
diff --git a/recipes/xorg-lib/libxt_1.0.8.bb b/recipes/xorg-lib/libxt_1.0.8.bb
new file mode 100644
index 0000000..7a5447c
--- /dev/null
+++ b/recipes/xorg-lib/libxt_1.0.8.bb
@@ -0,0 +1,20 @@
+require xorg-lib-common.inc
+
+DESCRIPTION = "X11 toolkit intrinsics library"
+DEPENDS += "libsm virtual/libx11 kbproto"
+PROVIDES = "xt"
+PE = "1"
+
+XORG_PN = "libXt"
+
+EXTRA_OECONF += "--disable-install-makestrs --disable-xkb"
+
+do_compile() {
+	(
+		unset CC LD CXX CCLD
+		oe_runmake -C util 'XT_CFLAGS=' 'CC=${BUILD_CC}' 'LD=${BUILD_LD}' 'CXX=${BUILD_CXX}' 'CCLD=${BUILD_CCLD}' 'CFLAGS=-D_GNU_SOURCE -I${STAGING_INCDIR_NATIVE} ${BUILD_CFLAGS}' 'LDFLAGS=${BUILD_LDFLAGS}' 'CXXFLAGS=${BUILD_CXXFLAGS}' 'CPPFLAGS=${BUILD_CPPFLAGS}' makestrs
+	) || exit 1
+	oe_runmake
+}
+SRC_URI[archive.md5sum] = "fb7d2aa5b24cd5fe9b238a26d88030e7"
+SRC_URI[archive.sha256sum] = "70f52c81258661811c8eae86a7a6dc910d0bf84cd48aeeed85ba430ad6b2037c"





More information about the Openembedded-commits mailing list