mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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 <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user