mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
653c96d8e1
commit
3cda7c73a9
@@ -9,6 +9,10 @@ COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
# The upstream buildsystem uses 'docdir' as the path where it puts AUTHORS,
|
||||
# README, etc, but we don't want those in the root of our docdir.
|
||||
docdir .= "/${BPN}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR="${D}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user