From 5a5d24f8b0d5dc55861569f13de8e821cfa2a1da Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Mon, 8 Feb 2016 10:57:52 +0000 Subject: iptraf: 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. Signed-off-by: Mike Crowe Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb index 7b8f0dbd64..25e60013d9 100644 --- a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb +++ b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb @@ -17,6 +17,8 @@ SRC_URI[md5sum] = "377371c28ee3c21a76f7024920649ea8" SRC_URI[sha256sum] = "9ee433d95573d612539da4b452e6cdcbca6ab6674a88bfbf6eaf12d4902b5163" RDEPENDS_${PN} = "ncurses" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + do_compile() { oe_runmake -C src all } -- cgit 1.2.3-korg