[oe-commits] Graeme Gregory : libc-client_2007b.bb : move to newer version converted to new staging

git version control git at git.openembedded.org
Fri Dec 11 11:32:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 80de94f8a7d3ef4ac6493cfb67b2e0f519d74f46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=80de94f8a7d3ef4ac6493cfb67b2e0f519d74f46

Author: Graeme Gregory <gg at slimlogic.co.uk>
Date:   Thu Dec 10 13:00:18 2009 -0700

libc-client_2007b.bb : move to newer version converted to new staging

I picked this version as being the same one debian uses. The old version
hasnt compiled for a long time anyway due to misbalanced quotes so I
removed it. Updated the DEPENDS line for some missing ones

---

 ...{libc-client_2007a1.bb => libc-client_2007b.bb} |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/recipes/libc-client/libc-client_2007a1.bb b/recipes/libc-client/libc-client_2007b.bb
similarity index 59%
rename from recipes/libc-client/libc-client_2007a1.bb
rename to recipes/libc-client/libc-client_2007b.bb
index b337a34..bacc910 100644
--- a/recipes/libc-client/libc-client_2007a1.bb
+++ b/recipes/libc-client/libc-client_2007b.bb
@@ -1,13 +1,13 @@
 DESCRIPTION = "UW c-client library for mail protocols"
 SECTION = "devel"
 PRIORITY = "optional"
-LICENSE = "University of Washington's Free-Fork License"
-DEPENDS = "libpam openssl"
+LICENSE = "University of Washingtons Free-Fork License"
+DEPENDS = "libpam openssl libpam"
 
 SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.Z \
 	   file://quote_cctype.patch;patch=1"
 
-S = "${WORKDIR}/imap-2007a"
+S = "${WORKDIR}/imap-${PV}"
 
 EXTRA_OEMAKE = "CC='${CC}'"
 
@@ -18,9 +18,10 @@ do_compile() {
 	oe_runmake lnp
 }
 
-do_stage() {
-	install -d ${STAGING_INCDIR}/c-client
-	install ${HEADERS} ${STAGING_INCDIR}/c-client
-	install c-client/c-client.a ${STAGING_LIBDIR}/libc-client.a
+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
 }
 





More information about the Openembedded-commits mailing list