diff options
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 4fc2e47b35..fb3bca2724 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
| @@ -242,7 +242,7 @@ postgresql_fix_sources () { | |||
| 242 | for f in ${PKGD}${TARGET_DBGSRC_DIR}/src/pl/plperl/Util.c \ | 242 | for f in ${PKGD}${TARGET_DBGSRC_DIR}/src/pl/plperl/Util.c \ |
| 243 | ${PKGD}${TARGET_DBGSRC_DIR}/src/pl/plperl/SPI.c; do | 243 | ${PKGD}${TARGET_DBGSRC_DIR}/src/pl/plperl/SPI.c; do |
| 244 | if [ -e $f ]; then | 244 | if [ -e $f ]; then |
| 245 | sed -i -e 's#${B}/../${P}#${TARGET_DBGSRC_DIR}#g' $f | 245 | sed -i -e 's#${B}/../${BP}#${TARGET_DBGSRC_DIR}#g' $f |
| 246 | fi | 246 | fi |
| 247 | done | 247 | done |
| 248 | } | 248 | } |
