diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:22:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 7c4f1e0c4531d6b71b0fd639c20f9278e3a2c4db (patch) | |
tree | b8c2579df6b001c64a54a44186cfc32af91156d3 /meta/recipes-bsp | |
parent | 1587777f1c54137eb3dacbeb427d2f6814af1713 (diff) | |
download | openembedded-core-7c4f1e0c4531d6b71b0fd639c20f9278e3a2c4db.tar.gz openembedded-core-7c4f1e0c4531d6b71b0fd639c20f9278e3a2c4db.tar.bz2 openembedded-core-7c4f1e0c4531d6b71b0fd639c20f9278e3a2c4db.zip |
gummiboot: enable optional building of manpages
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/gummiboot/gummiboot_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb index 376ab542dd..c684b8348e 100644 --- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb +++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "gnu-efi util-linux" -inherit autotools pkgconfig +inherit autotools pkgconfig manpages inherit deploy PV = "48+git${SRCPV}" @@ -16,6 +16,8 @@ SRC_URI = "git://anongit.freedesktop.org/gummiboot \ file://0001-console-Fix-C-syntax-errors-for-function-declaration.patch \ " +PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" + # Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi # which has set the COMPATIBLE_HOST, the gummiboot itself may work on # more hosts. @@ -23,7 +25,7 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" S = "${WORKDIR}/git" -EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \ +EXTRA_OECONF = "--with-efi-includedir=${STAGING_INCDIR} \ --with-efi-ldsdir=${STAGING_LIBDIR} \ --with-efi-libdir=${STAGING_LIBDIR}" |