diff options
| -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 | } |
