From 3719c1925677ee040e75ad302a4748c02b6d3440 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 19 May 2009 00:06:04 +0200 Subject: libassa: update to 3.5.0. 3.4.2 was incompatible with the libtool we use now. --- conf/checksums.ini | 4 ++++ recipes/granule/libassa_3.4.2.bb | 16 ---------------- recipes/granule/libassa_3.5.0.bb | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 recipes/granule/libassa_3.4.2.bb create mode 100644 recipes/granule/libassa_3.5.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 3fb70e87cd..24f54516b2 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -12418,6 +12418,10 @@ sha256=ae2d5d228a1251666f9f80248178b40fb22513597cf78b976e4c3f15d8fc260c md5=f619b4f01aeda6d5f2679be9dcec5a51 sha256=ae2d5d228a1251666f9f80248178b40fb22513597cf78b976e4c3f15d8fc260c +[http://downloads.sourceforge.net/libassa/libassa-3.5.0.tar.gz] +md5=9b61dfd94bf4e083829ffb0231243d8b +sha256=72a627c74e82ff679cb16ebe3a625b9032d8d1feed4c1da63ebb5106a80b1314 + [ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.7.tar.gz] md5=db4e6939fafbaae80cab11a67f28771d sha256=c72dc7b2a3bb2945d1fb693b401ddff44f3eefbe248f2e6d29c86487b69c1dd4 diff --git a/recipes/granule/libassa_3.4.2.bb b/recipes/granule/libassa_3.4.2.bb deleted file mode 100644 index 0598a6f5c2..0000000000 --- a/recipes/granule/libassa_3.4.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Object-oriented C++ networking library based on Adaptive Communication Patterns." -AUTHOR = "Vladislav Grinchenko " -HOMEPAGE = "http://libassa.sf.net" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "LGPL" -PR = "r0" - - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-2.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} diff --git a/recipes/granule/libassa_3.5.0.bb b/recipes/granule/libassa_3.5.0.bb new file mode 100644 index 0000000000..af496c7e47 --- /dev/null +++ b/recipes/granule/libassa_3.5.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Object-oriented C++ networking library based on Adaptive Communication Patterns." +AUTHOR = "Vladislav Grinchenko " +HOMEPAGE = "http://libassa.sf.net" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3