From 871efa6a8266919292b51a7e60519ed1c8ca82e1 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Fri, 26 Jun 2015 15:52:54 +0800 Subject: quota: fix quota do_install errors ROOTDIR should be defined, otherwise man files will be installed to host root dir. (From OE-Core rev: 72430a8db44eaab2704c0d828171d3c98a48fe2a) Signed-off-by: Roy Li Signed-off-by: Richard Purdie --- meta/recipes-extended/quota/quota_4.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/quota') diff --git a/meta/recipes-extended/quota/quota_4.02.bb b/meta/recipes-extended/quota/quota_4.02.bb index 96ff4b597d..124b0a3691 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 } -- cgit v1.2.3-54-g00ecf