diff options
author | Christopher Larson <chris_larson@mentor.com> | 2018-06-22 02:07:35 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:55:21 +0100 |
commit | 3cda7c73a9e8e94ca81584e07b58b4d9d2d1a304 (patch) | |
tree | 1bf6196441621d4c4fbbf0141ae468ed6c63e10e /meta/recipes-devtools/dmidecode | |
parent | 653c96d8e1e15165f73d5a99cd2e7f53751430fe (diff) | |
download | poky-3cda7c73a9e8e94ca81584e07b58b4d9d2d1a304.tar.gz |
dmidecode: correct docdir
Without this, the package clutters up the root of /usr/share/doc.
(From OE-Core rev: af4f0d44acef328245dfe1bd102bb5e61293ee2d)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dmidecode')
-rw-r--r-- | meta/recipes-devtools/dmidecode/dmidecode_3.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.1.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.1.bb index f83281e235..b423fda6d2 100644 --- a/meta/recipes-devtools/dmidecode/dmidecode_3.1.bb +++ b/meta/recipes-devtools/dmidecode/dmidecode_3.1.bb | |||
@@ -9,6 +9,10 @@ COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux" | |||
9 | 9 | ||
10 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 10 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
11 | 11 | ||
12 | # The upstream buildsystem uses 'docdir' as the path where it puts AUTHORS, | ||
13 | # README, etc, but we don't want those in the root of our docdir. | ||
14 | docdir .= "/${BPN}" | ||
15 | |||
12 | do_install() { | 16 | do_install() { |
13 | oe_runmake DESTDIR="${D}" install | 17 | oe_runmake DESTDIR="${D}" install |
14 | } | 18 | } |