From 71a76dc29cf8938b79d356ec8d6bbe3e5375493a Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Mon, 8 Feb 2016 21:29:10 +0000 Subject: hdparm: Explicitly set EXTRA_OEMAKE as required This recipe currently relies on EXTRA_OEMAKE having been to 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. Unlike the other recipes that I've fixed recently, this one manifests itself in a more subtle way by failing a QA check. Reported-by: Ross Burton Signed-off-by: Mike Crowe Signed-off-by: Ross Burton --- meta/recipes-extended/hdparm/hdparm_9.48.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/hdparm') diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-extended/hdparm/hdparm_9.48.bb index 8267fd9025..ec3d26f420 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.48.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.48.bb @@ -21,7 +21,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz " SRC_URI[md5sum] = "213efdbe7471fad3408198918e164354" SRC_URI[sha256sum] = "ce97b4a71cb04146f54cf6f69787e7f97ddfda9836dc803b459d3b3df3a4fbee" -EXTRA_OEMAKE += 'STRIP="echo"' +EXTRA_OEMAKE = '-e MAKEFLAGS= STRIP="echo"' inherit update-alternatives -- cgit 1.2.3-korg