[OE-core] [PATCH 14/15] gtk-theme-torturer: Explicitly set EXTRA_OEMAKE as required

Mike Crowe mac at mcrowe.com
Fri Feb 5 18:04:29 UTC 2016


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 <mac at mcrowe.com>
---
 meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
index b67806d..edf8031 100644
--- a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
+++ b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
@@ -16,6 +16,8 @@ CFLAGS += "-Wl,-rpath-link,${STAGING_LIBDIR}"
 inherit distro_features_check
 ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_install() {
 	install -d ${D}${bindir}
 	install -m 0755 torturer ${D}${bindir}
-- 
2.1.4




More information about the Openembedded-core mailing list