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 12:43:12 +0000 |
commit | 5e2fdfcbe71f0b6a786ef609e288c0999000e163 (patch) | |
tree | d2df9dd253b16a4ec32bbff15b310a3620312689 /meta | |
parent | 181874ba8033535bb4ce2b36725ae0a71c27b3bd (diff) | |
download | openembedded-core-5e2fdfcbe71f0b6a786ef609e288c0999000e163.tar.gz openembedded-core-5e2fdfcbe71f0b6a786ef609e288c0999000e163.tar.bz2 openembedded-core-5e2fdfcbe71f0b6a786ef609e288c0999000e163.zip |
glib-2.0: remove zip build dependency
This dependency mysteriously appeared a long time ago for no good reason, remove
it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \ BUGTRACKER = "http://bugzilla.gnome.org" SECTION = "libs" -DEPENDS = "glib-2.0-native zip virtual/libiconv" +DEPENDS = "glib-2.0-native virtual/libiconv" DEPENDS_class-native = "pkgconfig-native gettext-native" DEPENDS_class-nativesdk = "nativesdk-libtool" PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |