mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
vala.bbclass: remove pre-packaged vapigen.m4 from tarballs
We need to make sure that our fixed vapigen.m4 is used instead. (From OE-Core rev: 3086dbaabaa5eccd05e091bed9ff0bdf707113fa) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
235455d9a7
commit
4fbf761027
@@ -16,3 +16,9 @@ FILES_${PN}-dev += "\
|
||||
${datadir}/vala/vapi/*.deps \
|
||||
${datadir}/gir-1.0 \
|
||||
"
|
||||
|
||||
# Remove vapigen.m4 that is bundled with tarballs
|
||||
# because it does not yet have our cross-compile fixes
|
||||
do_configure_prepend() {
|
||||
rm -f ${S}/m4/vapigen.m4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user