diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-06 17:14:46 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-06 17:14:46 +0200 |
commit | 02f5d01a47890f80e8e0800adbd99a1bb1590cae (patch) | |
tree | 11c0b3449bc1bfb8719d1474af48d67864445488 | |
parent | eaabd140ced9fda4c9361d61c66547a54b482a00 (diff) |
mickeydbus: fix name of python-pygobject
-rw-r--r-- | recipes/freesmartphone/mickeydbus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/mickeydbus_git.bb b/recipes/freesmartphone/mickeydbus_git.bb index f262859d5f..229ff7f1fd 100644 --- a/recipes/freesmartphone/mickeydbus_git.bb +++ b/recipes/freesmartphone/mickeydbus_git.bb @@ -16,7 +16,7 @@ do_install() { RDEPENDS_${PN} = "\ python-dbus \ - python-gobject \ + python-pygobject \ python-pprint \ python-xml \ " |