From: Chris Larson Date: Tue, 21 Oct 2003 21:13:03 +0000 (+0000) Subject: Add a patch to update the configure bits for centericq to current autotools, thereby... X-Git-Tag: Release-2010-05/1~20643 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b88a756b256919faa6224211b3f652ac28941d8;p=openembedded.git Add a patch to update the configure bits for centericq to current autotools, thereby fixing the build; moved out of nonworking. BKrev: 3f95a15fPENNCp2KRQ4GDw6HWjYxcQ --- diff --git a/centericq/centericq-4.9.7/configure.patch b/centericq/centericq-4.9.7/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nonworking/centericq/centericq_4.9.7.oe b/nonworking/centericq/centericq_4.9.7.oe deleted file mode 100644 index 02f1d4e36a..0000000000 --- a/nonworking/centericq/centericq_4.9.7.oe +++ /dev/null @@ -1,9 +0,0 @@ -DEPENDS = virtual/libc openssl -RDEPENDS = libc6 libssl0 - -SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 -S = ${WORKDIR}/${P} - -inherit autotools - -EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target'