[oe-commits] Jackie Huang : lmbench: fix doc install failure

git at git.openembedded.org git at git.openembedded.org
Sun Aug 24 21:04:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: b2b80a1ee81a191c1a95ad5055c9492657b7f32c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b2b80a1ee81a191c1a95ad5055c9492657b7f32c

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Tue Aug 19 05:16:18 2014 -0400

lmbench: fix doc install failure

Fix the failure:
cp: cannot create regular file `/usr/share/man/man1/bargraph.1': Permission denied
mkdir: cannot create directory `/usr/share/man/man9': Permission denied

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index c5d6ac8..67392b4 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -52,7 +52,7 @@ do_install () {
               > ${D}${sysconfdir}/tmpfiles.d/lmbench.conf
     fi
 
-    oe_runmake 'BASE=${D}${prefix}' \
+    oe_runmake BASE="${D}${prefix}" MANDIR="${D}${mandir}" \
             -C src install
     mv ${D}${bindir}/line ${D}${bindir}/lm_line
     install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/



More information about the Openembedded-commits mailing list