diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-05 16:22:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 13:36:38 +0000 |
commit | 970aa6dd064b992ad677fd9271d733b3be414af8 (patch) | |
tree | 2a0b3893991653da2ca7d6e8260d918e937974ab /meta/recipes-core | |
parent | 7ee2410825cb30b7f073c69d8c32a498835f0eec (diff) | |
download | poky-970aa6dd064b992ad677fd9271d733b3be414af8.tar.gz |
glib-2.0: remove zip build dependency
This dependency mysteriously appeared a long time ago for no good reason, remove
it.
(From OE-Core rev: 5e2fdfcbe71f0b6a786ef609e288c0999000e163)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 6e2b5d2a74..586e45ac7f 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
13 | BUGTRACKER = "http://bugzilla.gnome.org" | 13 | BUGTRACKER = "http://bugzilla.gnome.org" |
14 | SECTION = "libs" | 14 | SECTION = "libs" |
15 | 15 | ||
16 | DEPENDS = "glib-2.0-native zip virtual/libiconv" | 16 | DEPENDS = "glib-2.0-native virtual/libiconv" |
17 | DEPENDS_class-native = "pkgconfig-native gettext-native" | 17 | DEPENDS_class-native = "pkgconfig-native gettext-native" |
18 | DEPENDS_class-nativesdk = "nativesdk-libtool" | 18 | DEPENDS_class-nativesdk = "nativesdk-libtool" |
19 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" | 19 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |