diff options
author | Christopher Larson <chris_larson@mentor.com> | 2011-12-28 18:08:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:10:45 +0000 |
commit | f33761284ddf8880bc6e69a78c62d06a286d487a (patch) | |
tree | 4da34c46f6181d4676bdbbae59909905cf52df20 /meta | |
parent | 849b9aadae41d9b6777787213556bc538858b49a (diff) | |
download | openembedded-core-f33761284ddf8880bc6e69a78c62d06a286d487a.tar.gz openembedded-core-f33761284ddf8880bc6e69a78c62d06a286d487a.tar.bz2 openembedded-core-f33761284ddf8880bc6e69a78c62d06a286d487a.zip |
glib-2.0: we need zlib
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb index eff43c9752..aa6ee3a3bc 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb @@ -3,7 +3,7 @@ require glib.inc PR = "r0" PE = "1" -DEPENDS += "libffi python-argparse-native" +DEPENDS += "libffi python-argparse-native zlib" DEPENDS_virtclass-native += "libffi-native python-argparse-native" DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nativesdk" |