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:18:28 +0000 |
commit | 60c3bd43949e9aa23af6f74656eb9a64b891bda6 (patch) | |
tree | 1db032749227210869a1fc72669aec3a0a118563 /meta/recipes-gnome/gtk+ | |
parent | a59b113c6778afe247be79b99c84e6ef82c108cd (diff) | |
download | poky-60c3bd43949e9aa23af6f74656eb9a64b891bda6.tar.gz |
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]
(From OE-Core rev: d37944fff256e9f52d05a56db3edb42c7a352cce)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
38 | 38 | ||
39 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" | 39 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" |
40 | BBCLASSEXTEND = "native" | 40 | BBCLASSEXTEND = "native" |
41 | RRECOMMENDS_${PN}_virtclass-native = "" | 41 | RRECOMMENDS_${PN}_class-native = "" |
42 | DEPENDS_virtclass-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" | 42 | DEPENDS_class-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" |
43 | 43 | ||
44 | python populate_packages_prepend () { | 44 | python populate_packages_prepend () { |
45 | prologue = d.getVar("postinst_prologue", True) | 45 | prologue = d.getVar("postinst_prologue", True) |