From 3eda3cdb2c745b5e0ce7348e78c67be1917179f3 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Mon, 4 Aug 2008 14:27:31 +0000 Subject: [PATCH] motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug * close oebug 3286 --- packages/motion/{motion_3.2.9.bb => motion_3.2.10.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename packages/motion/{motion_3.2.9.bb => motion_3.2.10.1.bb} (83%) 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} " -- 2.39.5