diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 |