]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: Temporary workaround for documentation build
authorMark Hatle <mark.hatle@windriver.com>
Thu, 3 Feb 2011 17:43:39 +0000 (11:43 -0600)
committerSaul Wold <sgw@linux.intel.com>
Sun, 6 Feb 2011 04:11:55 +0000 (20:11 -0800)
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>
meta/recipes-devtools/prelink/prelink_git.bb

index 1601443e3ff4c92f983d76e045ad0373142bd214..86205130fc3097f05378c3c5340fa1dd3035cb77 100644 (file)
@@ -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