[OE-core] [PATCH 1/2] gptfdisk: fix support for 'large' drives

Andreas Oberritter obi at opendreambox.org
Mon Jan 30 22:23:47 UTC 2017


Ping.

On Wed, 30 Nov 2016 22:50:45 +0100
Andreas Oberritter <obi at opendreambox.org> wrote:

> Make's switch '-e' replaced important compiler flags from the
> project's Makefile, i.e. -D_FILE_OFFSET_BITS=64.
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
> index 8fab28f..d62a903 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
>  UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/"
>  UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/"
>  
> -EXTRA_OEMAKE = "-e MAKEFLAGS="
> +EXTRA_OEMAKE = "'CC=${CC}' 'CXX=${CXX}'"
>  
>  do_install() {
>      install -d ${D}${sbindir}




More information about the Openembedded-core mailing list