diff options
author | Ross Burton <ross.burton@intel.com> | 2015-08-13 11:51:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:58:19 +0200 |
commit | c2cea10597ed1b843e00aa5ecedfd6005c7d7799 (patch) | |
tree | 886275b8d2f664910e74aaf1fda974b0ba7426fe /meta-gnome | |
parent | 6682d8db0346f2cb515c3b128033db21fedff06a (diff) | |
download | meta-openembedded-c2cea10597ed1b843e00aa5ecedfd6005c7d7799.tar.gz |
recipes: use class-native instead of deprecated virtclass-native.
virtclass overrides are deprecated, so use class overrides instead.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | 8 |
1 files changed, 4 insertions, 4 deletions
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 | |||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | IDL_COMPILER_DEPENDS = "orbit2-native" | 19 | IDL_COMPILER_DEPENDS = "orbit2-native" |
20 | IDL_COMPILER_DEPENDS_virtclass-native = " " | 20 | IDL_COMPILER_DEPENDS_class-native = " " |
21 | DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" | 21 | DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" |
22 | 22 | ||
23 | # IDL_COMPILER_DEPENDS_virtclass-native for some reason didn't work and orbit2-native | 23 | # IDL_COMPILER_DEPENDS_class-native for some reason didn't work and orbit2-native |
24 | # was still in orbit2-native DEPENDS causing circular dependency | 24 | # was still in orbit2-native DEPENDS causing circular dependency |
25 | DEPENDS_virtclass-native = "libidl-native popt-native" | 25 | DEPENDS_class-native = "libidl-native popt-native" |
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||
28 | 28 | ||
@@ -38,4 +38,4 @@ LEAD_SONAME = "libORBit-2.so" | |||
38 | inherit autotools pkgconfig gtk-doc | 38 | inherit autotools pkgconfig gtk-doc |
39 | 39 | ||
40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" | 40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" |
41 | EXTRA_OEMAKE_virtclass-native = " " | 41 | EXTRA_OEMAKE_class-native = " " |