summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb5
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"
27EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \ 27EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \
28 --with-bugurl=http://bugzilla.pokylinux.org/" 28 --with-bugurl=http://bugzilla.pokylinux.org/"
29 29
30do_configure_prepend () {
31 # Disable documentation!
32 echo "all:" > ${S}/doc/Makefile.am
33}
34
30do_install_append () { 35do_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