aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/orc/orc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/orc/orc.inc')
-rw-r--r--recipes/orc/orc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/orc/orc.inc b/recipes/orc/orc.inc
index b2c227689d..5baeac924f 100644
--- a/recipes/orc/orc.inc
+++ b/recipes/orc/orc.inc
@@ -17,3 +17,6 @@ python populate_packages_prepend () {
do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True)
}
+do_compile_prepend_virtclass-native () {
+ sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
+} \ No newline at end of file