From: Junqian Gordon Xu Date: Mon, 4 Aug 2008 14:27:31 +0000 (+0000) Subject: motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug X-Git-Tag: Release-2010-05/1~6347^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eda3cdb2c745b5e0ce7348e78c67be1917179f3;p=openembedded.git motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug * close oebug 3286 --- diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.10.1.bb similarity index 83% rename from packages/motion/motion_3.2.9.bb rename to 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} "