diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-14 11:55:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:50 -0800 |
commit | bdf3009a254ae6e3066e0b58f948f7bd71b3c260 (patch) | |
tree | d70bd6a7b0eebf4e944c8809f741b93761ca4f75 /meta/recipes-graphics/piglit/piglit_git.bb | |
parent | 6df1d58cf2d7897f8c10a2538f4a49a248f2d8f9 (diff) | |
download | poky-bdf3009a254ae6e3066e0b58f948f7bd71b3c260.tar.gz |
piglit: Upgrade to current master
Remove backported patches. Add runtime dependency for netserver
(as socketserver was recently moved there) and depend on
libxkbcommon (this is really only needed for wayland support
which could be made configurable).
(From OE-Core rev: 5a3fa55f397bb89f75fb714b1d93aa76125cc09a)
(From OE-Core rev: 87f10ec9ed63794ffd216c752cf14fd68d009d46)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index b9cdce8307..d6bfb14e63 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -5,18 +5,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | |||
5 | SRC_URI = "git://anongit.freedesktop.org/piglit \ | 5 | SRC_URI = "git://anongit.freedesktop.org/piglit \ |
6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ | 6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ |
7 | file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \ | 7 | file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \ |
8 | file://0001-cmake-Link-utils-with-xcb-explicitly.patch \ | ||
9 | file://0001-cmake-Link-test-utils-with-ldl.patch \ | ||
10 | " | 8 | " |
11 | 9 | ||
12 | # From 2016-07-07 | 10 | # From 2017-02-06 |
13 | SRCREV = "c39e41a86551eb390b8da23232dc8577639403d0" | 11 | SRCREV = "ca58eec0b965655c7eba592a634cbf4aadfbc675" |
14 | # (when PV goes above 1.0 remove the trailing r) | 12 | # (when PV goes above 1.0 remove the trailing r) |
15 | PV = "1.0+gitr${SRCPV}" | 13 | PV = "1.0+gitr${SRCPV}" |
16 | 14 | ||
17 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
18 | 16 | ||
19 | DEPENDS = "libpng virtual/libx11 libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native" | 17 | DEPENDS = "libpng virtual/libx11 libxkbcommon libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native" |
20 | 18 | ||
21 | inherit cmake python3native distro_features_check bash-completion | 19 | inherit cmake python3native distro_features_check bash-completion |
22 | # depends on virtual/libx11 | 20 | # depends on virtual/libx11 |
@@ -49,7 +47,7 @@ RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ | |||
49 | python3-subprocess python3-misc python3-importlib \ | 47 | python3-subprocess python3-misc python3-importlib \ |
50 | python3-unixadmin python3-xml python3-multiprocessing \ | 48 | python3-unixadmin python3-xml python3-multiprocessing \ |
51 | python3-six python3-shell python3-io python3-argparse \ | 49 | python3-six python3-shell python3-io python3-argparse \ |
52 | mesa-demos bash \ | 50 | python3-netserver mesa-demos bash \ |
53 | " | 51 | " |
54 | 52 | ||
55 | INSANE_SKIP_${PN} += "dev-so already-stripped" | 53 | INSANE_SKIP_${PN} += "dev-so already-stripped" |