mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
meta: add explicit gnome-common dependencies
As gnome-common is deprecated it is being removed from GNOME packages, so to avoid redundantly pulling it in as a build dependency to every package it will be removed from gnomebase.bbclass Add it explicitly to the recipes that still need it so these still build. (From OE-Core rev: c8787cd0a4f6548264d02dc0dbc39ed0ec98688e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c71439686
commit
3956168d6e
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
|
||||
|
||||
DEPENDS += "python3 glib-2.0"
|
||||
DEPENDS += "gnome-common-native python3 glib-2.0"
|
||||
|
||||
SRCNAME="pygobject"
|
||||
SRC_URI = " \
|
||||
|
||||
Reference in New Issue
Block a user