diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 22:58:21 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 22:59:46 +0000 |
| commit | 705fe2f2f871fcefb2bc2f244c509f04516ba3a2 (patch) | |
| tree | 7f32e666a9d708b559b970b62baeec1de2a1952a /meta/packages/glib-2.0/glib.inc | |
| parent | a717961f6e0e016e447eeca5f5f5d3a81354c61c (diff) | |
| download | openembedded-core-705fe2f2f871fcefb2bc2f244c509f04516ba3a2.tar.gz openembedded-core-705fe2f2f871fcefb2bc2f244c509f04516ba3a2.tar.bz2 openembedded-core-705fe2f2f871fcefb2bc2f244c509f04516ba3a2.zip | |
glib-2.0: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/glib-2.0/glib.inc')
| -rw-r--r-- | meta/packages/glib-2.0/glib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index c513df09d3..00f113f530 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc @@ -6,8 +6,8 @@ UNIX-like platforms, Windows, OS/2 and BeOS." LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" -DEPENDS += "glib-2.0-native gtk-doc-native gettext" -DEPENDS += "virtual/libiconv virtual/libintl" +DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl" +DEPENDS_virtclass-native = "gtk-doc-native" PACKAGES =+ "glib-2.0-utils " LEAD_SONAME = "libglib-2.0.*" |
