summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-09-07 14:12:27 -0500
committerJesse Gilles <jgilles@multitech.com>2011-09-07 14:12:27 -0500
commitd0202003be0d32f3c51073c6650f0c1284c7f1b1 (patch)
tree671f8872f023530503fc55629eadbca77d413f4c
parent1133f5682dfc6f95ec8c8a715a8cbec73f769be4 (diff)
glib-2.0_2.28.0: fix compile on fedora 15, disable dtrace
-rw-r--r--multitech/recipes/glib-2.0/glib-2.0_2.28.0.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/multitech/recipes/glib-2.0/glib-2.0_2.28.0.bbappend b/multitech/recipes/glib-2.0/glib-2.0_2.28.0.bbappend
new file mode 100644
index 0000000..a398da1
--- /dev/null
+++ b/multitech/recipes/glib-2.0/glib-2.0_2.28.0.bbappend
@@ -0,0 +1,3 @@
+# modified patch from http://patchwork.openembedded.org/patch/8233/
+PR .= ".corecdp1"
+EXTRA_OECONF_virtclass-native += " --enable-dtrace=no"