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-gnome/recipes-gnome/gtksourceview | |
| parent | 6afb85d29286aaa4cdd892460f6adf68912917a5 (diff) | |
| download | meta-openembedded-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-gnome/recipes-gnome/gtksourceview')
| -rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index df37b04a56..06ae4b180f 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 6 | 6 | ||
| 7 | DEPENDS = "gtk+ libxml2 intltool-native" | 7 | DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native" |
| 8 | 8 | ||
| 9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
| 10 | 10 | ||
| @@ -29,4 +29,3 @@ do_configure_prepend() { | |||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" | 31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" |
| 32 | |||
