diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:15:30 +0000 |
commit | d37944fff256e9f52d05a56db3edb42c7a352cce (patch) | |
tree | 1a6f50ac8c5185608069141fc4053a8a72da3696 /meta/recipes-gnome/gtk+ | |
parent | 7c7da0af592647be0ab9ab37a8ad2a7ce4890a46 (diff) | |
download | openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.tar.gz openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.tar.bz2 openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.zip |
recipes-gnome: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated,
which should be replaced by class-native and class-nativesdk.
[YOCTO #3297]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb index 5481f82b64..bbf765b7f0 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb @@ -38,8 +38,8 @@ LIBV = "2.10.0" PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" BBCLASSEXTEND = "native" -RRECOMMENDS_${PN}_virtclass-native = "" -DEPENDS_virtclass-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" +RRECOMMENDS_${PN}_class-native = "" +DEPENDS_class-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" python populate_packages_prepend () { prologue = d.getVar("postinst_prologue", True) |