mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
prelink: Temporary workaround for documentation build
This issue is really do to the timestamps of files being different enough and that the make of the doc directory is being triggered by this. This is partly due to the new git fetcher laying the files down differently. Once this issue is resolve, this can be reverted. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -27,6 +27,11 @@ BBCLASSEXTEND = "native"
|
||||
EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \
|
||||
--with-bugurl=http://bugzilla.pokylinux.org/"
|
||||
|
||||
do_configure_prepend () {
|
||||
# Disable documentation!
|
||||
echo "all:" > ${S}/doc/Makefile.am
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default
|
||||
install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf
|
||||
|
||||
Reference in New Issue
Block a user