mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
python-pygobject: add glib-2.0 dependency
or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
168bf73c8e
commit
78f2a2c406
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Python GObject bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "python-pygobject-native-${PV}"
|
||||
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
|
||||
PR = "ml2"
|
||||
|
||||
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
|
||||
|
||||
Reference in New Issue
Block a user