mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
cpufrequtils: Don't preserve host user permissions
The makefile installs the generated libcpufreq with 'cp -fpR' preserving the user and group of the builder on the host system yielding errors like this: WARNING: log_check: warning: group pulse does not exist - using root Really, this library should be installed with root user and group ownership so override the meaning of 'CP' to simply 'cp'. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
717f7f0287
commit
89b48fdf7c
|
|
@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo"
|
||||
EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo 'CP=cp'"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user