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 11:27:33 +0100 |
commit | 894667b63943191e21bdeb4649e8c9828b0e5c8a (patch) | |
tree | a9319529ec27d2c53a8e42b5ce546a7c1d1da030 /meta/recipes-bsp | |
parent | bf6a07424f8955fd13cbf22cb087cb8b009f3dc1 (diff) | |
download | openembedded-core-894667b63943191e21bdeb4649e8c9828b0e5c8a.tar.gz openembedded-core-894667b63943191e21bdeb4649e8c9828b0e5c8a.tar.bz2 openembedded-core-894667b63943191e21bdeb4649e8c9828b0e5c8a.zip |
systemd-boot: add a comment about manpages being disabled
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-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 inherit autotools pkgconfig gettext inherit deploy +# Man pages are packaged through the main systemd recipe EXTRA_OECONF = " --enable-gnuefi \ --with-efi-includedir=${STAGING_INCDIR} \ --with-efi-ldsdir=${STAGING_LIBDIR} \ |