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 16:15:19 +0100 |
commit | cd4e56b36717d8de3073f93f396bdfd2193b5da2 (patch) | |
tree | 2e186276adfe6f9d86d32f8956d7fefab63bec3a /meta/recipes-bsp/gummiboot/gummiboot_git.bb | |
parent | 1ae7b2e8ab33644153e9f3dcc2de9d2d80a8a30f (diff) | |
download | poky-cd4e56b36717d8de3073f93f396bdfd2193b5da2.tar.gz |
gummiboot: enable optional building of manpages
(From OE-Core rev: 7c4f1e0c4531d6b71b0fd639c20f9278e3a2c4db)
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>
Diffstat (limited to 'meta/recipes-bsp/gummiboot/gummiboot_git.bb')
-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" | |||
6 | 6 | ||
7 | DEPENDS = "gnu-efi util-linux" | 7 | DEPENDS = "gnu-efi util-linux" |
8 | 8 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig manpages |
10 | inherit deploy | 10 | inherit deploy |
11 | 11 | ||
12 | PV = "48+git${SRCPV}" | 12 | PV = "48+git${SRCPV}" |
@@ -16,6 +16,8 @@ SRC_URI = "git://anongit.freedesktop.org/gummiboot \ | |||
16 | file://0001-console-Fix-C-syntax-errors-for-function-declaration.patch \ | 16 | file://0001-console-Fix-C-syntax-errors-for-function-declaration.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | ||
20 | |||
19 | # Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi | 21 | # Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi |
20 | # which has set the COMPATIBLE_HOST, the gummiboot itself may work on | 22 | # which has set the COMPATIBLE_HOST, the gummiboot itself may work on |
21 | # more hosts. | 23 | # more hosts. |
@@ -23,7 +25,7 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | |||
23 | 25 | ||
24 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
25 | 27 | ||
26 | EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \ | 28 | EXTRA_OECONF = "--with-efi-includedir=${STAGING_INCDIR} \ |
27 | --with-efi-ldsdir=${STAGING_LIBDIR} \ | 29 | --with-efi-ldsdir=${STAGING_LIBDIR} \ |
28 | --with-efi-libdir=${STAGING_LIBDIR}" | 30 | --with-efi-libdir=${STAGING_LIBDIR}" |
29 | 31 | ||