diff options
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index f758208c6b..c9cf5795e9 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma | |||
| 14 | " | 14 | " |
| 15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
| 16 | 16 | ||
| 17 | SRCREV = "265896c86f90cb72e8f218ba6a3617fca8b9a1e3" | 17 | SRCREV = "80465078a0ae8f12411db66850ee14f017962fa7" |
| 18 | # (when PV goes above 1.0 remove the trailing r) | 18 | # (when PV goes above 1.0 remove the trailing r) |
| 19 | PV = "1.0+gitr${SRCPV}" | 19 | PV = "1.0+gitr${SRCPV}" |
| 20 | 20 | ||
| @@ -52,8 +52,10 @@ do_configure:prepend() { | |||
| 52 | fi | 52 | fi |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | # Forcibly strip because Piglit is *huge* | 55 | # Forcibly strip because Piglit is *huge*, and don't bother trying to split/strip the result. |
| 56 | OECMAKE_TARGET_INSTALL = "install/strip" | 56 | OECMAKE_TARGET_INSTALL = "install/strip" |
| 57 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 58 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 57 | 59 | ||
| 58 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ | 60 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ |
| 59 | python3-misc \ | 61 | python3-misc \ |
