mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tvheadend: Upgrade to latest master
Fix buildpath errors due to generate build.c file containing compiler options Fixes WARNING: tvheadend-4.3+gitAUTOINC+cc60283368-r0 do_package_qa: QA Issue: File /usr/bin/tvheadend in package tvheadend contains reference to TMPDIR [buildpaths] WARNING: tvheadend-4.3+gitAUTOINC+cc60283368-r0 do_package_qa: QA Issue: File /usr/src/debug/tvheadend/4.3+gitAUTOINC+cc60283368-r0/build.linux/build.c in package tvheadend-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f3913710b8
commit
a914955270
|
|
@ -30,3 +30,7 @@ EXTRA_OECONF:append:libc-musl = " --disable-execinfo"
|
|||
|
||||
EXTRA_OEMAKE = "CFLAGS_NO_WERROR=yes"
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e "s|${WORKDIR}|<TOPDIR>|g" ${B}/build.linux/build.c
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user