From 3eda3cdb2c745b5e0ce7348e78c67be1917179f3 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Mon, 4 Aug 2008 14:27:31 +0000 Subject: motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug * close oebug 3286 --- packages/motion/motion_3.2.10.1.bb | 20 ++++++++++++++++++++ packages/motion/motion_3.2.9.bb | 19 ------------------- 2 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 packages/motion/motion_3.2.10.1.bb delete mode 100644 packages/motion/motion_3.2.9.bb (limited to 'packages') diff --git a/packages/motion/motion_3.2.10.1.bb b/packages/motion/motion_3.2.10.1.bb new file mode 100644 index 0000000000..dc7c0ecdbb --- /dev/null +++ b/packages/motion/motion_3.2.10.1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Motion - a motion detection program" +HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" +AUTHOR = "Kenneth Lavrsen motion-user@lists.sourceforge.net" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "jpeg ffmpeg mysql postgresql" + +RSUGGESTS = "mysql-client postgresql-client" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \ + --with-mysql-lib=${STAGING_LIBDIR} \ + --with-mysql-include=${STAGING_INCDIR}/mysql \ + --with-pgsql-lib=${STAGING_LIBDIR} \ + --with-pgsql-include=${STAGING_INCDIR} " diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.9.bb deleted file mode 100644 index f5f5b62708..0000000000 --- a/packages/motion/motion_3.2.9.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Motion - a motion detection program" -HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" -AUTHOR = "Kenneth Lavrsen motion-user@lists.sourceforge.net" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "jpeg ffmpeg mysql postgresql" - -RSUGGESTS = "mysql-client postgresql-client" - -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" - -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} " -- cgit v1.2.3