[oe-commits] Roy Li : quota: fix quota do_install errors

git at git.openembedded.org git at git.openembedded.org
Sat Jun 27 21:45:35 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 72430a8db44eaab2704c0d828171d3c98a48fe2a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=72430a8db44eaab2704c0d828171d3c98a48fe2a

Author: Roy Li <rongqing.li at windriver.com>
Date:   Fri Jun 26 15:52:54 2015 +0800

quota: fix quota do_install errors

ROOTDIR should be defined, otherwise man files will be installed
to host root dir.

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/quota/quota_4.02.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/quota/quota_4.02.bb b/meta/recipes-extended/quota/quota_4.02.bb
index 96ff4b5..124b0a3 100644
--- a/meta/recipes-extended/quota/quota_4.02.bb
+++ b/meta/recipes-extended/quota/quota_4.02.bb
@@ -36,5 +36,5 @@ PACKAGECONFIG[rpc] = "--enable-rpc=yes,--enable-rpc=no,libtirpc"
 PACKAGECONFIG[bsd] = "--enable-bsd_behaviour=yes,--enable-bsd_behaviour=no,"
 
 do_install() {
-	oe_runmake prefix=${D}${prefix} install
+	oe_runmake ROOTDIR=${D} install
 }



More information about the Openembedded-commits mailing list