From patchwork Thu Dec 29 00:08:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] glib-2.0: we need zlib Date: Thu, 29 Dec 2011 00:08:42 -0000 From: Christopher Larson X-Patchwork-Id: 17761 Message-Id: <1325117322-27695-2-git-send-email-kergoth@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Christopher Larson From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb index bf415a1..8b45655 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb @@ -3,7 +3,7 @@ require glib.inc PR = "r1" 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"