From 1b24386bacbd56083b42a91c869c6a216f412acc Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Fri, 5 Feb 2016 18:04:22 +0000 Subject: gptfdisk: Explicitly set EXTRA_OEMAKE as required This recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe Signed-off-by: Richard Purdie --- meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb index 9f1daf3603..8fab28f338 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb @@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fd UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P(\d+[\.\-_]*)+)/" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + do_install() { install -d ${D}${sbindir} install -m 0755 cgdisk ${D}${sbindir} -- cgit 1.2.3-korg