blob: cb879fdeb11999229e407ca7935f7e1092d866a0 (
plain)
1
2
3
4
5
6
7
|
require python-pygobject_${PV}.bb
DEPENDS = "python-native glib-2.0-native"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-${PV}.tar.bz2 "
inherit native
|