motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug
authorJunqian Gordon Xu <xjqian@gmail.com>
Mon, 4 Aug 2008 14:27:31 +0000 (14:27 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Mon, 4 Aug 2008 14:27:31 +0000 (14:27 +0000)
* close oebug 3286

packages/motion/motion_3.2.10.1.bb [moved from packages/motion/motion_3.2.9.bb with 83% similarity]

similarity index 83%
rename from packages/motion/motion_3.2.9.bb
rename to packages/motion/motion_3.2.10.1.bb
index f5f5b62..dc7c0ec 100644 (file)
@@ -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} "