[OE-core] [PATCH] quota: fix quota do_install errors

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 26 07:52:54 UTC 2015


From: Roy Li <rongqing.li at windriver.com>

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

Signed-off-by: Roy Li <rongqing.li at windriver.com>
---
 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
 }
-- 
1.9.1




More information about the Openembedded-core mailing list