commit | 53f1668751628aa94189ea518b06391c228b6c5a | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Tue Mar 07 08:06:13 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Mar 21 18:34:32 2017 +0000 |
tree | dd8bf5a198b97c04c0a5c367f4af74883fab6d01 | |
parent | 46fd3711287c7a604164176d2d499087e660ea1a [diff] [blame] |
Adding patch to remove GNOME compiler warning(deprecated) gnome-common is completely deprecated and replaced by autoconf. Therefore this patch removes all gnome dependencies from the code. For reference: https://wiki.gnome.org/Projects/GnomeCommon/Migration Change-Id: I108dd58152e8b60d1390bcbf184877ea415de669 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-devtools/python/python-pygobject_3.%.bbappend b/meta-phosphor/common/recipes-devtools/python/python-pygobject_3.%.bbappend new file mode 100644 index 0000000..862f99f --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/python/python-pygobject_3.%.bbappend
@@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +RDEPENDS_${PN}_class-native = "" +SRC_URI += "file://remove_GNOME_compiler_warning.patch"