diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-15 23:49:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-18 12:44:06 +0000 |
commit | a52c9b9a76371ac3f29b0355fea08b788eb2dd10 (patch) | |
tree | 702139cd7c98ef58c73be847c36b4c54b54d1923 /meta | |
parent | a95fcec8fa8fd5c5fdfe0f899263256c8ae30865 (diff) | |
download | poky-a52c9b9a76371ac3f29b0355fea08b788eb2dd10.tar.gz |
mtdev: upgrade to 1.1.4
Refresh fixsepbuild.patch to apply cleanly, and clean up the description.
(From OE-Core rev: 3cfce710faf82024c5d8973fe83a125d0375309b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/mtdev/fixsepbuild.patch | 30 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/mtdev_1.1.2.bb | 20 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/mtdev_1.1.4.bb | 19 |
3 files changed, 34 insertions, 35 deletions
diff --git a/meta/recipes-graphics/wayland/mtdev/fixsepbuild.patch b/meta/recipes-graphics/wayland/mtdev/fixsepbuild.patch index 00a5c27560..9895650274 100644 --- a/meta/recipes-graphics/wayland/mtdev/fixsepbuild.patch +++ b/meta/recipes-graphics/wayland/mtdev/fixsepbuild.patch | |||
@@ -1,24 +1,24 @@ | |||
1 | Fix separate build directory builds to avoid the error: | 1 | Some tests do #include relative to the top-level, so add top_srcdir to the |
2 | include path as otherwise out-of-tree builds can't find the files. | ||
2 | 3 | ||
3 | | make[2]: Entering directory `/media/build1/poky/build/tmp/work/i586-poky-linux/mtdev/1.1.2-r0/build/test' | 4 | Upstream-Status: Submitted |
4 | | i586-poky-linux-gcc -m32 -march=i586 --sysroot=/media/build1/poky/build/tmp/sysroots/qemux86 -DHAVE_CONFIG_H -I. -I/media/build1/poky/build/tmp/work/i586-poky-linux/mtdev/1.1.2-r0/mtdev-1.1.2/test -I.. -I/media/build1/poky/build/tmp/work/i586-poky-linux/mtdev/1.1.2-r0/mtdev-1.1.2/include/ -O2 -pipe -g -feliminate-unused-debug-types -c /media/build1/poky/build/tmp/work/i586-poky-linux/mtdev/1.1.2-r0/mtdev-1.1.2/test/mtdev-matching.c | 5 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
5 | | /media/build1/poky/build/tmp/work/i586-poky-linux/mtdev/1.1.2-r0/mtdev-1.1.2/test/mtdev-matching.c:29:23: fatal error: src/match.h: No such file or directory | 6 | --- |
6 | | compilation terminated. | 7 | test/Makefile.am | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
7 | 9 | ||
8 | Upstream-Status: Pending | 10 | diff --git a/test/Makefile.am b/test/Makefile.am |
9 | 11 | index 2b504bd..6688b41 100644 | |
10 | RP 2013/03/21 | 12 | --- a/test/Makefile.am |
11 | 13 | +++ b/test/Makefile.am | |
12 | Index: mtdev/test/Makefile.am | ||
13 | =================================================================== | ||
14 | --- mtdev/test.orig/Makefile.am 2010-12-22 18:10:41.000000000 +0000 | ||
15 | +++ mtdev/test/Makefile.am 2013-03-21 11:47:21.557160981 +0000 | ||
16 | @@ -1,7 +1,7 @@ | 14 | @@ -1,7 +1,7 @@ |
17 | noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel | 15 | noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel |
18 | bin_PROGRAMS = mtdev-test | 16 | bin_PROGRAMS = mtdev-test |
19 | 17 | ||
20 | -INCLUDES=-I$(top_srcdir)/include/ | 18 | -AM_CPPFLAGS=-I$(top_srcdir)/include/ |
21 | +INCLUDES=-I$(top_srcdir)/include/ -I$(top_srcdir) | 19 | +AM_CPPFLAGS=-I$(top_srcdir) -I$(top_srcdir)/include/ |
22 | 20 | ||
23 | mtdev_mapgen_SOURCES = mtdev-mapgen.c | 21 | mtdev_mapgen_SOURCES = mtdev-mapgen.c |
24 | 22 | ||
23 | -- | ||
24 | 1.7.10.4 | ||
diff --git a/meta/recipes-graphics/wayland/mtdev_1.1.2.bb b/meta/recipes-graphics/wayland/mtdev_1.1.2.bb deleted file mode 100644 index 87edb4573a..0000000000 --- a/meta/recipes-graphics/wayland/mtdev_1.1.2.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | inherit autotools pkgconfig | ||
2 | |||
3 | SUMMARY = "Multitouch Protocol Translation Library" | ||
4 | |||
5 | DESCRIPTION = " The mtdev is a stand-alone library which transforms all \ | ||
6 | variants of kernel MT events to the slotted type B protocol. The events put \ | ||
7 | into mtdev may be from any MT device, specifically type A without contact \ | ||
8 | tracking, type A with contact tracking, or type B with contact tracking" | ||
9 | |||
10 | HOMEPAGE = "http://bitmath.org/code/mtdev/" | ||
11 | SECTION = "libs" | ||
12 | |||
13 | LICENSE = "MIT" | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea6bd0268bb0fcd6b27698616ceee5d6" | ||
15 | |||
16 | SRC_URI = "http://bitmath.org/code/mtdev/mtdev-1.1.2.tar.bz2 \ | ||
17 | file://fixsepbuild.patch" | ||
18 | SRC_URI[md5sum] = "d9c7700918fc392e29da7477ae20c5c2" | ||
19 | SRC_URI[sha256sum] = "698dd11ca08b3a73ad33d8a5076f6d9e018d97afad3eba36f540b8ea7b775a30" | ||
20 | |||
diff --git a/meta/recipes-graphics/wayland/mtdev_1.1.4.bb b/meta/recipes-graphics/wayland/mtdev_1.1.4.bb new file mode 100644 index 0000000000..6b38f589f4 --- /dev/null +++ b/meta/recipes-graphics/wayland/mtdev_1.1.4.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "Multitouch Protocol Translation Library" | ||
2 | |||
3 | DESCRIPTION = "mtdev is a library which transforms all variants of kernel \ | ||
4 | multitouch events to the slotted type B protocol. The events put into mtdev may \ | ||
5 | be from any MT device, specifically type A without contact tracking, type A with \ | ||
6 | contact tracking, or type B with contact tracking" | ||
7 | |||
8 | HOMEPAGE = "http://bitmath.org/code/mtdev/" | ||
9 | SECTION = "libs" | ||
10 | |||
11 | LICENSE = "MIT" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea6bd0268bb0fcd6b27698616ceee5d6" | ||
13 | |||
14 | SRC_URI = "http://bitmath.org/code/${BPN}/${BP}.tar.bz2 \ | ||
15 | file://fixsepbuild.patch" | ||
16 | SRC_URI[md5sum] = "73a915d6075b31db4f08ab8c6d314695" | ||
17 | SRC_URI[sha256sum] = "6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38" | ||
18 | |||
19 | inherit autotools pkgconfig | ||