[oe-commits] : motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 02:32:59 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: cd95915f37a9a0db6588d593ab12e1d044c3345b
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=cd95915f37a9a0db6588d593ab12e1d044c3345b

Author:  <xjqian at openembedded.org>
Date:   Mon Aug  4 14:27:31 2008 +0000

motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug
* close oebug 3286

---

 .../motion/{motion_3.2.9.bb => motion_3.2.10.1.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
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
--- 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} "





More information about the Openembedded-commits mailing list