gnome-desktop: remove pygtk dependency

pygtk is no longer provided in oe-core as it's obsolete and incompatible
with pygobject 3.x

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
Alexander Kanavin 2016-02-22 19:09:03 +02:00 committed by Martin Jansa
parent 3ce87029bc
commit 0acb0d7292

View File

@ -14,7 +14,7 @@ GNOME_COMPRESS_TYPE="bz2"
DEPENDS += "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs --disable-gnome-about"
do_configure_prepend () {
sed -i -e s:^#!@PYTHON@:#!${bindir}/python: ${S}/gnome-about/gnome-about.in
@ -23,7 +23,3 @@ do_configure_prepend () {
PACKAGES =+ "libgnome-desktop"
FILES_libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop/pnp.ids"
FILES_${PN} += "${datadir}/gnome-about"
# for gnome-about
RRECOMMENDS_${PN} += "python-pygtk python-pycairo"