diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-03 11:43:39 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-05 20:11:55 -0800 |
commit | 66e6a9798e5462a6cd8dce22a400b81f1dcae88b (patch) | |
tree | d14a1ac22ab85cc2c68c918ef726e3023ff18e7b /meta/recipes-devtools/prelink | |
parent | 192f631129e25b959d501c46c3156b7037b49c22 (diff) | |
download | poky-66e6a9798e5462a6cd8dce22a400b81f1dcae88b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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" | |||
27 | EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \ | 27 | EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \ |
28 | --with-bugurl=http://bugzilla.pokylinux.org/" | 28 | --with-bugurl=http://bugzilla.pokylinux.org/" |
29 | 29 | ||
30 | do_configure_prepend () { | ||
31 | # Disable documentation! | ||
32 | echo "all:" > ${S}/doc/Makefile.am | ||
33 | } | ||
34 | |||
30 | do_install_append () { | 35 | do_install_append () { |
31 | install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default | 36 | install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default |
32 | install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf | 37 | install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf |