| Submitter | Eric BENARD |
|---|---|
| Date | March 13, 2011, 6:58 p.m. |
| Message ID | <1300042739-17381-6-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/1369/ |
| State | Accepted |
| Headers | show |
Comments
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"
Hi Khem, On 13/03/2011 21:29, Khem Raj wrote: > 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> should now be fixed & thanks for the review ! Eric
Patch
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"
Signed-off-by: Eric Bénard <eric@eukrea.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