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. --- recipes/granule/libassa_3.4.2.bb | 16 ---------------- recipes/granule/libassa_3.5.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 recipes/granule/libassa_3.4.2.bb create mode 100644 recipes/granule/libassa_3.5.0.bb (limited to 'recipes') 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