From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 6/9] libc-client: add 2007e
Date: Sun, 13 Mar 2011 13:29:03 -0700 [thread overview]
Message-ID: <4D7D290F.1070707@gmail.com> (raw)
In-Reply-To: <1300042739-17381-6-git-send-email-eric@eukrea.com>
On 3/13/2011 11:58 AM, Eric Bénard wrote:
> Signed-off-by: Eric Bénard<eric@eukrea.com>
there is some tab and space intermix I think but
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes/libc-client/libc-client_2007e.bb | 29 +++++++++++++++++++++++++++++
> 1 files changed, 29 insertions(+), 0 deletions(-)
> create mode 100644 recipes/libc-client/libc-client_2007e.bb
>
> diff --git a/recipes/libc-client/libc-client_2007e.bb b/recipes/libc-client/libc-client_2007e.bb
> new file mode 100644
> index 0000000..743910c
> --- /dev/null
> +++ b/recipes/libc-client/libc-client_2007e.bb
> @@ -0,0 +1,29 @@
> +DESCRIPTION = "UW c-client library for mail protocols"
> +SECTION = "devel"
> +PRIORITY = "optional"
> +LICENSE = "University of Washingtons Free-Fork License"
> +DEPENDS = "libpam openssl libpam"
> +
> +SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
> + file://quote_cctype.patch"
> +
> +S = "${WORKDIR}/imap-${PV}"
> +
> +EXTRA_OEMAKE = "CC='${CC}'"
> +
> +HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage.h c-client/osdep.h"
> +
> +do_compile() {
> + echo "SSLINCLUDE=${STAGING_INCDIR} SSLLIB=${STAGING_LIBDIR}"> ${S}/SPECIALS
> + oe_runmake lnp
> +}
> +
> +do_install() {
> + install -d ${D}${includedir}/c-client
> + install ${HEADERS} ${D}${includedir}/c-client
> + install -d ${D}${libdir}
> + install c-client/c-client.a ${D}${libdir}/libc-client.a
> +}
> +
> +SRC_URI[md5sum] = "7903800dc2604000016de070e0c55840"
> +SRC_URI[sha256sum] = "4b1137b87249782496ec3eeacaf83bbf09312a7d2ae3aead262179041b55565f"
next prev parent reply other threads:[~2011-03-13 20:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-13 18:58 [PATCH 1/9] apr: add 1.4.2 Eric Bénard
2011-03-13 18:58 ` [PATCH 2/9] apr-util: add 1.3.10 Eric Bénard
2011-03-13 20:24 ` Khem Raj
2011-03-13 18:58 ` [PATCH 3/9] apr: remove old versions Eric Bénard
2011-03-13 20:25 ` Khem Raj
2011-03-13 18:58 ` [PATCH 4/9] apache2: add 2.2.17 Eric Bénard
2011-03-13 20:26 ` Khem Raj
2011-03-13 18:58 ` [PATCH 5/9] apache2: remove 2.2.14 Eric Bénard
2011-03-13 20:27 ` Khem Raj
2011-03-13 18:58 ` [PATCH 6/9] libc-client: add 2007e Eric Bénard
2011-03-13 20:29 ` Khem Raj [this message]
2011-03-13 21:14 ` Eric Bénard
2011-03-13 18:58 ` [PATCH 7/9] libc-client: remove 2007b Eric Bénard
2011-03-13 20:29 ` Khem Raj
2011-03-13 18:58 ` [PATCH 8/9] php: add 5.3.5 Eric Bénard
2011-03-13 20:30 ` Khem Raj
2011-03-13 18:58 ` [PATCH 9/9] php: remove php-native 5.3.2 Eric Bénard
2011-03-13 20:30 ` Khem Raj
2011-03-13 20:23 ` [PATCH 1/9] apr: add 1.4.2 Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D7D290F.1070707@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox