mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
conf/version-check.conf: skip version check for a few recipes
Now check-version-mismatch.bbclass can check scripts' output beside elf binaries output. We need to skip a few recipe. These recipes' scripts give some version information, but they are version information of scripts themselves instead of the package. There's no executable in these packages that can give out useful version information. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
93a6ada53c
commit
a232d95455
|
|
@ -14,6 +14,11 @@ 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-kernel-devsrc = "%"
|
||||
CHECK_VERSION_PV:pn-qemuwrapper-cross = "%"
|
||||
CHECK_VERSION_PV:pn-gnu-config = "%"
|
||||
CHECK_VERSION_PV:pn-sysvinit-inittab = "%"
|
||||
CHECK_VERSION_PV:pn-opkg-utils = "%"
|
||||
CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
|
||||
|
||||
# meta-oe
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user