summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb8
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 88f164fc5..1afcd4915 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
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18
19IDL_COMPILER_DEPENDS = "orbit2-native" 19IDL_COMPILER_DEPENDS = "orbit2-native"
20IDL_COMPILER_DEPENDS_virtclass-native = " " 20IDL_COMPILER_DEPENDS_class-native = " "
21DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" 21DEPENDS = "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
25DEPENDS_virtclass-native = "libidl-native popt-native" 25DEPENDS_class-native = "libidl-native popt-native"
26PARALLEL_MAKE = "" 26PARALLEL_MAKE = ""
27 27
28 28
@@ -38,4 +38,4 @@ LEAD_SONAME = "libORBit-2.so"
38inherit autotools pkgconfig gtk-doc 38inherit autotools pkgconfig gtk-doc
39 39
40EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" 40EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
41EXTRA_OEMAKE_virtclass-native = " " 41EXTRA_OEMAKE_class-native = " "