diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 12:56:48 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 06:52:40 -0700 |
commit | 6b559f54a92620a552d5a914dd566b624a4b22e8 (patch) | |
tree | b4761daa06b1f60c8b259b0d1206cdbafd716639 | |
parent | 387fc78ae86677b01052733b819860597f1fc6fb (diff) |
glib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.24.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.24.0.bb b/recipes/glib-2.0/glib-2.0_2.24.0.bb index 56fe567d69..3a90dc65d3 100644 --- a/recipes/glib-2.0/glib-2.0_2.24.0.bb +++ b/recipes/glib-2.0/glib-2.0_2.24.0.bb @@ -6,9 +6,9 @@ UNIX-like platforms, Windows, OS/2 and BeOS." LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "glib-2.0-native gtk-doc virtual/libiconv virtual/libintl zlib" +DEPENDS = "glib-2.0-native gtk-doc zlib" -PR = "r4" +PR = "r5" SRC_URI = "\ http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${PV}.tar.bz2;name=archive \ |