mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
conf/version-check.conf: skip piglit
piglit is an open-source test suite for OpenGL implementations. It contains a whole lot of programs which all do not give out any version information. Running version check for piglit is a waste of time (~1h), so setting a '%' to skip it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b1281d5bc8
commit
301a5fd516
@ -13,6 +13,7 @@ CHECK_VERSION_PV:pn-vim-tiny = "${@'.'.join(d.getVar('PV').split('.')[:-1])}"
|
||||
CHECK_VERSION_PV:pn-ncurses = "${PV}.%"
|
||||
CHECK_VERSION_PV:pn-alsa-tools = "%"
|
||||
CHECK_VERSION_PV:pn-gst-examples = "%"
|
||||
CHECK_VERSION_PV:pn-piglit = "%"
|
||||
CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
|
||||
|
||||
# meta-oe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user