diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-28 15:58:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-02 09:16:18 +0100 |
commit | a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece (patch) | |
tree | 4e1fc4583e0070c7c1ed3895396f4af7abcff742 /meta-oe | |
parent | 6afb85d29286aaa4cdd892460f6adf68912917a5 (diff) | |
download | meta-openembedded-contrib-a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece.tar.gz |
meta-gnome: add explicit gnome-common dependencies
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it,
so add gnome-common to DEPENDS for the recipes that still use it.
gxim previously wasn't really using the gnome-common macros so now the build
fails with compiler errors, so pass the flag to turn off fatal warnings as gxim
appears to be dead.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index 1d5ae95d97b..2e002f3dc87 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb @@ -19,7 +19,7 @@ LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "\ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" -EXTRA_OECONF = " --disable-static --disable-rebuilds" +EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" DEPENDS += "gtk+ glib-2.0 ruby-native intltool-native gnome-common-native" inherit autotools pkgconfig gettext |