generated .c seeming to be newer than the .o generated from it (cause by
fine granularity make timestamps apparently).
pciutils \
quilt \
sed \
+ util-linux \
"
# These packages only build on TARGET_OS=linux, not
OPENSLUG_DEVELOPMENT_append_linux = "\
perl \
tar \
- util-linux \
"
}
do_install () {
- oe_runmake 'DESTDIR=${D}' install
+ # with ccache the timestamps on compiled files may
+ # end up earlier than on their inputs, this allows
+ # for the resultant compilation in the install step.
+ oe_runmake ARCH=${TARGET_ARCH} CPU= CPUOPT= \
+ 'OPT=${CFLAGS}' 'CC=${CC}' 'LD=${LD}' \
+ 'LDFLAGS=${LDFLAGS}' 'DESTDIR=${D}' install
}