diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:24:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:19 +0100 |
commit | 5d9400dde0bc4dfb24f79fe9d8aa6041c13e2db6 (patch) | |
tree | 25ae0ea25bbf9ab2e981af910ccaa87b59870680 | |
parent | 7b582b5f7a0ab70da29791b68d477cc0a21aabe0 (diff) | |
download | poky-5d9400dde0bc4dfb24f79fe9d8aa6041c13e2db6.tar.gz |
systemd-boot: add a comment about manpages being disabled
(From OE-Core rev: 894667b63943191e21bdeb4649e8c9828b0e5c8a)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/systemd-boot/systemd-boot.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb index 5b1164ec9b..70366643c6 100644 --- a/meta/recipes-bsp/systemd-boot/systemd-boot.bb +++ b/meta/recipes-bsp/systemd-boot/systemd-boot.bb | |||
@@ -7,6 +7,7 @@ SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.pat | |||
7 | inherit autotools pkgconfig gettext | 7 | inherit autotools pkgconfig gettext |
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | # Man pages are packaged through the main systemd recipe | ||
10 | EXTRA_OECONF = " --enable-gnuefi \ | 11 | EXTRA_OECONF = " --enable-gnuefi \ |
11 | --with-efi-includedir=${STAGING_INCDIR} \ | 12 | --with-efi-includedir=${STAGING_INCDIR} \ |
12 | --with-efi-ldsdir=${STAGING_LIBDIR} \ | 13 | --with-efi-ldsdir=${STAGING_LIBDIR} \ |