summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2011-12-28 18:08:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:29 +0000
commita770fe0d075a67bcfa2e55c041025b9a3a3679fe (patch)
tree9ac98f5c84399187cfab459a9876bb303710275d /meta/recipes-core/glib-2.0
parentdb36190b7b8ca7e2f5ee966a780fd1ae42316560 (diff)
downloadpoky-a770fe0d075a67bcfa2e55c041025b9a3a3679fe.tar.gz
glib-2.0: we need zlib
(From OE-Core rev: f33761284ddf8880bc6e69a78c62d06a286d487a) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb2
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
3PR = "r0" 3PR = "r0"
4PE = "1" 4PE = "1"
5 5
6DEPENDS += "libffi python-argparse-native" 6DEPENDS += "libffi python-argparse-native zlib"
7DEPENDS_virtclass-native += "libffi-native python-argparse-native" 7DEPENDS_virtclass-native += "libffi-native python-argparse-native"
8DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nativesdk" 8DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nativesdk"
9 9