mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
meta-oe: add explicit dependencies on gnome-common
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fc2fc9097b
commit
533826b765
@@ -8,7 +8,7 @@ inherit autotools pkgconfig gnomebase distutils-base gobject-introspection
|
||||
PYTHON_BASEVERSION = "2.7"
|
||||
PYTHON_PN = "python"
|
||||
|
||||
DEPENDS += "python glib-2.0"
|
||||
DEPENDS += "gnome-common-native python glib-2.0"
|
||||
|
||||
SRCNAME="pygobject"
|
||||
SRC_URI = " \
|
||||
@@ -31,4 +31,3 @@ do_install_append() {
|
||||
# Remove files that clash with python3-pygobject; their content is same
|
||||
rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user