mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
rdist: Fix contains reference to TMPDIR [buildpaths] warning
Pass OE cflags to makefile WARNING: rdist-6.1.5-r0 do_package_qa: QA Issue: File /usr/bin/.debug/rdistd in package rdist-dbg contains reference to TMPDIR File /usr/bin/.debug/rdist in package rdist-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ DEPENDS = "bison-native"
|
|||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644"
|
EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644"
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/186972/
|
# http://errors.yoctoproject.org/Errors/Details/186972/
|
||||||
COMPATIBLE_HOST:libc-musl = 'null'
|
COMPATIBLE_HOST:libc-musl = 'null'
|
||||||
|
|||||||
Reference in New Issue
Block a user