diff options
| author | Phil Blundell <philb@gnu.org> | 2010-03-04 22:51:13 +0000 |
|---|---|---|
| committer | Phil Blundell <philb@gnu.org> | 2010-03-04 22:51:13 +0000 |
| commit | fdf8185913576006aa3c69bd132fb247d0a869bf (patch) | |
| tree | 69fc8d4b276b6ac9ad8198478e8feea6cf9d9693 /recipes/python | |
| parent | 1ae7c5f36d8a6a94053ba4d7919fb7daf9ff2ae1 (diff) | |
| parent | 78c7106f99efcbabc9ccc00343c87a900644cda3 (diff) | |
Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python')
| -rw-r--r-- | recipes/python/python-pygobject_2.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb index 10c94dcbc1..fb97e53600 100644 --- a/recipes/python/python-pygobject_2.20.0.bb +++ b/recipes/python/python-pygobject_2.20.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Python GObject bindings" SECTION = "devel/python" LICENSE = "LGPL" -DEPENDS = "python-pygobject-native-${PV}" +DEPENDS = "libffi python-pygobject-native-${PV}" PE = "1" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
