diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 22:50:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:43:01 +0000 |
commit | 929787c271a620ed9b564a0ad225d543237febf3 (patch) | |
tree | eead4133101bd23d1d4b42076239f2736117cad6 | |
parent | 9b638629110f675c10af8c8c23df739139c05129 (diff) | |
download | poky-929787c271a620ed9b564a0ad225d543237febf3.tar.gz |
gptfdisk: fix support for 'large' drives
Make's switch '-e' replaced important compiler flags from the
project's Makefile, i.e. -D_FILE_OFFSET_BITS=64.
(From OE-Core rev: 93996a327d4c8652a16292824a06a163b13dc228)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb index 8fab28f338..d62a903a70 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fd | |||
13 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" | 13 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" |
14 | UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/" | 14 | UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/" |
15 | 15 | ||
16 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 16 | EXTRA_OEMAKE = "'CC=${CC}' 'CXX=${CXX}'" |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |
19 | install -d ${D}${sbindir} | 19 | install -d ${D}${sbindir} |