aboutsummaryrefslogtreecommitdiffstats
path: root/packages/motion
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-08-04 14:27:31 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-08-04 14:27:31 +0000
commit3eda3cdb2c745b5e0ce7348e78c67be1917179f3 (patch)
tree9bafd730bcabf26873674b9f11b09107fa6be1b9 /packages/motion
parenta0a73c792dde34ef7f9316568c4ad099c52b16d6 (diff)
downloadopenembedded-3eda3cdb2c745b5e0ce7348e78c67be1917179f3.tar.gz
motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug
* close oebug 3286
Diffstat (limited to 'packages/motion')
-rw-r--r--packages/motion/motion_3.2.10.1.bb (renamed from packages/motion/motion_3.2.9.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.10.1.bb
index f5f5b62708..dc7c0ecdbb 100644
--- a/packages/motion/motion_3.2.9.bb
+++ b/packages/motion/motion_3.2.10.1.bb
@@ -16,4 +16,5 @@ inherit autotools
EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \
--with-mysql-lib=${STAGING_LIBDIR} \
--with-mysql-include=${STAGING_INCDIR}/mysql \
- --with-pgsql=${STAGING_DIR_HOST}${layout_exec_prefix} "
+ --with-pgsql-lib=${STAGING_LIBDIR} \
+ --with-pgsql-include=${STAGING_INCDIR} "