diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-09-26 10:51:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:16 +0100 |
commit | 1cbce6d5c5da06928962762390f7564c0ee2c268 (patch) | |
tree | 305f0c04bc922efb93d909476b74b41831004a5a /meta | |
parent | fe8d87e0836be8c7910a86e2cc7bd6dccb48aa21 (diff) | |
download | poky-1cbce6d5c5da06928962762390f7564c0ee2c268.tar.gz |
net-tools: Fix installed-vs-shipped for nativesdk
Fixed:
$ bitbake nativesdk-net-tools
ERROR: nativesdk-net-tools-1.60-26-r0 do_package: QA Issue: nativesdk-net-tools: Files/directories were installed but not shipped in any package:
/usr
/usr/share
/usr/share/man
[snip]
(From OE-Core rev: fd3c46840851651fd737fe50916294cdffb3d718)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb index b565fd0932..5a376e72f0 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |||
@@ -95,7 +95,7 @@ do_compile() { | |||
95 | 95 | ||
96 | do_install() { | 96 | do_install() { |
97 | # We don't need COPTS or LOPTS, but let's be consistent. | 97 | # We don't need COPTS or LOPTS, but let's be consistent. |
98 | oe_runmake COPTS="$CFLAGS" LOPTS="$LDFLAGS" 'BASEDIR=${D}' install | 98 | oe_runmake COPTS="$CFLAGS" LOPTS="$LDFLAGS" BASEDIR=${D} INSTALLNLSDIR=${D}${datadir}/locale mandir=${mandir} install |
99 | 99 | ||
100 | if [ "${base_bindir}" != "/bin" ]; then | 100 | if [ "${base_bindir}" != "/bin" ]; then |
101 | mkdir -p ${D}/${base_bindir} | 101 | mkdir -p ${D}/${base_bindir} |