summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 4e7aec2e3..4fda67b4b 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -22,7 +22,7 @@ EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
22EXTRA_OECONF_aarch64 += "--disable-spinlocks" 22EXTRA_OECONF_aarch64 += "--disable-spinlocks"
23 23
24do_compile_append() { 24do_compile_append() {
25 cp /usr/sbin/zic ${S}/src/timezone/ 25 cp /usr/sbin/zic ${S}/src/timezone/
26} 26}
27 27
28SSTATE_SCAN_FILES += "Makefile.global" 28SSTATE_SCAN_FILES += "Makefile.global"