From c2cea10597ed1b843e00aa5ecedfd6005c7d7799 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 13 Aug 2015 11:51:49 +0100 Subject: recipes: use class-native instead of deprecated virtclass-native. virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb index 88f164fc5f..1afcd49158 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb @@ -17,12 +17,12 @@ SRC_URI[sha256sum] = "55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd BBCLASSEXTEND = "native" IDL_COMPILER_DEPENDS = "orbit2-native" -IDL_COMPILER_DEPENDS_virtclass-native = " " +IDL_COMPILER_DEPENDS_class-native = " " DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" -# IDL_COMPILER_DEPENDS_virtclass-native for some reason didn't work and orbit2-native +# IDL_COMPILER_DEPENDS_class-native for some reason didn't work and orbit2-native # was still in orbit2-native DEPENDS causing circular dependency -DEPENDS_virtclass-native = "libidl-native popt-native" +DEPENDS_class-native = "libidl-native popt-native" PARALLEL_MAKE = "" @@ -38,4 +38,4 @@ LEAD_SONAME = "libORBit-2.so" inherit autotools pkgconfig gtk-doc EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" -EXTRA_OEMAKE_virtclass-native = " " +EXTRA_OEMAKE_class-native = " " -- cgit 1.2.3-korg