From: Mark Hatle Date: Thu, 3 Feb 2011 17:43:39 +0000 (-0600) Subject: prelink: Temporary workaround for documentation build X-Git-Tag: 2011-1~2507 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=66e6a9798e5462a6cd8dce22a400b81f1dcae88b;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 1601443e3f..86205130fc 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -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