summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hiredis
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/hiredis')
-rw-r--r--meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb
index a41888802f..ed81859190 100644
--- a/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb
+++ b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb
@@ -19,6 +19,6 @@ EXTRA_OEMAKE = "PREFIX=${prefix} LIBRARY_PATH=${baselib}"
19# By default INSTALL variable in Makefile is equal to 'cp -a', which preserves 19# By default INSTALL variable in Makefile is equal to 'cp -a', which preserves
20# ownership and causes host-user-contamination QA issue. 20# ownership and causes host-user-contamination QA issue.
21# And PREFIX defaults to /usr/local. 21# And PREFIX defaults to /usr/local.
22do_install_prepend() { 22do_install:prepend() {
23 export INSTALL='cp -r' 23 export INSTALL='cp -r'
24} 24}